lima: 0.8.3 -> 0.9.0

https://github.com/lima-vm/lima/releases/tag/v0.9.0
This commit is contained in:
zowoq 2022-03-11 18:25:21 +10:00
parent 62fa9b6a89
commit a599e10c49

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "lima";
version = "0.8.3";
version = "0.9.0";
src = fetchFromGitHub {
owner = "lima-vm";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hzoc5zbdnHHTY04aGn+77lHvPh+KNOPoZmW19YIZHv8=";
sha256 = "sha256-jbWz4HVYR3OEze2fFgG6Tg4p50IL0NStmaa8+GUPkNw=";
};
vendorSha256 = "sha256-eJnwXXYWMaIfM8SW4MtmG4wsPA/9sx4j2AkOd6GpnsY=";
vendorSha256 = "sha256-RX8HfeDVvLUX4Ez2ma04gTl+8+lM7WGNSpmFNnf+5Xs=";
nativeBuildInputs = [ makeWrapper installShellFiles ];