Merge pull request #331742 from r-ryantm/auto-update/colima

colima: 0.6.10 -> 0.7.0
This commit is contained in:
Peder Bergebakken Sundt 2024-08-11 05:23:00 +02:00 committed by GitHub
commit e370a305d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''