upscaler: 1.6.2 -> 1.6.3 (#472243)

This commit is contained in:
Grimmauld
2026-05-16 17:32:24 +00:00
committed by GitHub
+2 -2
View File
@@ -18,7 +18,7 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "upscaler";
version = "1.6.2";
version = "1.6.3";
pyproject = false; # meson instead of pyproject
@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
owner = "World";
repo = "Upscaler";
rev = finalAttrs.version;
hash = "sha256-Mt0bFPidg0/bxd3NP+1jVgWzRemaGKlU/l5orKbziB0=";
hash = "sha256-h+m5YOnsWFmQH0FxYrGbUzGMr38HhnkHegJl4daRXAs=";
};
passthru.updateScript = gitUpdater { };