wallutils: 5.12.5 -> 5.12.7

authored by R. Ryantm and committed by Anderson Torres 951deaab 6f02279f

+3 -3
+3 -3
pkgs/tools/graphics/wallutils/default.nix
··· 13 13 14 14 buildGoModule rec { 15 15 pname = "wallutils"; 16 - version = "5.12.5"; 16 + version = "5.12.7"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "xyproto"; 20 20 repo = "wallutils"; 21 21 rev = version; 22 - hash = "sha256-qC+AF+NFXSrUZAYaiFPwvfZtsAGhKE4XFDOUcfXUAbM="; 22 + hash = "sha256-7UqZr/DEiHDgg3XwvsKk/gc6FNtLh3aj5NWVz/A3J4o="; 23 23 }; 24 24 25 - vendorSha256 = null; 25 + vendorHash = null; 26 26 27 27 patches = [ 28 28 ./000-add-nixos-dirs-to-default-wallpapers.patch