bearer: 1.49.0 -> 1.50.0

This commit is contained in:
R. Ryantm
2025-07-30 14:44:09 +00:00
parent 4e6038918f
commit 3fed909df8
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bearer";
version = "1.49.0";
version = "1.50.0";
src = fetchFromGitHub {
owner = "bearer";
repo = "bearer";
tag = "v${version}";
hash = "sha256-mIjIcJzu3BatV4OQ18yHvwuUjS+zJHe4EFPYEFUwCjo=";
hash = "sha256-6GggGsimQShDs/F/H80aBykQYowH55plDQDRjiWKFsA=";
};
vendorHash = "sha256-+2iiMb2+/a3GCUMVA9boJJxuFgB3NmxpTePyMEA46jw=";