bearer: 1.33.0 -> 1.33.1

This commit is contained in:
R. Ryantm 2023-12-25 10:28:39 +00:00
parent b45547a0a2
commit 6838bf4fea

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "bearer";
version = "1.33.0";
version = "1.33.1";
src = fetchFromGitHub {
owner = "bearer";
repo = "bearer";
rev = "refs/tags/v${version}";
hash = "sha256-sdtZOj3jksXDVVYi+Uy/zXgZoqlhGlPKjokXNErBe9k=";
hash = "sha256-cdD4LYQZwkS5dRhmvyHkio7TXPDgfDo7kutVAGJCitc=";
};
vendorHash = "sha256-u3pqG74o8xRxxepS5u3lTo4rPgbFABDC/dLWD1JAyxA=";
vendorHash = "sha256-nh2hkwscb4EYEfumBXPFrLgxIxRlkVqBCnQZ4eMZbgg=";
subPackages = [
"cmd/bearer"