jbuilder: 1.0.0 -> 1.0.1 (#45216)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jbuilder/versions.
This commit is contained in:
R. RyanTM 2018-08-21 10:22:16 -07:00 committed by xeji
parent e18d57f0e2
commit 8b480313e5

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "jbuilder-${version}";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "ocaml";
repo = "dune";
rev = "${version}";
sha256 = "08gb7l2rrfrsqvigna1cvvphww80zlvj7lqvaj4m4y9llanmnxcg";
sha256 = "0k6r9qrbwlnb4rqwqys5fr7khwza7n7d8wpgl9jbb3xpag2zl3q9";
};
buildInputs = with ocamlPackages; [ ocaml findlib ];