bearer: 1.31.1 -> 1.32.0

This commit is contained in:
kashw2 2023-12-08 01:50:00 +10:00
parent e816589ee3
commit 6e4cd62988

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "bearer";
version = "1.31.1";
version = "1.32.0";
src = fetchFromGitHub {
owner = "bearer";
repo = "bearer";
rev = "refs/tags/v${version}";
hash = "sha256-GjCb0b8wT1mfk8Od1r5U6+a3yUzliS1ExIYIV6vnUPs=";
hash = "sha256-fqc/+eYrUcFHgC+st0LogLLIW/jRyp0M5VwxMBWkPKY=";
};
vendorHash = "sha256-QDtjB1h7mNBEpTwoQfex3c6oba/kztKlgQpbmNHvoz0=";