Skip to content

Commit

Permalink
vouch: 1.8.1 -> 1.9.0 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
catwith1hat authored Oct 27, 2024
1 parent 8186bd1 commit 8914eb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/vouch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "vouch";
version = "1.8.1";
version = "1.9.0";

src = fetchFromGitHub {
owner = "attestantio";
repo = pname;
rev = "v${version}";
hash = "sha256-CpdDt9OHCfYhCX8cdGdkWvdvHxIxTZSYxr1Yk8Mglt8=";
hash = "sha256-EPBMFff9NoGy8L+aNilVZ2oHo2QcgwLyPxhRZDY6QrY=";
};

vendorHash = "sha256-4QD2rVwKOmtvlSzYYf/QEG9ZtILGQnNG2L9ptT6ZKs8=";
vendorHash = "sha256-sRoLkvULqYtA76TqgoEQK7CS59oalGH5V0SXlvlHWGw=";

runVend = true;

Expand Down

0 comments on commit 8914eb1

Please sign in to comment.