Skip to content

Commit ac59ba8

Browse files
authored
jx: 2.1.65 -> 2.1.90 (#92012)
1 parent f32641c commit ac59ba8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/applications/networking/cluster/jx/default.nix

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

33
buildGoModule rec {
44
pname = "jx";
5-
version = "2.1.65";
5+
version = "2.1.90";
66

77
src = fetchFromGitHub {
88
owner = "jenkins-x";
99
repo = "jx";
1010
rev = "v${version}";
11-
sha256 = "0zkp0z5qpqw44bjnl20xna7s251k7jsxccqnqkdqqrzmqjpkkwgx";
11+
sha256 = "1m2gq1hh8fjgxwx2sipq56q5mlz0m3npnbsw103n2kq4xv1qf3f6";
1212
};
1313

14-
vendorSha256 = "0zi2n8fywzy87yfwcx7di74s8mx0468zmg6kwjln7mwhr6q23adf";
14+
vendorSha256 = "0kj6x7323fx1qhrlg789a21mh1fvhil7ng2fhmbmlwq0fcrngdnj";
1515

1616
subPackages = [ "cmd/jx" ];
1717

0 commit comments

Comments
 (0)