gimpPlugins.gmic: 3.3.3 -> 3.3.4

This commit is contained in:
R. Ryantm 2024-03-08 22:15:19 +00:00
parent 97c798f9d2
commit 4fa54a9c09

View File

@ -54,11 +54,11 @@ assert lib.assertMsg
stdenv.mkDerivation (finalAttrs: {
pname = "gmic-qt${lib.optionalString (variant != "standalone") "-${variant}"}";
version = "3.3.3";
version = "3.3.4";
src = fetchzip {
url = "https://gmic.eu/files/source/gmic_${finalAttrs.version}.tar.gz";
hash = "sha256-LkWQ3fSHJSaXztX+soGZ+pl3MnXNgw6tV09356bAfYY=";
hash = "sha256-/Hh5yzH//i01kyeoqETokvsKUOcY2iZsiYJBEmgw1rU=";
};
nativeBuildInputs = [