minizip-ng: 4.0.2 -> 4.0.3

This commit is contained in:
R. Ryantm 2023-11-19 06:23:33 +00:00
parent 653e323f3a
commit 22048dd6b5

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "minizip-ng";
version = "4.0.2";
version = "4.0.3";
src = fetchFromGitHub {
owner = "zlib-ng";
repo = finalAttrs.pname;
rev = finalAttrs.version;
hash = "sha256-aJ6KYR9DazVQoPuc4w/gClKH9ditNE1JDU/F9dCJOsw=";
hash = "sha256-rP3WficGQZ2sSYnU9Tj0lVl36ShwV76fn/1lv+TrK2c=";
};
nativeBuildInputs = [ cmake pkg-config ];