ocamlPackages.ocaml-migrate-parsetree: 1.2.0 -> 1.4.0
This commit is contained in:
parent
dbfea916f8
commit
18fa1c335e
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "ocaml-migrate-parsetree";
|
pname = "ocaml-migrate-parsetree";
|
||||||
version = "1.2.0";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ocaml-ppx";
|
owner = "ocaml-ppx";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "16kas19iwm4afijv3yxd250s08absabmdcb4yj57wc8r4fmzv5dm";
|
sha256 = "0sv1p4615l8gpbah4ya2c40yr6fbvahvv3ks7zhrsgcwcq2ljyr2";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ ppx_derivers result ];
|
propagatedBuildInputs = [ ppx_derivers result ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user