Merge pull request #334580 from r-ryantm/auto-update/wallutils

wallutils: 5.12.7 -> 5.12.9
This commit is contained in:
lassulus
2024-08-14 19:31:51 +02:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
buildGoModule rec {
pname = "wallutils";
version = "5.12.7";
version = "5.12.9";
src = fetchFromGitHub {
owner = "xyproto";
repo = "wallutils";
rev = version;
hash = "sha256-7UqZr/DEiHDgg3XwvsKk/gc6FNtLh3aj5NWVz/A3J4o=";
hash = "sha256-kayzaNOV2xTjbMeGUJ1jMLGxcVZzYkMLr6qWlAupPKM=";
};
vendorHash = null;