walker: 0.7.6 -> 0.7.7 (#338578)

This commit is contained in:
Donovan Glover 2024-08-31 12:31:27 +00:00 committed by GitHub
commit 93501699af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "walker";
version = "0.7.6";
version = "0.7.7";
src = fetchFromGitHub {
owner = "abenz1267";
repo = "walker";
rev = "v${version}";
hash = "sha256-cVWBpe+quzZweZkklFgw10CN7/KrhvqPvFpzbuLILzw=";
hash = "sha256-UJxLVnKfMLPkzec3XwNHcHE1x5kPFMoyqed0VNgFJ4w=";
};
vendorHash = "sha256-xLhpHrggOGq5VLjQO7OvH/Ei5YivJJhTsy2ek2AudRs=";