8 stdenv.mkDerivation rec {
10 version = "unstable-2020-09-11";
12 src = fetchFromGitHub {
15 rev = "57abf2774dfc4624f14a0bc5bba71f044ce54a38";
16 sha256 = "10rlqj6ma02005gdcp57wp48d6cg0vkbv4vl9ai0zlgxyx1g6kc4";
17 fetchSubmodules = true;
20 nativeBuildInputs = [ cmake ];
22 # in submodule dev as of 1.4.7
24 (cd submodule/zstd && patch -Np1 < ${./fix-pkg-config.patch})
28 homepage = "https://github.com/zraorg/ZRA";
29 description = "Library for ZStandard random access";
30 platforms = platforms.all;
32 license = licenses.bsd3;