Skip to content

Commit

Permalink
Merge pull request #263766 from vifino/minizip-ng-4.0.2
Browse files Browse the repository at this point in the history
minizip-ng: 4.0.1 -> 4.0.2
  • Loading branch information
risicle authored Oct 28, 2023
2 parents 27759aa + 02cee09 commit b59bd02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/minizip-ng/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "minizip-ng";
version = "4.0.1";
version = "4.0.2";

src = fetchFromGitHub {
owner = "zlib-ng";
repo = finalAttrs.pname;
rev = finalAttrs.version;
sha256 = "sha256-3bCGZupdJWcwp2d+XeqKZG3GxzXFm1UftV/PiN0u5iA=";
hash = "sha256-aJ6KYR9DazVQoPuc4w/gClKH9ditNE1JDU/F9dCJOsw=";
};

nativeBuildInputs = [ cmake pkg-config ];
Expand Down

0 comments on commit b59bd02

Please sign in to comment.