mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 11:53:51 +00:00
ocamlPackages.earlybird: 1.3.2 -> 1.3.3
This commit is contained in:
parent
65484f88b2
commit
bd6a3a2a45
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "earlybird";
|
pname = "earlybird";
|
||||||
version = "1.3.2";
|
version = "1.3.3";
|
||||||
|
|
||||||
minimalOCamlVersion = "4.12";
|
minimalOCamlVersion = "4.12";
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ buildDunePackage rec {
|
|||||||
owner = "hackwaly";
|
owner = "hackwaly";
|
||||||
repo = "ocamlearlybird";
|
repo = "ocamlearlybird";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-E6ZZRkGO6Bqr6jWlV9fL3ibFwUVChHR17TPGeP94hfk=";
|
hash = "sha256-TzRJ+0I3VEx4Lvj3lhN9POzlXRgmTTdD5Bg1AX0pf3c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ menhir ];
|
nativeBuildInputs = [ menhir ];
|
||||||
|
Loading…
Reference in New Issue
Block a user