bearer: 1.51.0 -> 1.51.1

This commit is contained in:
R. Ryantm
2025-10-14 14:58:21 +00:00
parent 2ea123939c
commit 3807e643a9

View File

@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "bearer";
version = "1.51.0";
version = "1.51.1";
src = fetchFromGitHub {
owner = "bearer";
repo = "bearer";
tag = "v${version}";
hash = "sha256-aqyINnOVzWVnQ0F2aRxlMIM+CwYwnfnclavlgBV/UCo=";
hash = "sha256-s1AUVpmSJYRoidEH4qM4mHPsbTsn2Uo9HfcNG2oMIXA=";
};
vendorHash = "sha256-MBcJlMIYSqzJaxuS0YEoeXiVsD2AQj4aAXhN/P/E2MU=";
vendorHash = "sha256-9OU0pqztGM5hmPCcMGCR6IdO/5XJE1MVcCCX+vH3us0=";
subPackages = [ "cmd/bearer" ];