mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
ocamlPackages.opam-file-format: 2.1.3 -> 2.1.4
https://github.com/ocaml/opam-file-format/releases/tag/2.1.4
This commit is contained in:
parent
7758705cfd
commit
3d6cf755ba
@ -2,13 +2,13 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "opam-file-format";
|
||||
version = "2.1.3";
|
||||
version = "2.1.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ocaml";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1fxhppdmrysr2nb5z3c448h17np48f3ga9jih33acj78r4rdblcs";
|
||||
sha256 = "sha256-wnAnvLNOc9FRBdLIFR08OKVaIjSEqJrcCIn4hmtYtjY=";
|
||||
};
|
||||
|
||||
useDune2 = true;
|
||||
@ -18,5 +18,6 @@ buildDunePackage rec {
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ vbgl ];
|
||||
homepage = "https://github.com/ocaml/opam-file-format/";
|
||||
changelog = "https://github.com/ocaml/opam-file-format/raw/${version}/CHANGES";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user