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

View File

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