jx: 3.16.16 -> 3.16.20 (#433882)

authored by Nick Cao and committed by GitHub ddec2321 ff4d5fcd

+2 -2
+2 -2
pkgs/by-name/jx/jx/package.nix
··· 9 10 buildGoModule rec { 11 pname = "jx"; 12 - version = "3.16.16"; 13 14 src = fetchFromGitHub { 15 owner = "jenkins-x"; 16 repo = "jx"; 17 rev = "v${version}"; 18 - sha256 = "sha256-42PqWzRCgA0DmCxUYs8pvOwwdXVdiUTQ59JKFWHgg8A="; 19 }; 20 21 vendorHash = "sha256-qCcwCsinzkjN+g7wxn60JoFBGk6Swydi93w3dZNpsZY=";
··· 9 10 buildGoModule rec { 11 pname = "jx"; 12 + version = "3.16.20"; 13 14 src = fetchFromGitHub { 15 owner = "jenkins-x"; 16 repo = "jx"; 17 rev = "v${version}"; 18 + sha256 = "sha256-FMdT01sooWFn9zWEkn2c9CR85/AsUwILH1asyXcltcM="; 19 }; 20 21 vendorHash = "sha256-qCcwCsinzkjN+g7wxn60JoFBGk6Swydi93w3dZNpsZY=";