Unverified Commit 43ae28bc authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

libdeflate: 1.24 -> 1.25 (#458567)

parents f74e22d9 49934b41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libdeflate";
  version = "1.24";
  version = "1.25";

  src = fetchFromGitHub {
    owner = "ebiggers";
    repo = "libdeflate";
    rev = "v${finalAttrs.version}";
    hash = "sha256-IaXXm9VrZ0Pgb3yTh1fPKkifJDvCxvCfTH08Sdho0Ko=";
    hash = "sha256-2TiV3kmFs9j4aYetoYeWg3+MoZ542/0zaD0hwn9b8ZA=";
  };

  cmakeFlags = [