zls: 0.14.0 -> 0.15.0 (#442566)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# 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 }:
|
||||
|
||||
@@ -10,13 +11,6 @@ linkFarm "zig-packages" [
|
||||
hash = "sha256-y7Ck5XZNnHxmPPWlDAqZZ2g3n67txj5/Zq04AhuW5+M=";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "N-V-__8AAMeOlQEipHjcyu0TCftdAi9AQe7EXUDJOoVe0k-t";
|
||||
path = fetchzip {
|
||||
url = "https://github.com/wolfpld/tracy/archive/refs/tags/v0.11.1.tar.gz";
|
||||
hash = "sha256-HofqYJT1srDJ6Y1f18h7xtAbI/Gvvz0t9f0wBNnOZK8=";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "known_folders-0.0.0-Fy-PJkfRAAAVdptXWXBspIIC7EkVgLgWozU5zIk5Zgcy";
|
||||
path = fetchzip {
|
||||
|
||||
@@ -9192,6 +9192,7 @@ with pkgs;
|
||||
zig_0_15
|
||||
;
|
||||
|
||||
# If this is updated, the default zls version should also be updated to match the default zig version.
|
||||
zig = zig_0_15;
|
||||
|
||||
zigStdenv = if stdenv.cc.isZig then stdenv else lowPrio zig.passthru.stdenv;
|
||||
@@ -9202,7 +9203,7 @@ with pkgs;
|
||||
;
|
||||
|
||||
# This should be kept updated to ensure the default zls version matches the default zig version.
|
||||
zls = zls_0_14;
|
||||
zls = zls_0_15;
|
||||
|
||||
libzint = zint-qt.override { withGUI = false; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user