3
0
Fork 0
forked from mirrors/nixpkgs

gmic-qt: 3.2.4 -> 3.2.5

This commit is contained in:
Lily Foster 2023-06-07 22:07:45 +00:00
parent ad9f6a15df
commit f400b178d2
No known key found for this signature in database
GPG key ID: 49340081E484C893

View file

@ -55,11 +55,11 @@ assert lib.assertMsg
stdenv.mkDerivation (finalAttrs: {
pname = "gmic-qt${lib.optionalString (variant != "standalone") "-${variant}"}";
version = "3.2.4";
version = "3.2.5";
src = fetchzip {
url = "https://gmic.eu/files/source/gmic_${finalAttrs.version}.tar.gz";
hash = "sha256-FJ2zlsah/3Jf5ie4UhQsPvMoxDMc6iHl3AkhKsZSuqE=";
hash = "sha256-mfDcRG6zEjEuemCaLUOLzbbcq8FN9+n+EqN0NeR9H7U=";
};
nativeBuildInputs = [