ocamlPackages.ppxlib: 0.3.0 -> 0.3.1
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-ppxlib/versions
This commit is contained in:
parent
35ce480d69
commit
c72e9d5034
@ -3,14 +3,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.3.0";
|
version = "0.3.1";
|
||||||
name = "ocaml${ocaml.version}-ppxlib-${version}";
|
name = "ocaml${ocaml.version}-ppxlib-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ocaml-ppx";
|
owner = "ocaml-ppx";
|
||||||
repo = "ppxlib";
|
repo = "ppxlib";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0csp49jh7zgjnqh46mxbf322whlbmgy7v1a12nvxh97qg6i5fvsy";
|
sha256 = "0qpjl84x8abq9zivifb0k8ld7fa1lrhkbajmmccvfv06ja3as1v4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib dune ];
|
buildInputs = [ ocaml findlib dune ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user