ocamlPackages.ocplib-endian: 1.1 -> 1.2

This commit is contained in:
R. Ryantm 2022-03-21 06:02:20 +00:00
parent 6a300e5a27
commit 4f7b4fd2be

View file

@ -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;