jx: 3.17.0 -> 3.17.1 (#518945)

This commit is contained in:
Nick Cao
2026-05-11 21:12:28 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "jx";
version = "3.17.0";
version = "3.17.1";
src = fetchFromGitHub {
owner = "jenkins-x";
repo = "jx";
rev = "v${version}";
sha256 = "sha256-lQE3caEXPXL9QQDsItOExxBTdqrJQR9x6UcyA2/f+T4=";
sha256 = "sha256-c+cfgU1XDugz+Es9eq5P4TJxBgyE3zY7Up1kiC2VMSE=";
};
vendorHash = "sha256-1ErjD+1MdbKN4EPaQX0jxNzoN9dB8beH1csdx1IPKl8=";