colima: 0.3.2 -> 0.3.3

This commit is contained in:
R. Ryantm 2022-02-18 03:58:00 +00:00 committed by zowoq
parent 7105bba835
commit ae3fc71834

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "colima";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "abiosoft";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hZ5BqNHQAMzL69ptpbTT+fN4NdV4AFhboCL2t1sF5AQ=";
sha256 = "sha256-nov+DIaeYaRJy7Cz1hcKJUA88IKlZ4z/tn4WASZjxLI=";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];