lol

waypaper: 1.5 -> 1.9

authored by

jervw and committed by
Anderson Torres
d3784a34 0624ecee

+2 -2
+2 -2
pkgs/applications/misc/waypaper/default.nix
··· 8 8 9 9 python3.pkgs.buildPythonApplication rec { 10 10 pname = "waypaper"; 11 - version = "1.5"; 11 + version = "1.9"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "anufrievroman"; 15 15 repo = "waypaper"; 16 16 rev = "refs/tags/${version}"; 17 - hash = "sha256-lK4TygR9cwEHcnrC0E5vE7Jor6afEiM9TmEgGXj+hNA="; 17 + hash = "sha256-6hv+f2fbrbLodJIRHl5MYTkiZ51iZOAK42Vg73zSw/E="; 18 18 }; 19 19 20 20 nativeBuildInputs = [