Merge pull request #233637 from DenzoNL/update/colima

colima: 0.5.4 -> 0.5.5

authored by Weijia Wang and committed by GitHub 0b409fa7 5cd9b426

+3 -3
+3 -3
pkgs/applications/virtualization/colima/default.nix
··· 17 18 buildGoModule rec { 19 pname = "colima"; 20 - version = "0.5.4"; 21 22 src = fetchFromGitHub { 23 owner = "abiosoft"; 24 repo = pname; 25 rev = "v${version}"; 26 - sha256 = "sha256-oCYHQFajtZXVAVeJ8zvJABlmwmOUgisvVg9eLT7wd0M="; 27 # We need the git revision 28 leaveDotGit = true; 29 postFetch = '' ··· 35 nativeBuildInputs = [ installShellFiles makeWrapper ] 36 ++ lib.optionals stdenv.isDarwin [ darwin.DarwinTools ]; 37 38 - vendorHash = "sha256-bEgC7j8WvCgrJ2Ahye4mfWVEmo6Y/OO64mDIJXvtaiE="; 39 40 # disable flaky Test_extractZones 41 # https://hydra.nixos.org/build/212378003/log
··· 17 18 buildGoModule rec { 19 pname = "colima"; 20 + version = "0.5.5"; 21 22 src = fetchFromGitHub { 23 owner = "abiosoft"; 24 repo = pname; 25 rev = "v${version}"; 26 + sha256 = "sha256-i+JveX9cXF+2Po5NFM8HTmwcSJJ/iSPrlwbA/7aNhc0="; 27 # We need the git revision 28 leaveDotGit = true; 29 postFetch = '' ··· 35 nativeBuildInputs = [ installShellFiles makeWrapper ] 36 ++ lib.optionals stdenv.isDarwin [ darwin.DarwinTools ]; 37 38 + vendorHash = "sha256-lsTvzGFoC3Brnr1Q0Hl0ZqEDfcTeQ8vWGe+xylTyvts="; 39 40 # disable flaky Test_extractZones 41 # https://hydra.nixos.org/build/212378003/log