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

colima: 0.4.5 -> 0.4.6
This commit is contained in:
figsoda 2022-10-09 13:16:05 -04:00 committed by GitHub
commit 6c598a7a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "colima";
version = "0.4.5";
version = "0.4.6";
src = fetchFromGitHub {
owner = "abiosoft";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hoxEf62EPD/WFXW6qbPCvEwViwmme3pSBfjeKOLsGjc=";
sha256 = "sha256-mVEp/4iL23rrw6HSl/7qMGK4YCJ6I+9gcSIhyPsAWzc=";
# We need the git revision
leaveDotGit = true;
postFetch = ''