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

conduit-nginx
Sandro 2021-10-21 21:12:48 +02:00 committed by GitHub
commit 91eb3ea81a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 {