Skip to content

Commit 40b64df

Browse files
committed
Update HNLS hashes noci
1 parent 175e3a9 commit 40b64df

File tree

1 file changed

+6
-6
lines changed
  • languages/haskell/language-server-hls

1 file changed

+6
-6
lines changed

languages/haskell/language-server-hls/hnls.nix

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@ let
4141
{
4242
"v810" = prebuilt (fetchzip {
4343
url = "https://github.com/codedownio/haskell-notebook-language-server/releases/download/v0.3.0.0/haskell-notebook-language-server-0.3.0.0-ghc8107-x86_64-linux.tar.gz";
44-
sha256 = "sha256-jRLBb1CKHVrlMyCljjyGNuEcwPxOKduIjMGbUSWq2jI=";
44+
sha256 = "1ci6zgxd4wqr7y6cw1kyd7pl8ssqxx9wlkj4a3rm3jrpwbiigbqg";
4545
});
4646
"v90" = prebuilt (fetchzip {
4747
url = "https://github.com/codedownio/haskell-notebook-language-server/releases/download/v0.3.0.0/haskell-notebook-language-server-0.3.0.0-ghc902-x86_64-linux.tar.gz";
48-
sha256 = "sha256-Eio2rE2wAlhZyGdEKgxlc8xoaIFrxmmJLS6ZQFExxSg=";
48+
sha256 = "02pzx0zcfifngfah5dfw7k7wan3486gqcigd4a6xg2zfj794qsar";
4949
});
5050
"v92" = prebuilt (fetchzip {
5151
url = "https://github.com/codedownio/haskell-notebook-language-server/releases/download/v0.3.0.0/haskell-notebook-language-server-0.3.0.0-ghc928-x86_64-linux.tar.gz";
52-
sha256 = "sha256-44g/JSih4dVSmrvMpJQviyLwWBUXBGqbYKyDhx2CL6I=";
52+
sha256 = "1kwc25f7l5yxl55hnsjbxw8lhjw6hsd83212bafji95jach63ic5";
5353
});
5454
"v94" = prebuilt (fetchzip {
5555
url = "https://github.com/codedownio/haskell-notebook-language-server/releases/download/v0.3.0.0/haskell-notebook-language-server-0.3.0.0-ghc948-x86_64-linux.tar.gz";
56-
sha256 = "sha256-44g/JSih4dVSmrvMpJQviyLwWBUXBGqbYKyDhx2CL6I=";
56+
sha256 = "17arbkja36zm18l73fn7khv65fyk13z6xb8zvc5kap74d2ryx23h";
5757
});
5858
"v96" = prebuilt (fetchzip {
5959
url = "https://github.com/codedownio/haskell-notebook-language-server/releases/download/v0.3.0.0/haskell-notebook-language-server-0.3.0.0-ghc964-x86_64-linux.tar.gz";
60-
sha256 = "sha256-44g/JSih4dVSmrvMpJQviyLwWBUXBGqbYKyDhx2CL6I=";
60+
sha256 = "1d2bcrg6l1jsacmq3qv7rxkicgnm2l3i2ql8vfw2yj6gk0f5jx5d";
6161
});
6262
"v98" = prebuilt (fetchzip {
6363
url = "https://github.com/codedownio/haskell-notebook-language-server/releases/download/v0.3.0.0/haskell-notebook-language-server-0.3.0.0-ghc982-x86_64-linux.tar.gz";
64-
sha256 = "sha256-44g/JSih4dVSmrvMpJQviyLwWBUXBGqbYKyDhx2CL6I=";
64+
sha256 = "0vfxapl3ssw6r173shd9xfj23gdyw81g0j2in2vak5dn45dvn44r";
6565
});
6666
};
6767

0 commit comments

Comments
 (0)