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