colima: 0.7.6 -> 0.8.0

This commit is contained in:
R. Ryantm
2024-12-08 00:14:32 +00:00
parent 65484f88b2
commit a7f6479cdc
+2 -2
View File
@@ -17,13 +17,13 @@
buildGoModule rec {
pname = "colima";
version = "0.7.6";
version = "0.8.0";
src = fetchFromGitHub {
owner = "abiosoft";
repo = pname;
rev = "v${version}";
hash = "sha256-S8KmwUN5ZU21P/i6X9uSmQ25nMHZxYKd6XtawrwP6yU=";
hash = "sha256-nWJnk2m0ETXYjiUIDSN1hK9FXopn3AZz7TJ8nzSLe1E=";
# We need the git revision
leaveDotGit = true;
postFetch = ''