gmic-qt: 3.4.2 -> 3.5.0

This commit is contained in:
Weijia Wang
2025-03-14 16:38:28 +01:00
parent 55859c69d3
commit ae531a2b6b
+3 -3
View File
@@ -50,13 +50,13 @@ assert lib.assertMsg (builtins.all (d: d != null)
stdenv.mkDerivation (finalAttrs: {
pname = "gmic-qt${lib.optionalString (variant != "standalone") "-${variant}"}";
version = "3.4.2";
version = "3.5.0";
src = fetchFromGitHub {
owner = "c-koi";
owner = "GreycLab";
repo = "gmic-qt";
rev = "v.${finalAttrs.version}";
hash = "sha256-fM6dBxBC2b1/v+rfiP//QaAcTJmMtYPn4OUNwVqKhYk=";
hash = "sha256-1fav1O75HBC7ySBgybn4goLFkX6HFbwRHARncfbkaoM=";
};
nativeBuildInputs = [