Unverified Commit 6c7531b2 authored by Jared Baur's avatar Jared Baur Committed by GitHub
Browse files

zls: 0.15.0 -> 0.15.1 (#467999)

parents 84bddb79 8cc8fb5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,14 +46,14 @@ lib.mapAttrs (_: extension: stdenv.mkDerivation (lib.extends common extension))
  };

  zls_0_15 = finalAttrs: {
    version = "0.15.0";
    version = "0.15.1";

    src = fetchFromGitHub {
      owner = "zigtools";
      repo = "zls";
      tag = finalAttrs.version;
      fetchSubmodules = true;
      hash = "sha256-GFzSHUljcxy7sM1PaabbkQUdUnLwpherekPWJFxXtnk=";
      hash = "sha256-6IkRtQkn+qUHDz00QvCV/rb2yuF6xWEXug41CD8LLw8=";
    };

    nativeBuildInputs = [ zig_0_15.hook ];
+0 −1
Original line number Diff line number Diff line
# generated by zon2nix (https://github.com/nix-community/zon2nix)
# manually removed tracy as instructed here: https://github.com/zigtools/zls/blob/ce6c8f02c78e622421cfc2405c67c5222819ec03/build.zig.zon#L9-L13

{ linkFarm, fetchzip }: