bearer: 1.29.0 -> 1.31.1

This commit is contained in:
kashw2 2023-11-25 22:00:40 +10:00
parent 7b1e146a49
commit e30a1848a7

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "bearer";
version = "1.29.0";
version = "1.31.1";
src = fetchFromGitHub {
owner = "bearer";
repo = "bearer";
rev = "refs/tags/v${version}";
hash = "sha256-18kXDdkwT0bINpwQ5sG+ic0ZFJS/vBMidzo67/C/fbM=";
hash = "sha256-GjCb0b8wT1mfk8Od1r5U6+a3yUzliS1ExIYIV6vnUPs=";
};
vendorHash = "sha256-UbXKMeia6j5xARzO8GjRiDn6GGYz7gjEIdP8ylvJGT4=";
vendorHash = "sha256-QDtjB1h7mNBEpTwoQfex3c6oba/kztKlgQpbmNHvoz0=";
subPackages = [
"cmd/bearer"