mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
colima: 0.6.8 -> 0.6.9
This commit is contained in:
parent
1814b56453
commit
3f36810e15
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "colima";
|
pname = "colima";
|
||||||
version = "0.6.8";
|
version = "0.6.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "abiosoft";
|
owner = "abiosoft";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-9mBjK+VArfsLfwRRIFn8kY2scAtvIjIMWX84Bi7MBvU=";
|
hash = "sha256-7kaZ55Uhvx8V75IgURD03fLoAd/O/+2h/7tv9XiqnX4=";
|
||||||
# We need the git revision
|
# We need the git revision
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
@ -35,7 +35,7 @@ buildGoModule rec {
|
|||||||
nativeBuildInputs = [ installShellFiles makeWrapper ]
|
nativeBuildInputs = [ installShellFiles makeWrapper ]
|
||||||
++ lib.optionals stdenv.isDarwin [ darwin.DarwinTools ];
|
++ lib.optionals stdenv.isDarwin [ darwin.DarwinTools ];
|
||||||
|
|
||||||
vendorHash = "sha256-QS0TwXI2Md+PXmT2UrzCMQoHRj+wjTSjWPv9CeVzyFU=";
|
vendorHash = "sha256-FPcz109zQBHaS/bIl78rVeiEluR1PhrJhgs21Ex6qEg=";
|
||||||
|
|
||||||
# disable flaky Test_extractZones
|
# disable flaky Test_extractZones
|
||||||
# https://hydra.nixos.org/build/212378003/log
|
# https://hydra.nixos.org/build/212378003/log
|
||||||
|
Loading…
Reference in New Issue
Block a user