colima: 0.6.7 -> 0.6.8

This commit is contained in:
R. Ryantm 2024-02-03 06:58:31 +00:00
parent e718d5841a
commit 36a0363e6f

View File

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "colima";
version = "0.6.7";
version = "0.6.8";
src = fetchFromGitHub {
owner = "abiosoft";
repo = pname;
rev = "v${version}";
hash = "sha256-7s/e/fV6azT26oeEJhh6PPcnI/cjpmEHf9TsZHspcwE=";
hash = "sha256-9mBjK+VArfsLfwRRIFn8kY2scAtvIjIMWX84Bi7MBvU=";
# We need the git revision
leaveDotGit = true;
postFetch = ''
@ -35,7 +35,7 @@ buildGoModule rec {
nativeBuildInputs = [ installShellFiles makeWrapper ]
++ lib.optionals stdenv.isDarwin [ darwin.DarwinTools ];
vendorHash = "sha256-ET9n15+YK8ByodePztee6tKdFvvgk7jEKSUjRYSEpq8=";
vendorHash = "sha256-QS0TwXI2Md+PXmT2UrzCMQoHRj+wjTSjWPv9CeVzyFU=";
# disable flaky Test_extractZones
# https://hydra.nixos.org/build/212378003/log