lima: 0.18.0 -> 0.19.1
This commit is contained in:
parent
680bca29c7
commit
2f3c5f0f69
1 changed files with 3 additions and 3 deletions
|
@ -11,16 +11,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "lima";
|
pname = "lima";
|
||||||
version = "0.18.0";
|
version = "0.19.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lima-vm";
|
owner = "lima-vm";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-sOOpqgEvDBVvD/o1wFL3ebqWw0XpSdEqY8cZmtdXyxE=";
|
sha256 = "sha256-0EKVWXNxOnz7j+f1ExkwQW69khhazj2Uz7RBAvwSjmQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-vJlnptEja3nBfj/c1hSZjY9DZPQ970ZIMnHBPndd2vQ=";
|
vendorHash = "sha256-SfN4gj5nC9TEVD7aogsUv1um5w5Hvdy1eOSSNjGmnEw=";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper installShellFiles ]
|
nativeBuildInputs = [ makeWrapper installShellFiles ]
|
||||||
++ lib.optionals stdenv.isDarwin [ xcbuild.xcrun sigtool ];
|
++ lib.optionals stdenv.isDarwin [ xcbuild.xcrun sigtool ];
|
||||||
|
|
Loading…
Reference in a new issue