mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
ocamlPackages.{ipaddr,macaddr}*: 5.0.0 → 5.0.1
This commit is contained in:
parent
43692a0d7d
commit
0982f4c8c6
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "macaddr";
|
pname = "macaddr";
|
||||||
version = "5.0.0";
|
version = "5.0.1";
|
||||||
|
|
||||||
minimumOCamlVersion = "4.04";
|
minimumOCamlVersion = "4.04";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/ocaml-ipaddr/archive/v${version}.tar.gz";
|
url = "https://github.com/mirage/ocaml-ipaddr/archive/v${version}.tar.gz";
|
||||||
sha256 = "1j2m2v64g3d81sixxq3g57j1iyk6042ivsszml18akrqvwfpxy66";
|
sha256 = "0ffqkhmnj8l085xgl7jxhs3ld9zsd9iavdg06nnhr1i9g1aayk1b";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ ppx_sexp_conv ounit ];
|
checkInputs = [ ppx_sexp_conv ounit ];
|
||||||
|
Loading…
Reference in New Issue
Block a user