Merge pull request #316223 from r-ryantm/auto-update/gimpPlugins.gmic

gimpPlugins.gmic: 3.3.5 -> 3.3.6
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-31 22:23:12 +00:00 committed by GitHub
commit 675c1f19d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,13 +49,13 @@ assert lib.assertMsg
stdenv.mkDerivation (finalAttrs: {
pname = "gmic-qt${lib.optionalString (variant != "standalone") "-${variant}"}";
version = "3.3.5";
version = "3.3.6";
src = fetchFromGitHub {
owner = "c-koi";
repo = "gmic-qt";
rev = "v.${finalAttrs.version}";
hash = "sha256-WApuIWqVgVJAM2WdfOiqoQ2U+9kIuq8fy6wvJ55KoIc=";
hash = "sha256-0MtQTc2nUF8N1IDIcRxGqfXKULl9ZjnqDt4q84jA5ow=";
};
nativeBuildInputs = [