Skip to content

Commit

Permalink
libdeflate: 1.22 -> 1.23 (#365481)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 16, 2024
2 parents 3095818 + ca84083 commit 973b829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libdeflate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "libdeflate";
version = "1.22";
version = "1.23";

src = fetchFromGitHub {
owner = "ebiggers";
repo = "libdeflate";
rev = "v${finalAttrs.version}";
hash = "sha256-KpKY0A1cRV9XR1WrE15Eewf2fDWwIFGjQm/fFCnBDrg=";
hash = "sha256-bucVkRgZdzLe2HFzIP+Trq4+FJ5kLYdIVNUiJ2f52zg=";
};

cmakeFlags = lib.optionals stdenv.hostPlatform.isStatic [ "-DLIBDEFLATE_BUILD_SHARED_LIB=OFF" ];
Expand Down

0 comments on commit 973b829

Please sign in to comment.