diff options
| author | Ulrik Strid <ulrik.strid@outlook.com> | 2021-05-25 09:00:09 +0200 |
|---|---|---|
| committer | Vincent Laporte <vbgl@users.noreply.github.com> | 2021-05-30 16:03:20 +0200 |
| commit | 544db849a172f03c7eda038705e303e94bf5a53e (patch) | |
| tree | c372be0bf249bd956d63e84611e56fe7eceab5a7 | |
| parent | Merge pull request #124938 from TredwellGit/zfsUnstable (diff) | |
| download | nixpkgs-544db849a172f03c7eda038705e303e94bf5a53e.tar.gz | |
ocamlPackages.uri: 4.0.0 → 4.2.0
| -rw-r--r-- | pkgs/development/ocaml-modules/uri/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/uri/default.nix b/pkgs/development/ocaml-modules/uri/default.nix index 7933b3bd8d42..f669a98c4def 100644 --- a/pkgs/development/ocaml-modules/uri/default.nix +++ b/pkgs/development/ocaml-modules/uri/default.nix @@ -5,13 +5,13 @@ buildDunePackage rec { minimumOCamlVersion = "4.03"; pname = "uri"; - version = "4.0.0"; + version = "4.2.0"; useDune2 = true; src = fetchurl { url = "https://github.com/mirage/ocaml-${pname}/releases/download/v${version}/${pname}-v${version}.tbz"; - sha256 = "13r9nkgym9z3dqxkyf0yyaqlrk5r3pjdw0kfzvrc90bmhwl9j380"; + sha256 = "0szifda6yism5vn5jdizkha3ad0xk6zw4xgfl8g77dnv83ci7h65"; }; checkInputs = [ ounit ]; |
