Merge pull request #189917 from r-ryantm/auto-update/gmic-qt

gmic-qt: 3.1.5 -> 3.1.6
This commit is contained in:
Christian Kögler 2022-09-12 21:18:40 +02:00 committed by GitHub
commit 0d350fddb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,13 +58,13 @@ assert lib.assertMsg (builtins.all (d: d != null) variants.${variant}.extraDeps
mkDerivation rec {
pname = "gmic-qt${lib.optionalString (variant != "standalone") "-${variant}"}";
version = "3.1.5";
version = "3.1.6";
src = fetchFromGitHub {
owner = "c-koi";
repo = "gmic-qt";
rev = "v.${version}";
sha256 = "rSBdh6jhiVZogZADEKn3g7bkGPnWWOEnRF0jNCe1BCk=";
sha256 = "sha256-/5wDHvJSMgEheg8YV4W40wUiHz25emIoFnGdfO8i92g=";
};
nativeBuildInputs = [