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

colima: 0.3.3 -> 0.3.4
This commit is contained in:
Bobby Rong 2022-03-08 16:21:40 +08:00 committed by GitHub
commit 3c54f634f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];