diff options
| author | Robert Scott <code@humanleg.org.uk> | 2021-05-30 22:24:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-30 22:24:56 +0100 |
| commit | ec2d3871f73761ff6b35fd5d771a757d3d12f749 (patch) | |
| tree | 64f4de8c79cd60f8866d8d93abf1d8f40be41ce8 | |
| parent | Merge pull request #124985 from NixOS/backport-124952-to-release-21.05 (diff) | |
| parent | ocamlPackages.tyxml: 4.4.0 → 4.5.0 (diff) | |
| download | nixpkgs-ec2d3871f73761ff6b35fd5d771a757d3d12f749.tar.gz | |
Merge pull request #124970 from NixOS/backport-124457-to-release-21.05
[Backport release-21.05] ocamlPackages.tyxml: 4.4.0 → 4.5.0
| -rw-r--r-- | pkgs/development/ocaml-modules/tyxml/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/tyxml/default.nix b/pkgs/development/ocaml-modules/tyxml/default.nix index bf0e06507c9e..c49327d7d338 100644 --- a/pkgs/development/ocaml-modules/tyxml/default.nix +++ b/pkgs/development/ocaml-modules/tyxml/default.nix @@ -2,13 +2,13 @@ buildDunePackage rec { pname = "tyxml"; - version = "4.4.0"; + version = "4.5.0"; useDune2 = true; src = fetchurl { url = "https://github.com/ocsigen/tyxml/releases/download/${version}/tyxml-${version}.tbz"; - sha256 = "0c150h2f4c4id73ickkdqkir3jya66m6c7f5jxlp4caw9bfr8qsi"; + sha256 = "0s30f72m457c3gbdmdwbx7ls9zg806nvm83aiz9qkpglbppwr6n6"; }; propagatedBuildInputs = [ uutf re ]; @@ -19,7 +19,7 @@ buildDunePackage rec { license = licenses.lgpl21; maintainers = with maintainers; [ gal_bolle vbgl - ]; + ]; }; } |
