Merge pull request #302977 from r-ryantm/auto-update/bearer

bearer: 1.43.1 -> 1.43.2
This commit is contained in:
Weijia Wang 2024-04-10 14:13:31 +02:00 committed by GitHub
commit 3ccec6fc4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 10 deletions

View File

@ -1,26 +1,25 @@
{ lib
, buildGoModule
, fetchFromGitHub
, testers
, bearer
{
lib,
buildGoModule,
fetchFromGitHub,
testers,
bearer,
}:
buildGoModule rec {
pname = "bearer";
version = "1.43.1";
version = "1.43.2";
src = fetchFromGitHub {
owner = "bearer";
repo = "bearer";
rev = "refs/tags/v${version}";
hash = "sha256-T5JiGoiVs6crbWiOPbjLpcHRdIovHAVUDAaa4e3ZDPc=";
hash = "sha256-F7BToROR8mcINmIVz7J6xRSyLDKQyUyp7o1yQVVHdp0=";
};
vendorHash = "sha256-g0AnL6r3dUfCIAytTknAD5aCPBsohDUMNfMAYKBebi4=";
subPackages = [
"cmd/bearer"
];
subPackages = [ "cmd/bearer" ];
ldflags = [
"-s"