Skip to content

Commit 7c12b7d

Browse files
authored
Merge pull request #281885 from r-ryantm/auto-update/bearer
bearer: 1.34.0 -> 1.35.0
2 parents 5d45014 + 4d10dfc commit 7c12b7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/bearer/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "bearer";
10-
version = "1.34.0";
10+
version = "1.35.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "bearer";
1414
repo = "bearer";
1515
rev = "refs/tags/v${version}";
16-
hash = "sha256-JNYjBcuA2KDdhd1yF0E7mEhNJ7xQRT+wFlnAnal/P9I=";
16+
hash = "sha256-JvmuJ3NNmjL69UGV/r5XOXqbznD0vA4CnhLWx05b3uY=";
1717
};
1818

19-
vendorHash = "sha256-DykY1PFKsJ++F8ToAhyss5nAmsTOfXQXJpSo21oEhYc=";
19+
vendorHash = "sha256-4oRZLZv4TsdHozGJicLIxKDl1zenwjj4SbbpdVI02xI=";
2020

2121
subPackages = [
2222
"cmd/bearer"

0 commit comments

Comments
 (0)