jx: 3.10.156 -> 3.11.1

This commit is contained in:
R. Ryantm 2024-11-27 21:28:38 +00:00
parent a3a67865fb
commit e2d3e2e33c

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "jx";
version = "3.10.156";
version = "3.11.1";
src = fetchFromGitHub {
owner = "jenkins-x";
repo = "jx";
rev = "v${version}";
sha256 = "sha256-bN/sdKuf+JV4fD3g9Wgow94nLMa8qgWEO1UBZAKLBWk=";
sha256 = "sha256-Pd7K+B6NKA1NwJ2uJ5EN8B1H17Ws7PaZbLGxsv6kQX0=";
};
vendorHash = "sha256-AIaZVkWdNj1Vsrv2k4B5lLE0lOFuiTD7lwS/DikmC14=";
vendorHash = "sha256-GzkAIGy9CCBIbIWUkPOPM3GlKvlEVm6YXnQUUGjItXE=";
subPackages = [ "cmd" ];