Merge pull request #142500 from superherointj/package-koka-2.3.2

This commit is contained in:
Sandro
2021-10-21 21:12:48 +02:00
committed by GitHub
+2 -2
View File
@@ -4,12 +4,12 @@
, parsec, process, regex-compat, text, time }:
let
version = "2.3.1";
version = "2.3.2";
src = fetchFromGitHub {
owner = "koka-lang";
repo = "koka";
rev = "v${version}";
sha256 = "18f4hsqgc6c0cnayabj311n438fjhf217j1kjaysa8w4k4pxl58z";
sha256 = "sha256-+w99Jvsd1tccUUYaP2TRgCNyGnMINWamuNRumHGzFWA=";
fetchSubmodules = true;
};
kklib = stdenv.mkDerivation {