gmic-qt: 3.2.5 -> 3.2.6

This commit is contained in:
Lily Foster 2023-07-03 07:54:29 +00:00
parent e4a654ea5a
commit 98f2ff08e3
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.5";
version = "3.2.6";
src = fetchzip {
url = "https://gmic.eu/files/source/gmic_${finalAttrs.version}.tar.gz";
hash = "sha256-mfDcRG6zEjEuemCaLUOLzbbcq8FN9+n+EqN0NeR9H7U=";
hash = "sha256-asB1YftHfdb7JG87WJ+ggyMCu7qb0f+aCanl5LLi9VE=";
};
nativeBuildInputs = [