ocamlPackages.uri: 2.2.0 -> 3.0.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-uri/versions
This commit is contained in:
R. RyanTM 2019-08-19 19:10:20 -07:00
parent ffbb4d26f9
commit 485c88a311
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
buildDunePackage rec {
pname = "uri";
version = "2.2.0";
version = "3.0.0";
src = fetchurl {
url = "https://github.com/mirage/ocaml-${pname}/releases/download/v${version}/${pname}-v${version}.tbz";
sha256 = "1q0xmc93l46dilxclkmai7w952bdi745rhvsx5vissaigcj9wbwi";
sha256 = "1yhrgm3hbn0hh4jdmcrvxinazgg8vrm0vn425sg8ggzblvxk9cwg";
};
buildInputs = [ ounit ];