From 951deaab3dbe8780d91a5768486ab296e1a60a33 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 17 May 2023 02:43:41 +0000 Subject: [PATCH] wallutils: 5.12.5 -> 5.12.7 --- pkgs/tools/graphics/wallutils/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/graphics/wallutils/default.nix b/pkgs/tools/graphics/wallutils/default.nix index 6479dba2493f..796baa25b0bf 100644 --- a/pkgs/tools/graphics/wallutils/default.nix +++ b/pkgs/tools/graphics/wallutils/default.nix @@ -13,16 +13,16 @@ buildGoModule rec { pname = "wallutils"; - version = "5.12.5"; + version = "5.12.7"; src = fetchFromGitHub { owner = "xyproto"; repo = "wallutils"; rev = version; - hash = "sha256-qC+AF+NFXSrUZAYaiFPwvfZtsAGhKE4XFDOUcfXUAbM="; + hash = "sha256-7UqZr/DEiHDgg3XwvsKk/gc6FNtLh3aj5NWVz/A3J4o="; }; - vendorSha256 = null; + vendorHash = null; patches = [ ./000-add-nixos-dirs-to-default-wallpapers.patch