colima: 0.6.8 -> 0.6.9

This commit is contained in:
R. Ryantm 2024-05-18 12:28:54 +00:00
parent 1814b56453
commit 3f36810e15

View File

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "colima";
version = "0.6.8";
version = "0.6.9";
src = fetchFromGitHub {
owner = "abiosoft";
repo = pname;
rev = "v${version}";
hash = "sha256-9mBjK+VArfsLfwRRIFn8kY2scAtvIjIMWX84Bi7MBvU=";
hash = "sha256-7kaZ55Uhvx8V75IgURD03fLoAd/O/+2h/7tv9XiqnX4=";
# 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-QS0TwXI2Md+PXmT2UrzCMQoHRj+wjTSjWPv9CeVzyFU=";
vendorHash = "sha256-FPcz109zQBHaS/bIl78rVeiEluR1PhrJhgs21Ex6qEg=";
# disable flaky Test_extractZones
# https://hydra.nixos.org/build/212378003/log