lima: 0.9.1 -> 0.9.2

https://github.com/lima-vm/lima/releases/tag/v0.9.2
This commit is contained in:
zowoq 2022-03-27 07:08:44 +10:00
parent 4d0adc220d
commit 42eeaa206e

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "lima";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "lima-vm";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Y15oYAdq+bsG2qD/ZTqXHgkelAdQF4SnOE79gDhlNGE=";
sha256 = "sha256-GS/mzBoVL78U7vMxkbnQfb89U640w8YdA8YhPH4Iwrc=";
};
vendorSha256 = "sha256-66CcLWG45vZwM2LVc1xsjJYyxefGEBW4fY3wo1ESQUM=";
vendorSha256 = "sha256-funVyM0RhDzGQPyzsABzXu3ETPYJwRosqkQreGBADZc=";
nativeBuildInputs = [ makeWrapper installShellFiles ];