Skip to content

Commit afb08a9

Browse files
colima: 0.7.6 -> 0.8.0 (#362988)
2 parents e273c86 + a7f6479 commit afb08a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/co/colima/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
buildGoModule rec {
1919
pname = "colima";
20-
version = "0.7.6";
20+
version = "0.8.0";
2121

2222
src = fetchFromGitHub {
2323
owner = "abiosoft";
2424
repo = pname;
2525
rev = "v${version}";
26-
hash = "sha256-S8KmwUN5ZU21P/i6X9uSmQ25nMHZxYKd6XtawrwP6yU=";
26+
hash = "sha256-nWJnk2m0ETXYjiUIDSN1hK9FXopn3AZz7TJ8nzSLe1E=";
2727
# We need the git revision
2828
leaveDotGit = true;
2929
postFetch = ''

0 commit comments

Comments
 (0)