mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
ocamlPackages.uri: 3.0.0 -> 3.1.0
This commit is contained in:
parent
e893358693
commit
a3ac72c337
@ -4,11 +4,11 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "uri";
|
||||
version = "3.0.0";
|
||||
version = "3.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mirage/ocaml-${pname}/releases/download/v${version}/${pname}-v${version}.tbz";
|
||||
sha256 = "1yhrgm3hbn0hh4jdmcrvxinazgg8vrm0vn425sg8ggzblvxk9cwg";
|
||||
sha256 = "0hxc2mshmqxz2qmjya47dzf858s6lsf3xvqswpzprkvhv0zq4ln4";
|
||||
};
|
||||
|
||||
buildInputs = [ ounit ];
|
||||
|
Loading…
Reference in New Issue
Block a user