Commit ae531a2b authored by Weijia Wang's avatar Weijia Wang
Browse files

gmic-qt: 3.4.2 -> 3.5.0

parent 55859c69
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [