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

bearer: 1.43.0 -> 1.43.1
This commit is contained in:
Fabian Affolter 2024-03-22 08:25:36 +01:00 committed by GitHub
commit 463be7475e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "bearer";
version = "1.43.0";
version = "1.43.1";
src = fetchFromGitHub {
owner = "bearer";
repo = "bearer";
rev = "refs/tags/v${version}";
hash = "sha256-oOQdFbctIwCvpccUipX+5dBvkUxlRiQE9ju/UCqSku0=";
hash = "sha256-T5JiGoiVs6crbWiOPbjLpcHRdIovHAVUDAaa4e3ZDPc=";
};
vendorHash = "sha256-g0AnL6r3dUfCIAytTknAD5aCPBsohDUMNfMAYKBebi4=";