colima: 0.5.3 -> 0.5.4

This commit is contained in:
R. Ryantm 2023-03-11 10:32:13 +00:00
parent 1e21dd6102
commit 0fa6ab1de5

View file

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "colima";
version = "0.5.3";
version = "0.5.4";
src = fetchFromGitHub {
owner = "abiosoft";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uAstW+LzgT+xEJf4WNVSZsWtE50RU/rRpC7mkkFMIJU=";
sha256 = "sha256-oCYHQFajtZXVAVeJ8zvJABlmwmOUgisvVg9eLT7wd0M=";
# We need the git revision
leaveDotGit = true;
postFetch = ''