Skip to content

Commit da3d7ed

Browse files
committed
wallutils: 5.12.7 -> 5.12.9
1 parent a42598a commit da3d7ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/graphics/wallutils/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
buildGoModule rec {
1515
pname = "wallutils";
16-
version = "5.12.7";
16+
version = "5.12.9";
1717

1818
src = fetchFromGitHub {
1919
owner = "xyproto";
2020
repo = "wallutils";
2121
rev = version;
22-
hash = "sha256-7UqZr/DEiHDgg3XwvsKk/gc6FNtLh3aj5NWVz/A3J4o=";
22+
hash = "sha256-kayzaNOV2xTjbMeGUJ1jMLGxcVZzYkMLr6qWlAupPKM=";
2323
};
2424

2525
vendorHash = null;

0 commit comments

Comments
 (0)