Commit 3150eaa6 authored by R. RyanTM's avatar R. RyanTM
Browse files

upscaler: 1.6.0 -> 1.6.2

parent 4b7db3f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

python3Packages.buildPythonApplication rec {
  pname = "upscaler";
  version = "1.6.0";
  version = "1.6.2";

  pyproject = false; # meson instead of pyproject

@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
    owner = "World";
    repo = "Upscaler";
    rev = version;
    hash = "sha256-OsycWrMR/SEZTlNQFd0wKF4CQNXKV/mBHaqiliMFw00=";
    hash = "sha256-Mt0bFPidg0/bxd3NP+1jVgWzRemaGKlU/l5orKbziB0=";
  };

  passthru.updateScript = gitUpdater { };