6 stdenv.mkDerivation rec {
8 version = "unstable-2020-09-11";
10 src = fetchFromGitHub {
13 rev = "57abf2774dfc4624f14a0bc5bba71f044ce54a38";
14 sha256 = "10rlqj6ma02005gdcp57wp48d6cg0vkbv4vl9ai0zlgxyx1g6kc4";
15 fetchSubmodules = true;
18 nativeBuildInputs = [ cmake ];
21 homepage = "https://github.com/zraorg/ZRA";
22 description = "Library for ZStandard random access";
23 platforms = platforms.all;
24 maintainers = [ maintainers.ivar ];
25 license = licenses.bsd3;