ocamlPackages.ocaml-migrate-parsetree: 1.0.11 -> 1.1.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml4.06.1-ocaml-migrate-parsetree/versions
This commit is contained in:
parent
ddebab3575
commit
ab7172a326
@ -6,13 +6,13 @@ else
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ocaml${ocaml.version}-ocaml-migrate-parsetree-${version}";
|
name = "ocaml${ocaml.version}-ocaml-migrate-parsetree-${version}";
|
||||||
version = "1.0.11";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ocaml-ppx";
|
owner = "ocaml-ppx";
|
||||||
repo = "ocaml-migrate-parsetree";
|
repo = "ocaml-migrate-parsetree";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "05kbgs9n1x64fk6g3wbjnwjd17w10k3k8dzglnc45xg4hr7z651n";
|
sha256 = "1d2n349d1cqm3dr09mwy5m9rfd4bkkqvri5i94wknpsrr35vnrr1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ocamlbuild dune ];
|
buildInputs = [ ocaml findlib ocamlbuild dune ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user