Skip to content

Commit f085d92

Browse files
committed
Bump cnls to 0.1.0.2
1 parent b9caa85 commit f085d92

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

modules/kernels/cpp/language_server_clangd/cling-parser.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
1515
owner = "codedownio";
1616
repo = "cpp-notebook-language-server";
1717
rev = "v${version}";
18-
hash = "sha256-WuGEvLF/6OqZFc0xBspyb/NRjvBL7khGG7C90LznOHQ=";
18+
hash = "sha256-+Af5Rn03iaV5JcKVr8625YPOjqZx8Pf/4Chv6bqcwJY=";
1919
};
2020

2121
sourceRoot = "${src.name}/cling-parser";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"0.1.0.1"
1+
"0.1.0.2"

modules/kernels/cpp/language_server_clangd/cnls.nix

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@
66
{
77
# HASHES_START
88
"aarch64-linux" = fetchzip {
9-
name = "cpp-notebook-language-server-0.1.0.1";
9+
name = "cpp-notebook-language-server-0.1.0.2";
1010
stripRoot = false;
11-
url = "https://github.com/codedownio/cpp-notebook-language-server/releases/download/v0.1.0.1/cpp-notebook-language-server-0.1.0.1-aarch64-linux.tar.gz";
12-
hash = "sha256-HA+V1s7VdKztyptT7TRnH2SpohaPhfo/NTfO0iFt4jY=";
11+
url = "https://github.com/codedownio/cpp-notebook-language-server/releases/download/v0.1.0.2/cpp-notebook-language-server-0.1.0.2-aarch64-linux.tar.gz";
12+
hash = "sha256-1/RkOXXxgL6YiJ54T82Vii+MC1tbpXSeVIWFzaTLBbk=";
1313
};
1414
"x86_64-linux" = fetchzip {
15-
name = "cpp-notebook-language-server-0.1.0.1";
15+
name = "cpp-notebook-language-server-0.1.0.2";
1616
stripRoot = false;
17-
url = "https://github.com/codedownio/cpp-notebook-language-server/releases/download/v0.1.0.1/cpp-notebook-language-server-0.1.0.1-x86_64-linux.tar.gz";
18-
hash = "sha256-N1/FK14ILBfjQyN7fO2DH5IYlNk2AmzVJLn3dIMkLR8=";
17+
url = "https://github.com/codedownio/cpp-notebook-language-server/releases/download/v0.1.0.2/cpp-notebook-language-server-0.1.0.2-x86_64-linux.tar.gz";
18+
hash = "sha256-CwdcEOsM3Mwy6F9B81U4an8gWrq/sdc2N809ni4SWMo=";
1919
};
2020
"x86_64-darwin" = fetchzip {
21-
name = "cpp-notebook-language-server-0.1.0.1";
21+
name = "cpp-notebook-language-server-0.1.0.2";
2222
stripRoot = false;
23-
url = "https://github.com/codedownio/cpp-notebook-language-server/releases/download/v0.1.0.1/cpp-notebook-language-server-0.1.0.1-x86_64-darwin.tar.gz";
24-
hash = "sha256-Hf9x95lh6p1sKHTuSEZeyve6UumH/S6lAFgITzBeH7Q=";
23+
url = "https://github.com/codedownio/cpp-notebook-language-server/releases/download/v0.1.0.2/cpp-notebook-language-server-0.1.0.2-x86_64-darwin.tar.gz";
24+
hash = "sha256-GyxLufGx4bCoFFhQ19E9GTEBXZCvEbMzYM103IDkjJ8=";
2525
};
2626
"aarch64-darwin" = fetchzip {
27-
name = "cpp-notebook-language-server-0.1.0.1";
27+
name = "cpp-notebook-language-server-0.1.0.2";
2828
stripRoot = false;
29-
url = "https://github.com/codedownio/cpp-notebook-language-server/releases/download/v0.1.0.1/cpp-notebook-language-server-0.1.0.1-aarch64-darwin.tar.gz";
30-
hash = "sha256-E5rHMQ4yCSjclxPOIPJirYR5odU94I/Kvtok8SOE0Hg=";
29+
url = "https://github.com/codedownio/cpp-notebook-language-server/releases/download/v0.1.0.2/cpp-notebook-language-server-0.1.0.2-aarch64-darwin.tar.gz";
30+
hash = "sha256-mV2PBPoSjA68g2uoKw2t+dBrerAv5cg3Z42i9n1kN80=";
3131
};
3232
# HASHES_END
3333
}.${system}

0 commit comments

Comments
 (0)