about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-02-13 03:32:04 +0100
committerGitHub <noreply@github.com>2021-02-13 03:32:04 +0100
commit6ba3c9453b52d160900483c9f74f993bd7911dbc (patch)
treebddfc5f65f260647f0281081a7eaceedd59ab160 /pkgs/top-level
parent1b64cb09529478c0c0c5120af055520ca36770ae (diff)
parentbe844a34b7a55f6ee4f38072422882ea7b592409 (diff)
downloadnixlib-6ba3c9453b52d160900483c9f74f993bd7911dbc.tar
nixlib-6ba3c9453b52d160900483c9f74f993bd7911dbc.tar.gz
nixlib-6ba3c9453b52d160900483c9f74f993bd7911dbc.tar.bz2
nixlib-6ba3c9453b52d160900483c9f74f993bd7911dbc.tar.lz
nixlib-6ba3c9453b52d160900483c9f74f993bd7911dbc.tar.xz
nixlib-6ba3c9453b52d160900483c9f74f993bd7911dbc.tar.zst
nixlib-6ba3c9453b52d160900483c9f74f993bd7911dbc.zip
Merge pull request #112952 from SuperSandro2000/xh
xh: 0.5.0 -> 0.7.0, rename from ht-rust
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/aliases.nix1
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index aac6f3c9a24e..b9c63d5d7760 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -271,6 +271,7 @@ mapAliases ({
   hepmc = hepmc2; # added 2019-08-05
   hexen = throw "hexen (SDL port) has been removed: abandoned by upstream."; # added 2019-12-11
   hicolor_icon_theme = hicolor-icon-theme; # added 2018-02-25
+  ht-rust = xh; # added 2021-02-13
   htmlTidy = html-tidy;  # added 2014-12-06
   iana_etc = iana-etc;  # added 2017-03-08
   icedtea8_web = adoptopenjdk-icedtea-web; # added 2019-08-21
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 84896f02d2bf..f39ef116b8c9 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -22712,7 +22712,7 @@ in
 
   ht = callPackage ../applications/editors/ht { };
 
-  ht-rust = callPackage ../tools/networking/ht-rust {
+  xh = callPackage ../tools/networking/xh {
     inherit (darwin.apple_sdk.frameworks) Security;
   };