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.
1 parent f32641c commit ac59ba8Copy full SHA for ac59ba8
1 file changed
pkgs/applications/networking/cluster/jx/default.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "jx";
5
- version = "2.1.65";
+ version = "2.1.90";
6
7
src = fetchFromGitHub {
8
owner = "jenkins-x";
9
repo = "jx";
10
rev = "v${version}";
11
- sha256 = "0zkp0z5qpqw44bjnl20xna7s251k7jsxccqnqkdqqrzmqjpkkwgx";
+ sha256 = "1m2gq1hh8fjgxwx2sipq56q5mlz0m3npnbsw103n2kq4xv1qf3f6";
12
};
13
14
- vendorSha256 = "0zi2n8fywzy87yfwcx7di74s8mx0468zmg6kwjln7mwhr6q23adf";
+ vendorSha256 = "0kj6x7323fx1qhrlg789a21mh1fvhil7ng2fhmbmlwq0fcrngdnj";
15
16
subPackages = [ "cmd/jx" ];
17
0 commit comments