mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 23:33:30 +00:00
upscaler: 1.4.0 -> 1.4.1 (#361670)
This commit is contained in:
commit
140a1efbe3
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "upscaler";
|
pname = "upscaler";
|
||||||
version = "1.4.0";
|
version = "1.4.1";
|
||||||
|
|
||||||
pyproject = false; # meson instead of pyproject
|
pyproject = false; # meson instead of pyproject
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
owner = "World";
|
owner = "World";
|
||||||
repo = "Upscaler";
|
repo = "Upscaler";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-Dy8tykIbK5o0XulurG+TxORZZSxfRe5Kjh6aGpsh+0Y=";
|
hash = "sha256-WjhefFyd1hnngD/uIvgjAI4i6AyoldDJKWocvotGw9g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.updateScript = gitUpdater { };
|
passthru.updateScript = gitUpdater { };
|
||||||
|
Loading…
Reference in New Issue
Block a user