colima: 0.3.3 -> 0.3.4

This commit is contained in:
R. Ryantm 2022-03-08 03:26:24 +00:00
parent b7deb4cf75
commit 2518644ff6

View file

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