gmic-qt: 3.3.6 -> 3.4.0

https://github.com/c-koi/gmic-qt/compare/v.3.3.6...v.3.4.0
This commit is contained in:
Martin Joerg 2024-06-16 19:35:26 +02:00
parent a83610d617
commit a58896d453

View File

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