libdeflate: 1.17 -> 1.18

This commit is contained in:
R. Ryantm 2023-03-26 08:30:57 +00:00
parent e3eeeecadd
commit 5cb6d7653a

View file

@ -7,13 +7,13 @@
}:
stdenv.mkDerivation rec {
pname = "libdeflate";
version = "1.17";
version = "1.18";
src = fetchFromGitHub {
owner = "ebiggers";
repo = "libdeflate";
rev = "v${version}";
sha256 = "sha256-tKs8feGbeodOID8FPIUc/1LfBz1p0oN1Jfkv2OnA2qc=";
sha256 = "sha256-dWSDAYn36GDtkghmouGhHzxpa6EVwCslIPqejlLMZNM=";
};
cmakeFlags = lib.optionals stdenv.hostPlatform.isStatic [ "-DLIBDEFLATE_BUILD_SHARED_LIB=OFF" ];