bearer: 1.45.0 -> 1.45.1

This commit is contained in:
R. Ryantm 2024-07-15 17:15:28 +00:00
parent b64e7d2266
commit 55a050b0d7

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "bearer";
version = "1.45.0";
version = "1.45.1";
src = fetchFromGitHub {
owner = "bearer";
repo = "bearer";
rev = "refs/tags/v${version}";
hash = "sha256-6q9mUv1S44shGr3ScqLNTw1AiFS2sQmAMionsEdfOOw=";
hash = "sha256-EYBX5w17CesqVWfPD5djbO5U96il8VC8crh1fQGhGoQ=";
};
vendorHash = "sha256-q3JnxFSnMePBfwFdrj69uh65UXqeL0+QUvGjzkS2lGs=";
vendorHash = "sha256-+PwkjmelmPEba7T6OJwuDdTr8Umw1GmNBIGDTSkWCeE=";
subPackages = [ "cmd/bearer" ];