colima: 0.6.0 -> 0.6.5

This commit is contained in:
Silvan Mosberger 2023-11-25 16:20:37 +01:00
parent fa07aaf5a9
commit 617b95347a

View file

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "colima";
version = "0.6.0";
version = "0.6.5";
src = fetchFromGitHub {
owner = "abiosoft";
repo = pname;
rev = "v${version}";
sha256 = "sha256-qVuBF5glWcAvV4XF6XOPwlJGCBj/znDgUSAe/5u3j6I=";
sha256 = "sha256-lIYLoCFYOwu1iqGgE/jhaqrXAL5ooFHDUnwL56qcGIE=";
# We need the git revision
leaveDotGit = true;
postFetch = ''