Skip to content

Commit

Permalink
walker: 0.7.7 -> 0.8.12 (NixOS#357049)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Nov 19, 2024
2 parents 6e1436d + fe0d478 commit a254cdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/wa/walker/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

buildGoModule rec {
pname = "walker";
version = "0.7.7";
version = "0.8.12";

src = fetchFromGitHub {
owner = "abenz1267";
repo = "walker";
rev = "v${version}";
hash = "sha256-UJxLVnKfMLPkzec3XwNHcHE1x5kPFMoyqed0VNgFJ4w=";
hash = "sha256-K65bzaUcTBqsqngxbxwEEsTVZA2s8lX6+HEhu03Nywk=";
};

vendorHash = "sha256-xLhpHrggOGq5VLjQO7OvH/Ei5YivJJhTsy2ek2AudRs=";
vendorHash = "sha256-nc/WKBhUxhs1aNUg/GM7vhrKd7FrUdl2uKp7MX2VCdE=";
subPackages = [ "cmd/walker.go" ];

passthru.updateScript = nix-update-script { };
Expand Down

0 comments on commit a254cdb

Please sign in to comment.