Skip to content

Commit 7178232

Browse files
committed
Fix hashes again, tests almost all passing
1 parent 40b64df commit 7178232

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@ let
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 = "1kwc25f7l5yxl55hnsjbxw8lhjw6hsd83212bafji95jach63ic5";
52+
sha256 = "sha256-A3ZZqkrpypcn4UhhqCjtSLfNj9wemH58OSpiknrRl0Q=";
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 = "17arbkja36zm18l73fn7khv65fyk13z6xb8zvc5kap74d2ryx23h";
56+
sha256 = "sha256-Uj+V5HKA0QtRrc/jodMtmo+33TodX4LxuTwCRydAUME=";
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 = "1d2bcrg6l1jsacmq3qv7rxkicgnm2l3i2ql8vfw2yj6gk0f5jx5d";
60+
sha256 = "sha256-ITQNjAv03Mpaq99Hct1idkQzNITidcdtWbG1MSYbM7w=";
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 = "0vfxapl3ssw6r173shd9xfj23gdyw81g0j2in2vak5dn45dvn44r";
64+
sha256 = "sha256-jwJd8IQHIeAI5igX0eilu2e0mDyGn0qPhBf9qnTtbro=";
6565
});
6666
};
6767

0 commit comments

Comments
 (0)