We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d45014 + 4d10dfc commit 7c12b7dCopy full SHA for 7c12b7d
pkgs/development/tools/bearer/default.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "bearer";
10
- version = "1.34.0";
+ version = "1.35.0";
11
12
src = fetchFromGitHub {
13
owner = "bearer";
14
repo = "bearer";
15
rev = "refs/tags/v${version}";
16
- hash = "sha256-JNYjBcuA2KDdhd1yF0E7mEhNJ7xQRT+wFlnAnal/P9I=";
+ hash = "sha256-JvmuJ3NNmjL69UGV/r5XOXqbznD0vA4CnhLWx05b3uY=";
17
};
18
19
- vendorHash = "sha256-DykY1PFKsJ++F8ToAhyss5nAmsTOfXQXJpSo21oEhYc=";
+ vendorHash = "sha256-4oRZLZv4TsdHozGJicLIxKDl1zenwjj4SbbpdVI02xI=";
20
21
subPackages = [
22
"cmd/bearer"
0 commit comments