lima: 0.5.0 -> 0.6.0

authored by

Vo Anh Duy and committed by
zowoq
23b31e6e aeda3e09

+5 -5
+5 -5
pkgs/applications/virtualization/lima/default.nix
··· 8 9 buildGoModule rec { 10 pname = "lima"; 11 - version = "0.5.0"; 12 13 src = fetchFromGitHub { 14 - owner = "AkihiroSuda"; 15 repo = pname; 16 rev = "v${version}"; 17 - sha256 = "sha256-1952xGSfVFI2Fs5HLJKCyB6ZxKFf5uPKXIlctM/T+8o="; 18 }; 19 20 - vendorSha256 = "sha256-rPL/jxMHMkKffoYLSI3FFtFRYGtARKmrODmL9w+rN0E="; 21 22 nativeBuildInputs = [ makeWrapper installShellFiles ]; 23 ··· 44 ''; 45 46 meta = with lib; { 47 - homepage = "https://github.com/AkihiroSuda/lima"; 48 description = "Linux virtual machines (on macOS, in most cases)"; 49 license = licenses.asl20; 50 maintainers = with maintainers; [ anhduy ];
··· 8 9 buildGoModule rec { 10 pname = "lima"; 11 + version = "0.6.0"; 12 13 src = fetchFromGitHub { 14 + owner = "lima-vm"; 15 repo = pname; 16 rev = "v${version}"; 17 + sha256 = "sha256-UwsAeU7Me2UN9pUWvqGgQ7XSNcrClXYOA+9F6yO2aqA="; 18 }; 19 20 + vendorSha256 = "sha256-vdqLdSXQ2ywZoG7ROQP9PLWUqhoOO7N5li+xjc2HtzM="; 21 22 nativeBuildInputs = [ makeWrapper installShellFiles ]; 23 ··· 44 ''; 45 46 meta = with lib; { 47 + homepage = "https://github.com/lima-vm/lima"; 48 description = "Linux virtual machines (on macOS, in most cases)"; 49 license = licenses.asl20; 50 maintainers = with maintainers; [ anhduy ];