diff --git a/nixpkgs/pkgs/gauth.nix b/nixpkgs/pkgs/gauth.nix index 882f73df..751be266 100644 --- a/nixpkgs/pkgs/gauth.nix +++ b/nixpkgs/pkgs/gauth.nix @@ -2,5 +2,6 @@ buildGoModule rec { inherit (sources.gauth) pname version src; - vendorSha256 = "0mzfydmvv5z2aj4ni5zqdzh7j078gr7bnrz9p88lklk2banrgyyz"; + vendorSha256 = "sha256-S0a8V7lgU1AvEKaI6sc1ZEC+acj650p7npl0ugByRSQ="; + meta.mainProgram = "${pname}"; }