bearer: 1.50.0 -> 1.50.1

This commit is contained in:
R. Ryantm 2025-08-13 18:05:56 +00:00
parent 64cf35ea43
commit b64aa79500

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bearer";
version = "1.50.0";
version = "1.50.1";
src = fetchFromGitHub {
owner = "bearer";
repo = "bearer";
tag = "v${version}";
hash = "sha256-6GggGsimQShDs/F/H80aBykQYowH55plDQDRjiWKFsA=";
hash = "sha256-cUfuTYk3ckijSZbniHaZuprlv9rKNIxzILEdTGdvVQ0=";
};
vendorHash = "sha256-+2iiMb2+/a3GCUMVA9boJJxuFgB3NmxpTePyMEA46jw=";