ocamlPackages.ocamlnet: 4.1.7 → 4.1.8

gstqt5
Vincent Laporte 2020-08-15 10:06:05 +02:00 committed by Vincent Laporte
parent 1c014d4a0e
commit 241b65c596
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ else
stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-ocamlnet-${version}";
version = "4.1.7";
version = "4.1.8";
src = fetchurl {
url = "http://download.camlcity.org/download/ocamlnet-${version}.tar.gz";
sha256 = "0r9gl0lsgxk2achixxqzm8bm5l9jwc4vwihf0rvxxa9v9q9vfdhi";
sha256 = "1x703mjqsv9nvffnkj5i36ij2s5zfvxxll2z1qj6a7p428b2yfnm";
};
nativeBuildInputs = [ pkgconfig ];