upscaler: 1.5.2 -> 1.6.0

This commit is contained in:
R. Ryantm
2025-07-19 05:08:59 +00:00
parent cda03d762a
commit 4ee5f6fed6
+2 -2
View File
@@ -18,7 +18,7 @@
python3Packages.buildPythonApplication rec {
pname = "upscaler";
version = "1.5.2";
version = "1.6.0";
pyproject = false; # meson instead of pyproject
@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
owner = "World";
repo = "Upscaler";
rev = version;
hash = "sha256-QpKeu4k31BKcpPFLvb4iuFMdE3IwQARCDXTqWhWhBM0=";
hash = "sha256-OsycWrMR/SEZTlNQFd0wKF4CQNXKV/mBHaqiliMFw00=";
};
passthru.updateScript = gitUpdater { };