ocamlPackages.ocaml-version: 2.3.0 → 3.0.0
This commit is contained in:
parent
c341289ee5
commit
215b9129be
@ -1,17 +1,17 @@
|
|||||||
{ lib, fetchurl, buildDunePackage, result }:
|
{ lib, fetchurl, buildDunePackage }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
|
|
||||||
pname = "ocaml-version";
|
pname = "ocaml-version";
|
||||||
version = "2.3.0";
|
version = "3.0.0";
|
||||||
|
|
||||||
|
minimumOCamlVersion = "4.07";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-v${version}.tbz";
|
url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-v${version}.tbz";
|
||||||
sha256 = "0c711lifl35xila9k0rvhijy9zm3shd37q3jgw7xf01hn1swg0hn";
|
sha256 = "15vk8sh50p3f2mbv8z7mqnx76cffri36f2krp25zkkwix8jg7ci4";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ result ];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Manipulate, parse and generate OCaml compiler version strings";
|
description = "Manipulate, parse and generate OCaml compiler version strings";
|
||||||
homepage = "https://github.com/ocurrent/ocaml-version";
|
homepage = "https://github.com/ocurrent/ocaml-version";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user