Merge pull request #125906 from fortuneteller2k/zls

zls: 0.1.0 -> unstable-2021-06-06
master
Sandro 2021-06-07 13:25:34 +02:00 committed by GitHub
commit 67ccc2ef29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zls";
version = "0.1.0";
version = "unstable-2021-06-06";
src = fetchFromGitHub {
owner = "zigtools";
repo = pname;
rev = version;
sha256 = "sha256-A4aOdmlIxBUeKyczzLxH4y1Rl9TgE1EeiKGbWY4p/00=";
rev = "39d87188647bd8c8eed304ee18f2dd1df6942f60";
sha256 = "sha256-22N508sVkP1OLySAijhtTPzk2fGf+FVnX9LTYRbRpB4=";
fetchSubmodules = true;
};
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
installPhase = ''
zig build -Drelease-safe -Dtarget=${stdenv.hostPlatform.parsed.cpu.name}-native --prefix $out install
zig build -Drelease-safe -Dcpu=baseline --prefix $out install
'';
meta = with lib; {