1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

dune: 1.11.3 -> 1.11.4

Changelog: https://github.com/ocaml/dune/releases/tag/1.11.4
This commit is contained in:
Mario Rodas 2019-10-11 00:00:00 -05:00 committed by Vincent Laporte
parent 8b426722c0
commit 5e716c80f2

View file

@ -6,10 +6,10 @@ else
stdenv.mkDerivation rec {
pname = "dune";
version = "1.11.3";
version = "1.11.4";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/dune-build-info-${version}.tbz";
sha256 = "1lmvsis6dk8mccbwpypz9qdxr134gjhdwshxw6q12mi4x3kn6fn8";
sha256 = "1rkc8lqw30ifjaz8d81la6i8j05ffd0whpxqsbg6dci16945zjvp";
};
buildInputs = [ ocaml findlib ];