waypaper: 1.5 -> 1.9

This commit is contained in:
jervw 2023-09-10 20:55:17 +03:00 committed by Anderson Torres
parent 0624ecee0d
commit d3784a34d8

View File

@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "waypaper"; pname = "waypaper";
version = "1.5"; version = "1.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "anufrievroman"; owner = "anufrievroman";
repo = "waypaper"; repo = "waypaper";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-lK4TygR9cwEHcnrC0E5vE7Jor6afEiM9TmEgGXj+hNA="; hash = "sha256-6hv+f2fbrbLodJIRHl5MYTkiZ51iZOAK42Vg73zSw/E=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [