koka: 3.2.2 -> 3.2.3

This commit is contained in:
comonad
2026-05-26 00:30:55 +08:00
parent a49d7d6d38
commit aeea4dd035
+4 -4
View File
@@ -9,13 +9,13 @@
}:
let
version = "3.2.2";
version = "3.2.3";
src = fetchFromGitHub {
owner = "koka-lang";
repo = "koka";
rev = "v${version}";
hash = "sha256-k1N085NoAlxewAhg5UDMo7IUf2A6gCTc9k5MWMbU0d0=";
tag = "v${version}";
hash = "sha256-sbyiY5zZuVyul98y5xwfxp7kIzeojdJWxDf6zjWnLrI=";
fetchSubmodules = true;
};
@@ -68,7 +68,7 @@ haskellPackages.mkDerivation {
hashable
isocline
lens
lsp
lsp_2_8_0_0
mtl
network
network-simple