colima: 0.8.1 -> 0.8.4
This commit is contained in:
parent
bb8a04eb36
commit
c4407ede1c
@ -14,13 +14,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "colima";
|
pname = "colima";
|
||||||
version = "0.8.1";
|
version = "0.8.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "abiosoft";
|
owner = "abiosoft";
|
||||||
repo = "colima";
|
repo = "colima";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-RQnHqEabxyoAKr8BfmVhk8z+l5oy8pa5JPTWk/0FV5g=";
|
hash = "sha256-TNq0lHNF6jwUqamJXYTxuF0Q9mfVwi8BaesQv87eRiE=";
|
||||||
# We need the git revision
|
# We need the git revision
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
@ -35,7 +35,7 @@ buildGoModule rec {
|
|||||||
]
|
]
|
||||||
++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.DarwinTools ];
|
++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.DarwinTools ];
|
||||||
|
|
||||||
vendorHash = "sha256-rqCPpO/Va31U++sfELcN1X6oDtDiCXoGj0RHKZUM6rY=";
|
vendorHash = "sha256-ZwgzKCOEhgKK2LNRLjnWP6qHI4f6OGORvt3CREJf55I=";
|
||||||
|
|
||||||
# disable flaky Test_extractZones
|
# disable flaky Test_extractZones
|
||||||
# https://hydra.nixos.org/build/212378003/log
|
# https://hydra.nixos.org/build/212378003/log
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user