tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lima: 0.5.0 -> 0.6.0
authored by
Vo Anh Duy
and committed by
zowoq
4 years ago
23b31e6e
aeda3e09
+5
-5
1 changed file
expand all
collapse all
unified
split
pkgs
applications
virtualization
lima
default.nix
+5
-5
pkgs/applications/virtualization/lima/default.nix
···
8
8
9
9
buildGoModule rec {
10
10
pname = "lima";
11
11
-
version = "0.5.0";
11
11
+
version = "0.6.0";
12
12
13
13
src = fetchFromGitHub {
14
14
-
owner = "AkihiroSuda";
14
14
+
owner = "lima-vm";
15
15
repo = pname;
16
16
rev = "v${version}";
17
17
-
sha256 = "sha256-1952xGSfVFI2Fs5HLJKCyB6ZxKFf5uPKXIlctM/T+8o=";
17
17
+
sha256 = "sha256-UwsAeU7Me2UN9pUWvqGgQ7XSNcrClXYOA+9F6yO2aqA=";
18
18
};
19
19
20
20
-
vendorSha256 = "sha256-rPL/jxMHMkKffoYLSI3FFtFRYGtARKmrODmL9w+rN0E=";
20
20
+
vendorSha256 = "sha256-vdqLdSXQ2ywZoG7ROQP9PLWUqhoOO7N5li+xjc2HtzM=";
21
21
22
22
nativeBuildInputs = [ makeWrapper installShellFiles ];
23
23
···
44
44
'';
45
45
46
46
meta = with lib; {
47
47
-
homepage = "https://github.com/AkihiroSuda/lima";
47
47
+
homepage = "https://github.com/lima-vm/lima";
48
48
description = "Linux virtual machines (on macOS, in most cases)";
49
49
license = licenses.asl20;
50
50
maintainers = with maintainers; [ anhduy ];