Skip to content

Commit

Permalink
colima: 0.8.0 -> 0.8.1 (NixOS#366322)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 19, 2024
2 parents 7c1444d + 991b067 commit 422fc91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/co/colima/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

buildGoModule rec {
pname = "colima";
version = "0.8.0";
version = "0.8.1";

src = fetchFromGitHub {
owner = "abiosoft";
repo = pname;
rev = "v${version}";
hash = "sha256-nWJnk2m0ETXYjiUIDSN1hK9FXopn3AZz7TJ8nzSLe1E=";
hash = "sha256-RQnHqEabxyoAKr8BfmVhk8z+l5oy8pa5JPTWk/0FV5g=";
# We need the git revision
leaveDotGit = true;
postFetch = ''
Expand All @@ -35,7 +35,7 @@ buildGoModule rec {
nativeBuildInputs = [ installShellFiles makeWrapper ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.DarwinTools ];

vendorHash = "sha256-caqQA+vDtC5s9qehMIMAcl8JD3Ls2wCSfOpUFPFQ9zY=";
vendorHash = "sha256-rqCPpO/Va31U++sfELcN1X6oDtDiCXoGj0RHKZUM6rY=";

# disable flaky Test_extractZones
# https://hydra.nixos.org/build/212378003/log
Expand Down

0 comments on commit 422fc91

Please sign in to comment.