jx: 3.11.1 -> 3.11.3

This commit is contained in:
R. Ryantm 2024-12-12 11:15:33 +00:00
parent 52a2613850
commit e235dd5c38

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "jx";
version = "3.11.1";
version = "3.11.3";
src = fetchFromGitHub {
owner = "jenkins-x";
repo = "jx";
rev = "v${version}";
sha256 = "sha256-Pd7K+B6NKA1NwJ2uJ5EN8B1H17Ws7PaZbLGxsv6kQX0=";
sha256 = "sha256-4bQGggo9N7XMwUGEd3wFDB2kSfTMHuFi718JqkHqFME=";
};
vendorHash = "sha256-GzkAIGy9CCBIbIWUkPOPM3GlKvlEVm6YXnQUUGjItXE=";