dune_3: 3.1.0 -> 3.1.1

https://github.com/ocaml/dune/releases/tag/3.1.1
This commit is contained in:
Mario Rodas 2022-04-22 04:20:00 +00:00 committed by Vincent Laporte
parent 79d81ff4a8
commit d73efdae64

View File

@ -6,11 +6,11 @@ else
stdenv.mkDerivation rec {
pname = "dune";
version = "3.1.0";
version = "3.1.1";
src = fetchurl {
url = "https://github.com/ocaml/dune/releases/download/${version}/fiber-${version}.tbz";
sha256 = "sha256-B31SCwhFxW4Q7FhW18ZuvnofG+pKMCfRgvRLJSlRnYE=";
sha256 = "sha256-AkhEVKsbmYhAx4c1CexrIwHrkmYsEy749fT1abNaa2A=";
};
nativeBuildInputs = [ ocaml findlib ];