Merge pull request #219955 from r-ryantm/auto-update/colima

colima: 0.5.2 -> 0.5.3

authored by Ilan Joselevich and committed by GitHub f0892455 bbe17249

+3 -3
+3 -3
pkgs/applications/virtualization/colima/default.nix
··· 17 18 buildGoModule rec { 19 pname = "colima"; 20 - version = "0.5.2"; 21 22 src = fetchFromGitHub { 23 owner = "abiosoft"; 24 repo = pname; 25 rev = "v${version}"; 26 - sha256 = "sha256-xw+Yy9KejVkunOLJdmfXstP7aDrl3j0OZjCaf6pyL1U="; 27 # We need the git revision 28 leaveDotGit = true; 29 postFetch = '' ··· 35 nativeBuildInputs = [ installShellFiles makeWrapper ] 36 ++ lib.optionals stdenv.isDarwin [ darwin.DarwinTools ]; 37 38 - vendorSha256 = "sha256-Iz1LYL25NpkztTM86zrLwehub8FzO1IlwZqCPW7wDN4="; 39 40 CGO_ENABLED = 1; 41
··· 17 18 buildGoModule rec { 19 pname = "colima"; 20 + version = "0.5.3"; 21 22 src = fetchFromGitHub { 23 owner = "abiosoft"; 24 repo = pname; 25 rev = "v${version}"; 26 + sha256 = "sha256-uAstW+LzgT+xEJf4WNVSZsWtE50RU/rRpC7mkkFMIJU="; 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 CGO_ENABLED = 1; 41