Skip to content

Commit

Permalink
gauth: Update vendor sha
Browse files Browse the repository at this point in the history
See berberman/nvfetcher#51 for why this is required.
  • Loading branch information
TLATER committed Feb 28, 2022
1 parent a841d09 commit 6210fc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixpkgs/pkgs/gauth.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

buildGoModule rec {
inherit (sources.gauth) pname version src;
vendorSha256 = "0mzfydmvv5z2aj4ni5zqdzh7j078gr7bnrz9p88lklk2banrgyyz";
vendorSha256 = "sha256-S0a8V7lgU1AvEKaI6sc1ZEC+acj650p7npl0ugByRSQ=";
meta.mainProgram = "${pname}";
}

0 comments on commit 6210fc1

Please sign in to comment.