upscaler: 1.4.1 -> 1.5.1

This commit is contained in:
R. Ryantm
2025-05-12 18:07:00 +05:30
committed by Masum Reza
parent c5997abf8e
commit 53b9714b97
+2 -2
View File
@@ -18,7 +18,7 @@
python3Packages.buildPythonApplication rec {
pname = "upscaler";
version = "1.4.1";
version = "1.5.1";
pyproject = false; # meson instead of pyproject
@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
owner = "World";
repo = "Upscaler";
rev = version;
hash = "sha256-WjhefFyd1hnngD/uIvgjAI4i6AyoldDJKWocvotGw9g=";
hash = "sha256-yff33enYV42dRUr3zzDwUOud7mRxwFCz9BCGXpSgV9k=";
};
passthru.updateScript = gitUpdater { };