container-structure-test: 1.19.3 -> 1.20.0 (#445252)

authored by Nick Cao and committed by GitHub 17478d00 5a0a0180

+2 -2
+2 -2
pkgs/by-name/co/container-structure-test/package.nix
··· 8 8 container-structure-test, 9 9 }: 10 10 buildGoModule rec { 11 - version = "1.19.3"; 11 + version = "1.20.0"; 12 12 pname = "container-structure-test"; 13 13 src = fetchFromGitHub { 14 14 owner = "GoogleContainerTools"; 15 15 repo = "container-structure-test"; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-KLLACXUn6dtVCI+gCMHU9hoAJBOAVyhfwxtzsopWS4U="; 17 + sha256 = "sha256-7/RTWpj/W+W4mhQL2HX/6KuMbDFsjh9GGRCGZZ9sNHQ="; 18 18 }; 19 19 vendorHash = "sha256-pBq76HJ+nluOMOs9nqBKp1mr1LuX2NERXo48g8ezE9k="; 20 20