uhttpmock: rename from uhttpmock_1_0

Now that `uhttpmock` with the 0.0 ABI has been removed, we take the
version with the 1.0 ABI and let it take the main name.
This commit is contained in:
whispers
2026-05-30 14:49:54 -04:00
parent d0ba6ac726
commit 8ebdca12ce
4 changed files with 4 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
- `libgdata` has been removed, as it was archived upstream and relied on the insecure libsoup 2.4.
- `uhttpmock` providing 0.0 ABI was removed.
- `uhttpmock` providing 0.0 ABI was removed. `uhttpmock_1_0` providing 1.0 ABI was renamed to `uhttpmock` and `uhttpmock_1_0` was kept as an alias.
- `requireFile` now sets `meta.license = lib.licenses.unfree` by default. Users of `requireFile`-based derivations that preserve this default will need to explicitly allow their evaluation as described in [](#sec-allow-unfree).

View File

@@ -7,7 +7,7 @@
meson,
ninja,
pkg-config,
uhttpmock_1_0,
uhttpmock,
libxml2,
glib,
gnome-online-accounts,
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
uhttpmock_1_0
uhttpmock
libxml2
];

View File

@@ -2165,6 +2165,7 @@ mapAliases {
udisks2 = udisks; # Added 2025-10-30
ue4demos = throw "'ue4demos' has been removed because it is unmaintained"; # Added 2026-02-07
ugarit-manifest-maker = throw "'ugarit-manifest-maker' has been removed because it is unmaintained"; # Added 2026-05-07
uhttpmock_1_0 = warnAlias "'uhttpmock_1_0' has been renamed to 'uhttpmock'" uhttpmock; # Added 2026-05-30
unicap = throw "'unicap' has been removed because it is unmaintained"; # Added 2025-05-17
unifi-poller = throw "'unifi-poller' has been renamed to/replaced by 'unpoller'"; # Converted to throw 2025-10-27
unixODBC = warnAlias "'unixODBC' has been renamed to 'unixodbc'" unixodbc; # Added 2026-02-12