forked from mirrors/nixpkgs
Merge pull request #165063 from r-ryantm/auto-update/ocaml4.13.1-ocplib-endian
This commit is contained in:
commit
c8fa9161ce
|
@ -1,14 +1,14 @@
|
|||
{ lib, buildDunePackage, fetchFromGitHub, cppo }:
|
||||
|
||||
buildDunePackage rec {
|
||||
version = "1.1";
|
||||
version = "1.2";
|
||||
pname = "ocplib-endian";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OCamlPro";
|
||||
repo = "ocplib-endian";
|
||||
rev = version;
|
||||
sha256 = "sha256-zKsSkhlZBXSqPtw+/WN3pwo9plM9rDZfMbGVfosqb10=";
|
||||
sha256 = "sha256-THTlhOfXAPaqTt1qBkht+D67bw6M175QLvXoUMgjks4=";
|
||||
};
|
||||
|
||||
useDune2 = true;
|
||||
|
|
Loading…
Reference in a new issue