Skip to content

Commit c945a25

Browse files
authored
jx: 3.10.156 -> 3.11.1 (#359676)
2 parents a253c2d + e2d3e2e commit c945a25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/jx/jx/package.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 = "3.10.156";
5+
version = "3.11.1";
66

77
src = fetchFromGitHub {
88
owner = "jenkins-x";
99
repo = "jx";
1010
rev = "v${version}";
11-
sha256 = "sha256-bN/sdKuf+JV4fD3g9Wgow94nLMa8qgWEO1UBZAKLBWk=";
11+
sha256 = "sha256-Pd7K+B6NKA1NwJ2uJ5EN8B1H17Ws7PaZbLGxsv6kQX0=";
1212
};
1313

14-
vendorHash = "sha256-AIaZVkWdNj1Vsrv2k4B5lLE0lOFuiTD7lwS/DikmC14=";
14+
vendorHash = "sha256-GzkAIGy9CCBIbIWUkPOPM3GlKvlEVm6YXnQUUGjItXE=";
1515

1616
subPackages = [ "cmd" ];
1717

0 commit comments

Comments
 (0)