about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-07-04 13:57:07 -0400
committerGitHub <noreply@github.com>2024-07-04 13:57:07 -0400
commitcf3fd92d23776184a06ecaa4d741f1600e2b4916 (patch)
treed72885e996ff7d93ff1cbb3700c6455b17823889 /pkgs
parentc77b18817db6ccef49f8e1678c7f58d6b633d34d (diff)
parent72067cc139f2f4a443d2a1e01e5d2c959e565800 (diff)
Merge pull request #324502 from r-ryantm/auto-update/jx
jx: 3.10.150 -> 3.10.152
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/cluster/jx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/jx/default.nix b/pkgs/applications/networking/cluster/jx/default.nix
index 7fe23d3709200..c3123ce5c460d 100644
--- a/pkgs/applications/networking/cluster/jx/default.nix
+++ b/pkgs/applications/networking/cluster/jx/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "jx";
-  version = "3.10.150";
+  version = "3.10.152";
 
   src = fetchFromGitHub {
     owner = "jenkins-x";
     repo = "jx";
     rev = "v${version}";
-    sha256 = "sha256-Zck06wbe+hLbecFnfY/udi1s712ilt7j0EdoumohOEI=";
+    sha256 = "sha256-rOpKaVn2D5UMYaVXLRxvwTRzo+nD1H/95FcQSeFgeFo=";
   };
 
   vendorHash = "sha256-AIaZVkWdNj1Vsrv2k4B5lLE0lOFuiTD7lwS/DikmC14=";