colima: 0.6.10 -> 0.7.0

This commit is contained in:
R. Ryantm 2024-08-02 11:15:47 +00:00
parent 1318ddf6f3
commit b8c7a12443

View File

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "colima";
version = "0.6.10";
version = "0.7.0";
src = fetchFromGitHub {
owner = "abiosoft";
repo = pname;
rev = "v${version}";
hash = "sha256-gXLKqSmlj3TJNmqYuByJ2CcUCV3xD239YeuWzrN97lo=";
hash = "sha256-fl1QtGbcaUwHDz4Jg+UgK27GPTHyJUyK76LXyaYj4Fo=";
# We need the git revision
leaveDotGit = true;
postFetch = ''