lima: 0.4.0 -> 0.5.0

https://github.com/AkihiroSuda/lima/releases/tag/v0.5.0
This commit is contained in:
zowoq 2021-07-06 18:59:46 +10:00
parent c4bcd3845c
commit 291b3ff5af

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "lima";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "AkihiroSuda";
repo = pname;
rev = "v${version}";
sha256 = "sha256-vwAxVBy2SqghxJGscSZ1o1B8EMvQh1fz5CS1YG7Rq2g=";
sha256 = "sha256-1952xGSfVFI2Fs5HLJKCyB6ZxKFf5uPKXIlctM/T+8o=";
};
vendorSha256 = "sha256-xM9LLh5c5QBrcIptdqiNNp1nU9GcdQvwrCnnyuXWYfE=";
vendorSha256 = "sha256-rPL/jxMHMkKffoYLSI3FFtFRYGtARKmrODmL9w+rN0E=";
nativeBuildInputs = [ makeWrapper installShellFiles ];