Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot]
2026-02-18 12:13:21 +00:00
committed by GitHub
90 changed files with 228 additions and 190 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ in
with pkgs;
[
linux-firmware
intel2200BGFirmware
ipw2200-firmware
rtl8192su-firmware
rt5677-firmware
rtl8761b-firmware
@@ -27,7 +27,7 @@
config = lib.mkIf config.networking.enableIntel2200BGFirmware {
hardware.firmware = [ pkgs.intel2200BGFirmware ];
hardware.firmware = [ pkgs.ipw2200-firmware ];
};
@@ -58,7 +58,7 @@ in
wantedBy = [ "multi-user.target" ];
serviceConfig = {
ExecStart = "${pkgs.fusionInventory}/bin/fusioninventory-agent --conf-file=${configFile} --daemon --no-fork";
ExecStart = "${pkgs.fusioninventory-agent}/bin/fusioninventory-agent --conf-file=${configFile} --daemon --no-fork";
};
};
};
@@ -17,7 +17,7 @@ if test "$1" = "start"; then
chown ircd: /home/ircd
cd /home/ircd
env - HOME=/homeless-shelter $extraEnv \
@su@/bin/su ircd --shell=/bin/sh -c ' @ircdHybrid@/bin/ircd -configfile @out@/conf/ircd.conf </dev/null -logfile /home/ircd/ircd.log' 2>&1 >/var/log/ircd-hybrid.out
@su@/bin/su ircd --shell=/bin/sh -c ' @ircd-hybrid@/bin/ircd -configfile @out@/conf/ircd.conf </dev/null -logfile /home/ircd/ircd.log' 2>&1 >/var/log/ircd-hybrid.out
fi;
fi
@@ -22,7 +22,7 @@ let
./ircd.conf
];
inherit (pkgs)
ircdHybrid
ircd-hybrid
coreutils
su
iproute2
+2 -2
View File
@@ -1,6 +1,6 @@
{
coreutils,
flattenReferencesGraph,
flatten-references-graph,
lib,
jq,
runCommand,
@@ -26,7 +26,7 @@ else
inherit pipeline;
nativeBuildInputs = [
coreutils
flattenReferencesGraph
flatten-references-graph
jq
];
}
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "albert";
version = "34.0.5";
version = "34.0.10";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
tag = "v${finalAttrs.version}";
hash = "sha256-DwFU3hb63Lf9Etr/I1lQ0SpkHfB1hRI+8V0ILk5a2C0=";
hash = "sha256-Ryjv8oLUXxK9iOa4ed1lDEbMM7nRj9I02gVT0JNHonQ=";
fetchSubmodules = true;
};
@@ -5,7 +5,7 @@
nix-update-script,
}:
buildGoModule (finalAttrs: {
pname = "arduinoOTA";
pname = "arduino-ota";
version = "1.4.1";
src = fetchFromGitHub {
@@ -19,7 +19,7 @@ buildGoModule (finalAttrs: {
postPatch = ''
substituteInPlace version/version.go \
--replace 'versionString = ""' 'versionString = "${finalAttrs.version}"'
--replace-fail 'versionString = ""' 'versionString = "${finalAttrs.version}"'
'';
passthru.updateScript = nix-update-script { };
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "azurehound";
version = "2.9.1";
version = "2.9.2";
src = fetchFromGitHub {
owner = "SpecterOps";
repo = "AzureHound";
tag = "v${finalAttrs.version}";
hash = "sha256-/ene4POMlqpSFixbD7uzubmOmI/IOPgJbzEQV2dq1gU=";
hash = "sha256-bTg/XYPrV9+319e704Hmc4JdpvdiqNqY6XmCxogJbno=";
};
vendorHash = "sha256-+iNFWKFNON4HX2mf4O29zAdElEkIGIx55Wi9MRtg1dg=";
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Firmware extractor for cards supported by the b43 kernel module";
mainProgram = "b43-fwcutter";
homepage = "http://wireless.kernel.org/en/users/Drivers/b43";
homepage = "https://wireless.docs.kernel.org/en/latest/en/users/drivers/b43.html";
license = lib.licenses.bsd2;
platforms = lib.platforms.linux;
};
@@ -11,7 +11,6 @@
gitMinimal,
}:
let
version = "1.23.0";
deps = lib.makeBinPath [
curl
python3
@@ -21,14 +20,14 @@ let
gitMinimal
];
in
stdenv.mkDerivation {
pname = "bashSnippets";
inherit version;
stdenv.mkDerivation (finalAttrs: {
pname = "bash-snippets";
version = "1.23.0";
src = fetchFromGitHub {
owner = "alexanderepstein";
repo = "Bash-Snippets";
rev = "v${version}";
rev = "v${finalAttrs.version}";
sha256 = "044nxgd3ic2qr6hgq5nymn3dyf5i4s8mv5z4az6jvwlrjnvbg8cp";
};
@@ -58,4 +57,4 @@ stdenv.mkDerivation {
maintainers = [ ];
platforms = lib.platforms.unix;
};
}
})
+2 -2
View File
@@ -87,8 +87,8 @@ buildFHSEnv {
];
extraInstallCommands = ''
mkdir -p "$out/share/pixmaps"
${lib.getBin unzip}/bin/unzip -p ${src} resources/Media/icon64${product.productName}.png > "$out/share/pixmaps/burpsuite.png"
mkdir -p "$out/share/icons/hicolor/64x64/apps"
${lib.getBin unzip}/bin/unzip -p ${src} resources/Media/icon64${product.productName}.png > "$out/share/icons/hicolor/64x64/apps/burpsuite.png"
cp -r ${desktopItem}/share/applications $out/share
'';
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cargo-zigbuild";
version = "0.21.6";
version = "0.22.0";
src = fetchFromGitHub {
owner = "messense";
repo = "cargo-zigbuild";
tag = "v${finalAttrs.version}";
hash = "sha256-ZoZM43439Pph4slCyLe8D0KcZzO9F3Mb3wAT3xK9jBg=";
hash = "sha256-vW5SDi4oIJ2ScAdpZhLmP5RY9C1fN38XsBauaNrx9Nw=";
};
cargoHash = "sha256-X7cOyn0ZZHUtRqaGOZqLh4Y61Q3u9PLA31GkN3zu/VM=";
cargoHash = "sha256-DLg91rS+fjo7QhmQr1NaZE+vpVVxs+5euPqM1QySDlE=";
nativeBuildInputs = [ makeWrapper ];
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "check-jsonschema";
version = "0.36.1";
version = "0.36.2";
pyproject = true;
src = fetchFromGitHub {
owner = "python-jsonschema";
repo = "check-jsonschema";
tag = finalAttrs.version;
hash = "sha256-s8a/9kWKSu+WuHQyoBsK4Vn30c+EA/eld/OD3kHYvbk=";
hash = "sha256-Cml1pqy8H8mCCE7qte3JS80RZFdNrI6m+Ktd4QgnrF4=";
};
build-system = with python3Packages; [ setuptools ];
+3 -3
View File
@@ -30,17 +30,17 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "deno";
version = "2.6.9";
version = "2.6.10";
src = fetchFromGitHub {
owner = "denoland";
repo = "deno";
tag = "v${finalAttrs.version}";
fetchSubmodules = true; # required for tests
hash = "sha256-FSm3X+1cTQURF9V/cCYvjJmPx9udcE/s5J6oRhcDWWU=";
hash = "sha256-youaF9YERkGUwN0sg6IzV8OAyahSDbFt0psn/p4iOVY=";
};
cargoHash = "sha256-DgotLiq4xzVH8dhOUA4Fxg0NW0DRnHVCJlxQYVQDaeE=";
cargoHash = "sha256-goaqxj8Y5Gqo4et4AkyZ3Uv74Q3M3V0VExUA/AMYNMI=";
patches = [
./patches/0002-tests-replace-hardcoded-paths.patch
@@ -1,5 +1,5 @@
# Start this shell with:
# nix-shell path/to/root/of/nixpkgs -A flattenReferencesGraph.dev-shell
# nix-shell path/to/root/of/nixpkgs -A flatten-references-graph.dev-shell
{
mkShell,
callPackage,
@@ -12,7 +12,7 @@
}:
perlPackages.buildPerlPackage rec {
pname = "FusionInventory-Agent";
pname = "fusioninventory-agent";
version = "2.6";
src = fetchFromGitHub {
@@ -5,7 +5,7 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "intel2200BGFirmware";
pname = "ipw2200-firmware";
version = "3.1";
src = fetchurl {
+8 -1
View File
@@ -65,7 +65,14 @@ stdenv.mkDerivation rec {
})
];
postPatch = optionalString useProprietaryAssets ''
postPatch = ''
# CMake 4 support
# https://github.com/olofson/koboredux/pull/562
substituteInPlace CMakeLists.txt --replace-fail \
'cmake_minimum_required(VERSION 2.8)' \
'cmake_minimum_required(VERSION 2.8...4.1)'
''
+ optionalString useProprietaryAssets ''
cp -r ../koboredux-${version}-Linux/sfx/redux data/sfx/
cp -r ../koboredux-${version}-Linux/gfx/redux data/gfx/
cp -r ../koboredux-${version}-Linux/gfx/redux_fullscreen data/gfx/
+9 -7
View File
@@ -1,6 +1,13 @@
{ lib, kubernetes }:
kubernetes.overrideAttrs (_: {
let
kubernetes' = kubernetes.override {
components = [
"cmd/kubectl"
"cmd/kubectl-convert"
];
};
in
kubernetes'.overrideAttrs (_: {
pname = "kubectl";
outputs = [
@@ -9,11 +16,6 @@ kubernetes.overrideAttrs (_: {
"convert"
];
env.WHAT = toString [
"cmd/kubectl"
"cmd/kubectl-convert"
];
installPhase = ''
runHook preInstall
install -D _output/local/go/bin/kubectl -t $out/bin
@@ -6,7 +6,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastjson";
pname = "libfastjson";
version = "1.2304.0";
src = fetchFromGitHub {
@@ -8,7 +8,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "liblastfm-SF";
pname = "liblastfm-vambrose";
version = "0.5";
nativeBuildInputs = [ pkg-config ];
+2 -2
View File
@@ -6,7 +6,7 @@
libestr,
json_c,
pcre,
fastJson,
libfastjson,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
libestr
json_c
pcre
fastJson
libfastjson
];
configureFlags = [ "--enable-regexp" ];
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "lintspec";
version = "0.13.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "beeb";
repo = "lintspec";
tag = "v${finalAttrs.version}";
hash = "sha256-XT4tj1FcdQpaL6N9H6Li/D9jrlJtHEZ1EmyE+ObruEY=";
hash = "sha256-giCPigyLkWv2d8hdXT3ZmYjl7mYRlTxua0N0JpeC/kc=";
};
cargoHash = "sha256-yrzqJyWUNO3AYzGxVj3KA/mftr9Su5ZfelWZEnDbWcE=";
cargoHash = "sha256-XsGkEy/uNmd2Em+ypDAAVKDeioaGafzFFHVL18Z0pdg=";
cargoBuildFlags = [
"--package"
"lintspec"
+2 -1
View File
@@ -7,7 +7,8 @@
}:
replaceVarsWith {
name = "lsb_release";
pname = "lsb_release";
version = lib.trivial.release;
src = ./lsb_release.sh;
+2 -2
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
cmark-gfm,
xxd,
fastJson,
libfastjson,
libzip,
ninja,
meson,
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
cmark-gfm
fastJson
libfastjson
libzip
];
+7 -2
View File
@@ -1,6 +1,11 @@
{ stdenv, perl }:
{
lib,
stdenv,
perl,
}:
stdenv.mkDerivation {
name = "mono-dll-fixer";
pname = "mono-dll-fixer";
version = lib.trivial.release;
dllFixer = ./dll-fixer.pl;
dontUnpack = true;
installPhase = ''
+2 -1
View File
@@ -17,7 +17,8 @@ let
in
stdenv.mkDerivation {
name = "mueval-env";
pname = "mueval";
inherit (haskellPackages.mueval) version;
inherit (haskellPackages) mueval;
+2 -2
View File
@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "nuclei-templates";
version = "10.3.8";
version = "10.3.9";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
tag = "v${finalAttrs.version}";
hash = "sha256-LLJrG2bmb1eDDvcLBK35GSn6EvDJslXeu/R57wKjzX8=";
hash = "sha256-ORKHxs2IdbQIc668A23BKkz3lPUodBEwI07dNfxLuDk=";
};
installPhase = ''
@@ -7,7 +7,7 @@
}:
stdenv.mkDerivation rec {
pname = "nuXmv";
pname = "nuxmv";
version = "2.0.0";
src = fetchurl {
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Symbolic model checker for analysis of finite and infinite state systems";
homepage = "https://nuxmv.fbk.eu/pmwiki.php";
homepage = "https://nuxmv.fbk.eu/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ siraben ];
+3 -3
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "octorus";
version = "0.3.1";
version = "0.3.5";
src = fetchFromGitHub {
owner = "ushironoko";
repo = "octorus";
tag = "v${finalAttrs.version}";
hash = "sha256-20HVES8XgZEgKIijTzo9rV5IRfhyZlY1noX6yHSUf8g=";
hash = "sha256-xVbLh1fe+59KxcZOtCoSAh6O+VdhAyBSGCPP3UZLidA=";
};
cargoHash = "sha256-4HHl3SIXqfWOeKFmGqXLTC9veglMAFo1MLJIR/BYr0M=";
cargoHash = "sha256-mOHjNQWeEcoBS4OhPj5RRja+b1PCPAeOM49t7OUtx1s=";
nativeBuildInputs = [ installShellFiles ];
+6 -1
View File
@@ -13,7 +13,7 @@ let
in
python.pkgs.buildPythonApplication (finalAttrs: {
pname = "pacu";
version = "1.6.0";
version = "1.6.1";
pyproject = true;
src = fetchFromGitHub {
@@ -52,6 +52,7 @@ python.pkgs.buildPythonApplication (finalAttrs: {
sqlalchemy
sqlalchemy-utils
toml
types-urllib3
typing-extensions
urllib3
]);
@@ -71,6 +72,10 @@ python.pkgs.buildPythonApplication (finalAttrs: {
# sAttributeError: module 'moto' has no attribute 'mock_s3'
"test_update"
"test_update_second_time"
# AttributeError: module 'moto' has no attribute 'mock_cognitoidp'
"test_cognito__attack_minimal"
"test_cognito__attack_sanity"
];
meta = {
+2 -2
View File
@@ -20,7 +20,7 @@
withGstPlugins ? true,
glyr,
withGlyr ? true,
liblastfmSF,
liblastfm-vambrose,
withLastfm ? true,
libcdio-paranoia,
withCD ? true,
@@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
++ lib.optional withGudev libgudev
++ lib.optional withKeybinder keybinder3
++ lib.optional withLibnotify libnotify
++ lib.optional withLastfm liblastfmSF
++ lib.optional withLastfm liblastfm-vambrose
++ lib.optional withGlyr glyr
++ lib.optional withLibsoup libsoup_2_4
++ lib.optional withMtp libmtp
+3 -3
View File
@@ -10,17 +10,17 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "pyrefly";
version = "0.52.0";
version = "0.53.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "pyrefly";
tag = finalAttrs.version;
hash = "sha256-UvYM+j26qIe5yQNp0ttEvdrEoYFDvWY6xFGS0bMFXT4=";
hash = "sha256-tw4VQw0liyPjZBZxP7U79JLdJcSuitMr53lVdtje5KE=";
};
buildAndTestSubdir = "pyrefly";
cargoHash = "sha256-gzaRZys2F9fyv0Q0gAAg3UdxF9rMMI6+lzZPhnrVC00=";
cargoHash = "sha256-+LwF0PHBU+do+eg84PGMEt3ri9LjMD+e2p82i2icwh4=";
buildInputs = [ rust-jemalloc-sys ];
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "scalingo";
version = "1.43.1";
version = "1.43.2";
src = fetchFromGitHub {
owner = "scalingo";
repo = "cli";
rev = version;
hash = "sha256-Ny0AlgZAQwnFiu2W3pU1o9J7HVmI2ZjXfWVNmGwLaXI=";
hash = "sha256-QyHZrRlbM2V6blk4KtYlyURjM1KjWj/l9X8td7nfHbs=";
};
vendorHash = null;
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sidplayfp";
version = "2.16.0";
version = "2.16.1";
src = fetchFromGitHub {
owner = "libsidplayfp";
repo = "sidplayfp";
tag = "v${finalAttrs.version}";
hash = "sha256-IZFF3ft04+wweknX2iQ+pyuqkogxcVB1aUYiOWLSAVU=";
hash = "sha256-W9RuAUlnMMG/ihUxM5wvFDJz0x+6Syk+8ux+dx0Bnw8=";
};
strictDeps = true;
+3 -2
View File
@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "simplotask";
version = "1.19.3";
version = "1.20.0";
src = fetchFromGitHub {
owner = "umputun";
repo = "spot";
tag = "v${finalAttrs.version}";
hash = "sha256-XtM9WiLZ8KqaG7oQBADRRz//o60EBFEZl/pgCLQ+adM=";
hash = "sha256-iSUT5b0nL+6wiiMXFoXwe9r4WV68BXopCYRrswwFxyk=";
};
vendorHash = null;
@@ -30,6 +30,7 @@ buildGoModule (finalAttrs: {
postInstall = ''
mv $out/bin/{secrets,spot-secrets}
installManPage *.1
installShellCompletion completions/*
'';
meta = {
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "wpprobe";
version = "0.10.14";
version = "0.10.15";
src = fetchFromGitHub {
owner = "Chocapikk";
repo = "wpprobe";
tag = "v${finalAttrs.version}";
hash = "sha256-+Q/TMlZ3VNsuiVDCJ1UbF+pJS3RA8cJOX/3vcQ5jNPk=";
hash = "sha256-TdcsKcpThLX467wLy+1ziMP1wBx4qB3w03vksKcKhOk=";
};
vendorHash = "sha256-pAKFrdja+rH0kiJH6hToZwLjE8lLBHFAUCjnCLbgxVo=";
@@ -18,6 +18,9 @@
pydantic,
pyjwt,
pytest-asyncio,
pytest-cov-stub,
pytest-timeout,
pytest-xdist,
pytestCheckHook,
pythonAtLeast,
respx,
@@ -30,14 +33,14 @@
buildPythonPackage (finalAttrs: {
pname = "a2a-sdk";
version = "0.3.22";
version = "0.3.23";
pyproject = true;
src = fetchFromGitHub {
owner = "a2aproject";
repo = "a2a-python";
tag = "v${finalAttrs.version}";
hash = "sha256-RGD55BGxWSPJXKqDPcTYW3pIzlOVPoOqd3hyTArifqc=";
hash = "sha256-F7tu+coSNNrLT36DFaHdoFe7hBG5lA69O5ktnxfJlZI=";
};
build-system = [
@@ -65,10 +68,22 @@ buildPythonPackage (finalAttrs: {
sse-starlette
starlette
];
mysql = [ sqlalchemy ];
postgresql = [ sqlalchemy ];
mysql = [
sqlalchemy
]
++ sqlalchemy.optional-dependencies.asyncio
++ sqlalchemy.optional-dependencies.postgresql_asyncpg;
postgresql = [
sqlalchemy
]
++ sqlalchemy.optional-dependencies.asyncio
++ sqlalchemy.optional-dependencies.postgresql_asyncpg;
signing = [ pyjwt ];
sqlite = [ sqlalchemy ];
sqlite = [
sqlalchemy
]
++ sqlalchemy.optional-dependencies.asyncio
++ sqlalchemy.optional-dependencies.aiosqlite;
telemetry = [
opentelemetry-api
opentelemetry-sdk
@@ -78,6 +93,9 @@ buildPythonPackage (finalAttrs: {
nativeCheckInputs = [
aiosqlite
pytest-asyncio
pytest-cov-stub
pytest-timeout
pytest-xdist
pytestCheckHook
respx
uvicorn
@@ -5,24 +5,28 @@
paho-mqtt,
pytestCheckHook,
requests,
setuptools,
setuptools-scm,
}:
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "adafruit-io";
version = "2.8.0";
format = "setuptools";
version = "2.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "adafruit";
repo = "Adafruit_IO_Python";
tag = version;
hash = "sha256-OwTHMyc2ePSdYVuY1h3PY+uDBl6/7fTMXiZC3sZm8fU=";
tag = finalAttrs.version;
hash = "sha256-JYQKrGg4FRzqq3wy/TqafC16rldvPEi+/xEI7XGvWM8=";
};
nativeBuildInputs = [ setuptools-scm ];
build-system = [
setuptools
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
paho-mqtt
requests
];
@@ -41,7 +45,8 @@ buildPythonPackage rec {
meta = {
description = "Module for interacting with Adafruit IO";
homepage = "https://github.com/adafruit/Adafruit_IO_Python";
changelog = "https://github.com/adafruit/Adafruit_IO_Python/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};
}
})
@@ -6,30 +6,29 @@
selenium,
}:
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "appium-python-client";
version = "5.2.5";
version = "5.2.6";
pyproject = true;
src = fetchFromGitHub {
owner = "appium";
repo = "python-client";
tag = "v${version}";
sha256 = "sha256-BrKIZR8n5ZiOfGAxgCtt5FwPbbOtlPfMqW91HKjP5ro=";
tag = "v${finalAttrs.version}";
hash = "sha256-BTbz2ncCl6C2QBCLMaIZn4fv/ib/IvkWoRSrlxuFauM=";
};
build-system = [ hatchling ];
dependencies = [
selenium
];
dependencies = [ selenium ];
pythonImportsCheck = [ "appium" ];
meta = {
description = "Cross-platform automation framework for all kinds of apps, built on top of the W3C WebDriver protocol";
homepage = "https://appium.io/";
changelog = "https://github.com/appium/python-client/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ eyjhb ];
};
}
})
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "awsiotsdk";
version = "1.28.0";
version = "1.28.1";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-iot-device-sdk-python-v2";
tag = "v${finalAttrs.version}";
hash = "sha256-Cs+MbI/23bPvdZNaze7ENyEZNT/AVYsPz/dEEzaAy8c=";
hash = "sha256-UOM3V9ABoNbX+Nr8SyJueT6tIQRLj5R1TyWFxbpylrA=";
};
postPatch = ''
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.49";
version = "1.42.51";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-jtsicmz0tzPgCHM/TUSt3jiet2SLDCLPBxpnX+2Nqqs=";
hash = "sha256-D9ydekPsV5DABnz6A39AGPmSfCh/3y+c1cmEkXNlbsA=";
};
build-system = [ setuptools ];
@@ -68,14 +68,14 @@
buildPythonPackage (finalAttrs: {
pname = "chromadb";
version = "1.4.1";
version = "1.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "chroma-core";
repo = "chroma";
tag = finalAttrs.version;
hash = "sha256-mtUxyuLiwA4l9u+pTPVIsYcvsLPPCI6c8iWK6Lgbwjc=";
hash = "sha256-cjSWgXE5FiTIHzTjkpnaikKCgzLazG1wZYh2J0JbJ2Y=";
};
# https://github.com/chroma-core/chroma/issues/5996
@@ -83,7 +83,7 @@ buildPythonPackage (finalAttrs: {
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-WdWc/8vNzcEtdxmAAbBDWxhMamxSnK2YaZPWwQ2zzU4=";
hash = "sha256-oS+fT+mGz0b0O8s5hff85d26Czu+nI7sPjY3qwtTkM4=";
};
# Can't use fetchFromGitHub as the build expects a zipfile
@@ -21,14 +21,14 @@
buildPythonPackage (finalAttrs: {
pname = "fastapi-mail";
version = "1.6.1";
version = "1.6.2";
pyproject = true;
src = fetchFromGitHub {
owner = "sabuhish";
repo = "fastapi-mail";
tag = "v${finalAttrs.version}";
hash = "sha256-ruiUf+wGJRMLzmimb9oLi/tGV6UF9aa9G/iMgptSa9w=";
hash = "sha256-oWm2FvXCyz+0QRvClcJoKF17rWggAtQasa5h1pZ6N4Y=";
};
pythonRelaxDeps = [
@@ -15,17 +15,17 @@
skia-pathops,
}:
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "glyphslib";
version = "6.12.6";
version = "6.12.7";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "glyphsLib";
tag = "v${version}";
hash = "sha256-okN/+/+5k+KOlcInouiadKP8aJVV8yqHZnmucXkQsGM=";
tag = "v${finalAttrs.version}";
hash = "sha256-Vqgk5DNy3rKMOi+A6zvYTvcI0K5TdepUJhc5oF9SXbE=";
};
build-system = [ setuptools-scm ];
@@ -54,8 +54,8 @@ buildPythonPackage rec {
meta = {
description = "Bridge from Glyphs source files (.glyphs) to UFOs and Designspace files via defcon and designspaceLib";
homepage = "https://github.com/googlefonts/glyphsLib";
changelog = "https://github.com/googlefonts/glyphsLib/releases/tag/${src.tag}";
changelog = "https://github.com/googlefonts/glyphsLib/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
maintainers = [ ];
};
}
})
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "iamdata";
version = "0.1.202602171";
version = "0.1.202602181";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${finalAttrs.version}";
hash = "sha256-KunVsdXBzfog3tFxWW5mf20weffCl5sOXaW1sYaAdqc=";
hash = "sha256-6HLwpTFTqS3T6VQ9jwr7+wVv8ARLDbh9a/68txWMvJU=";
};
__darwinAllowLocalNetworking = true;
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "model-bakery";
version = "1.23.2";
version = "1.23.3";
pyproject = true;
src = fetchFromGitHub {
owner = "model-bakers";
repo = "model_bakery";
tag = finalAttrs.version;
hash = "sha256-7RMFbUFYUJI8gI5GVQ6kivjb6oeHGKzYbyTukMjK+8Q=";
hash = "sha256-W5n/L5D64OCCZkVi1IFHNl/mIR1EW6PIVuvmM78kq78=";
};
postPatch = ''
@@ -443,16 +443,16 @@ in
"sha256-92qhSUqTiLgbtvCdi/Mmgve18mcYR00ABL+bNy7/OnY=";
mypy-boto3-ec2 =
buildMypyBoto3Package "ec2" "1.42.49"
"sha256-HN4TRMVlleWZuhYnuTPxFz1bxP3KIdmchROom9g5jWM=";
buildMypyBoto3Package "ec2" "1.42.51"
"sha256-yeQ1LX3GmyIyhwmXwFqft35S6DiMM4KtMKOJMKgLbSo=";
mypy-boto3-ec2-instance-connect =
buildMypyBoto3Package "ec2-instance-connect" "1.42.3"
"sha256-qe5aitxIPiQA2Et/+MtGVsnmWvk45Rg04/U/kR+tmK0=";
mypy-boto3-ecr =
buildMypyBoto3Package "ecr" "1.42.13"
"sha256-xVHgtAQXAv3T1RnBAk47FmH138wvagdvSxUgwUO0s/A=";
buildMypyBoto3Package "ecr" "1.42.50"
"sha256-NHp+LO9C6U+mFEpoNyE/a4zalfJ5g0w18tQ3ONoe1WM=";
mypy-boto3-ecr-public =
buildMypyBoto3Package "ecr-public" "1.42.3"
@@ -574,8 +574,8 @@ in
buildMypyBoto3Package "glue" "1.42.43"
"sha256-PBFrSU7QbOuaU5kWjYe6eA8k9BHdAZUuD3jMYLlFwF0=";
mypy-boto3-grafana =
buildMypyBoto3Package "grafana" "1.42.3"
"sha256-wVeFhJIXV8wFQpCizH8IUh6JAFg+S67aTR60dqWk/3M=";
buildMypyBoto3Package "grafana" "1.42.51"
"sha256-QHAuRJrioMD7ASgV1Wobm81Gb+Z87c78yBs9X1+Kz+E=";
mypy-boto3-greengrass =
buildMypyBoto3Package "greengrass" "1.42.3"
@@ -706,8 +706,8 @@ in
"sha256-eAzIwmz5eZKf2NBGSMw4NopdHqAR5TcF9/0KQqVWr0s=";
mypy-boto3-kafka =
buildMypyBoto3Package "kafka" "1.42.46"
"sha256-XfZloR5nG1xGyAb4D1UsDpH1xc2hKoBCWabS+yc+uO8=";
buildMypyBoto3Package "kafka" "1.42.50"
"sha256-gk11rWTYlKHL+PjZvUy+8ZRNHcwC7clIiynVg0EPt8U=";
mypy-boto3-kafkaconnect =
buildMypyBoto3Package "kafkaconnect" "1.42.47"
@@ -758,8 +758,8 @@ in
"sha256-x9ntwcOhUm5Hsd/L+O5N77xJ/NWxgQhNVdtaaShM7p8=";
mypy-boto3-kms =
buildMypyBoto3Package "kms" "1.42.3"
"sha256-UfEbkTcu9ecQoqoXbM6uWxNAh5B/Z6Wj26WHSaLiEj8=";
buildMypyBoto3Package "kms" "1.42.50"
"sha256-bCVvuhK3mpTeNDYDYaACVWgQMhKR9mIi9BbbCI0ynCA=";
mypy-boto3-lakeformation =
buildMypyBoto3Package "lakeformation" "1.42.45"
@@ -1082,8 +1082,8 @@ in
"sha256-55wnvv8vd/G5KdZoJipaSLzC13wRoop7ZXwTLDU4GtE=";
mypy-boto3-rds =
buildMypyBoto3Package "rds" "1.42.46"
"sha256-sryN4eFwReg8h2lq2+vOmfqRTRUNttsMXt99anq4oFM=";
buildMypyBoto3Package "rds" "1.42.51"
"sha256-0J0M9QcOtRrIrtrLY1lNaJ/ownmhyDbfvQanFMqsi94=";
mypy-boto3-rds-data =
buildMypyBoto3Package "rds-data" "1.42.3"
@@ -1426,8 +1426,8 @@ in
"sha256-uZ/xdc5xCp0Kb+5LlHGEyo+iBB1iWB7Jo9szx+aY4SQ=";
mypy-boto3-workspaces-web =
buildMypyBoto3Package "workspaces-web" "1.42.42"
"sha256-FHSL5KRc6cvB+vv/K/09WH7uvGE+2lJ17X1lduIOdzM=";
buildMypyBoto3Package "workspaces-web" "1.42.51"
"sha256-1LoVLQsBJnWfTwVi9F4kJjZhFWq71/uZPDDV7az9xGI=";
mypy-boto3-xray =
buildMypyBoto3Package "xray" "1.42.3"
@@ -1,43 +1,27 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
# build-system
poetry-core,
setuptools,
# dependencies
docutils,
fetchFromGitHub,
nicegui,
hatchling,
}:
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "nicegui-highcharts";
version = "3.1.0";
version = "3.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "zauberzeug";
repo = "nicegui-highcharts";
tag = "v${version}";
hash = "sha256-xfZtEAwHIbSI55V9GR9E1c2bbC+RQFiBW9zZ1f3e+vk=";
tag = "v${finalAttrs.version}";
hash = "sha256-ihPWk/FnOAJzO3kWM4dV0ZbbDgBfGb4o+6zkVEb6wrA=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools>=30.3.0,<50" "setuptools"
'';
pythonRelaxDeps = [ "docutils" ];
pythonRelaxDeps = [
"docutils"
"nicegui"
];
build-system = [
poetry-core
setuptools
];
build-system = [ hatchling ];
dependencies = [
docutils
@@ -52,8 +36,8 @@ buildPythonPackage rec {
meta = {
description = "NiceGUI with support for Highcharts";
homepage = "https://github.com/zauberzeug/nicegui-highcharts";
changelog = "https://github.com/zauberzeug/nicegui-highcharts/releases/tag/v${version}";
changelog = "https://github.com/zauberzeug/nicegui-highcharts/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};
}
})
@@ -11,12 +11,12 @@
buildPythonPackage (finalAttrs: {
pname = "publicsuffixlist";
version = "1.0.2.20260211";
version = "1.0.2.20260218";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-GNa+6TzEoy2G4xhCvl6lm9WvdDs0e4HAZPF6oBCc4PM=";
hash = "sha256-Z03vycoK1WhmbjW5ux/KYVYKC876h6tr7D+h0lnKDPE=";
};
postPatch = ''
@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "pyexploitdb";
version = "0.3.13";
version = "0.3.14";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-fZCdH29PGU8GSo+JHWLqiaJj5zWIDmxTQTSf0UbLdmo=";
hash = "sha256-oxva2MJp/7D9apgKLMampKrSMBnBtOxKESRvH24U8DQ=";
};
build-system = [ setuptools ];
@@ -8,16 +8,16 @@
setuptools,
}:
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "pyporscheconnectapi";
version = "0.2.5";
version = "0.2.6";
pyproject = true;
src = fetchFromGitHub {
owner = "CJNE";
repo = "pyporscheconnectapi";
tag = version;
hash = "sha256-uB8dbAWoHUWuvWyUhPV1P2wPH/ZzVX22PJNEiDYoOA4=";
tag = finalAttrs.version;
hash = "sha256-aiNCT1IYSXdlJfIoQsBnVn9FGHifkI8e35VCQGGAAZ0=";
};
postPatch = ''
@@ -41,8 +41,8 @@ buildPythonPackage rec {
meta = {
description = "Python client library for Porsche Connect API";
homepage = "https://github.com/CJNE/pyporscheconnectapi";
changelog = "https://github.com/CJNE/pyporscheconnectapi/releases/tag/${src.tag}";
changelog = "https://github.com/CJNE/pyporscheconnectapi/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};
}
})
@@ -2,29 +2,29 @@
lib,
buildPythonPackage,
fetchFromGitHub,
hatchling,
pint,
poetry-core,
poetry-dynamic-versioning,
psychrolib,
pytest-asyncio,
pytestCheckHook,
uv-dynamic-versioning,
}:
buildPythonPackage (finalAttrs: {
pname = "pyweatherflowudp";
version = "1.5.0";
version = "1.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "briis";
repo = "pyweatherflowudp";
tag = "v${finalAttrs.version}";
hash = "sha256-mo42Y6vPREuH5EaoALTJdzoaQLVEvfTeuJqV+N+PFRE=";
tag = finalAttrs.version;
hash = "sha256-07AvFvrnNainBpve3pkiHzbrqSsjcP0N/nJ2slwVdqc=";
};
build-system = [
poetry-core
poetry-dynamic-versioning
hatchling
uv-dynamic-versioning
];
dependencies = [
@@ -11,20 +11,20 @@
six,
}:
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "setupmeta";
version = "3.8.0";
version = "3.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "codrsquad";
repo = "setupmeta";
tag = "v${version}";
hash = "sha256-2SKiIkwfmXVOQBKBNUmw4SjiVpyLjIMpSHNA9IQxqwY=";
tag = "v${finalAttrs.version}";
hash = "sha256-ONl+hFvMkUmPbzbeduCrqidGrKZvbWE0wTvaZMhs64w=";
};
preBuild = ''
export PYGRADLE_PROJECT_VERSION=${version};
export PYGRADLE_PROJECT_VERSION=${finalAttrs.version};
'';
build-system = [ setuptools ];
@@ -61,4 +61,4 @@ buildPythonPackage rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};
}
})
@@ -7,13 +7,13 @@
buildPythonPackage (finalAttrs: {
pname = "types-awscrt";
version = "0.31.1";
version = "0.31.2";
pyproject = true;
src = fetchPypi {
pname = "types_awscrt";
inherit (finalAttrs) version;
hash = "sha256-CLE0lPk/RcGpLrJkdV/OUO0NHcdQWau14xZw/rmglyQ=";
hash = "sha256-3HlwWs0kCUZWuBBbjXmdfic8jqw3xpE331gM2EvrVPY=";
};
build-system = [ setuptools ];
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "xknx";
version = "3.14.0";
version = "3.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "XKNX";
repo = "xknx";
tag = finalAttrs.version;
hash = "sha256-22xKxdjf0WEF2efHiGCYVhTCZ5jrD+26oqBdlxHwYdU=";
hash = "sha256-EA6F4Wkji495uVfFyN1M+jZsXFkKbfK7POie3qbuqBY=";
};
build-system = [ setuptools ];
@@ -2,7 +2,7 @@
lib,
stdenvNoCC,
fetchurl,
b43FirmwareCutter,
b43-fwcutter,
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "b43-firmware";
@@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
hash = "sha256-8ecGeqxbYrZ7i25MUXmQJ3gEM5rBYGXrE8cx/5Ca5G8=";
};
nativeBuildInputs = [ b43FirmwareCutter ];
nativeBuildInputs = [ b43-fwcutter ];
installPhase = ''
mkdir -p $out/lib/firmware
@@ -2,7 +2,7 @@
lib,
stdenvNoCC,
fetchurl,
b43FirmwareCutter,
b43-fwcutter,
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "b43-firmware";
@@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
hash = "sha256-oHw7ayd4M8fb5h2qUR+QjNZsXidj63oIWavDbNkzXC0=";
};
nativeBuildInputs = [ b43FirmwareCutter ];
nativeBuildInputs = [ b43-fwcutter ];
sourceRoot = ".";
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.94.0";
version = "2.96.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
tag = "v${version}";
hash = "sha256-t1bgW8a4g289nn34c4xnIyus7aAkZUII+/wXEIEmD2c=";
hash = "sha256-6j2+ScWgRDs/YaJzouzWQ92VlSty4juHKwo9/q/C+v0=";
};
nativeBuildInputs = [ makeWrapper ];
+2 -2
View File
@@ -8,7 +8,7 @@
json_c,
zlib,
docutils,
fastJson,
libfastjson,
withKrb5 ? true,
libkrb5,
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
fastJson
libfastjson
libestr
json_c
zlib
+11
View File
@@ -319,6 +319,7 @@ mapAliases {
archivebox = throw "archivebox has been removed, since the packaged version was stuck on django 3."; # Added 2025-08-01
archiver = throw "archiver has been removed, as it has been unmaintained upstream since November 2024"; # Added 2026-01-15
ardour_7 = throw "ardour_7 has been removed because it relies on gtk2, please use ardour instead."; # Added 2025-10-04
arduinoOTA = warnAlias "'arduinoOTA' has been renamed to 'arduino-ota'" arduino-ota; # Added 2026-02-08
argo = throw "'argo' has been renamed to/replaced by 'argo-workflows'"; # Converted to throw 2025-10-27
aria = throw "'aria' has been renamed to/replaced by 'aria2'"; # Converted to throw 2025-10-27
arrayfire = throw "arrayfire was removed due to numerous vulnerabilities in freeimage"; # Added 2025-10-23
@@ -348,6 +349,7 @@ mapAliases {
aws-shell = throw "'aws-shell' has been removed because it is unmaintained upstream"; # Added 2026-01-18
aws_mturk_clt = throw "'aws_mturk_clt' has been removed due to being unmaintained upstream. Use 'awscli' with 'mturk' subcommands instead."; # Added 2026-01-19
axmldec = throw "'axmldec' has been removed as it was broken and unmaintained for 8 years"; # Added 2025-05-17
b43FirmwareCutter = warnAlias "'b43FirmwareCutter' has been renamed to 'b43-fwcutter'" b43-fwcutter; # Added 2026-02-08
backlight-auto = throw "'backlight-auto' has been removed as it relies on Zig 0.12 which has been dropped."; # Added 2025-08-22
badtouch = throw "'badtouch' has been renamed to/replaced by 'authoscope'"; # Converted to throw 2025-10-27
banana-vera = throw "'banana-vera' has been removed as it relies on python3.10"; # Added 2026-02-09
@@ -357,6 +359,7 @@ mapAliases {
base16-builder = throw "'base16-builder' has been removed due to being unmaintained"; # Added 2025-06-03
basedmypy = throw "basedmypy has been deprecated by upstream. Use instead 'basedpyright' or 'ty'"; # added 2026-02-03
baserow = throw "baserow has been removed, due to lack of maintenance"; # Added 2025-08-02
bashSnippets = warnAlias "'bashSnippets' has been renamed to 'bash-snippets'" bash-snippets; # Added 2026-02-08
bazel_5 = throw "bazel_5 has been removed as it is EOL"; # Added 2025-08-09
bazel_6 = throw "bazel_6 has been removed as it will be EOL by the release of Nixpkgs 25.11"; # Added 2025-08-19
bc-decaf = throw "'bc-decaf' has been moved to 'linphonePackages.bc-decaf'"; # Added 2025-09-20
@@ -657,6 +660,7 @@ mapAliases {
f3d_egl = warnAlias "'f3d' now build with egl support by default, so `f3d_egl` is deprecated, consider using 'f3d' instead." f3d; # Added 2025-07-18
fabs = throw "'fabs' has been removed due to being broken for more than a year; see RFC 180"; # Added 2026-02-05
fast-cli = throw "'fast-cli' has been removed because it was unmaintainable in nixpkgs"; # Added 2025-11-17
fastJson = warnAlias "'fastJson' has been renamed to 'libfastjson'" libfastjson; # Added 2026-02-08
fastnlo_toolkit = throw "'fastnlo_toolkit' has been renamed to/replaced by 'fastnlo-toolkit'"; # Converted to throw 2025-10-27
faustPhysicalModeling = warnAlias "'faustPhysicalModeling' has been renamed to 'faust-physicalmodeling'" faust-physicalmodeling; # Added 2026-02-08
faustStk = throw "'faustStk' has been renamed to/replaced by 'faustPhysicalModeling'"; # Converted to throw 2025-10-27
@@ -687,6 +691,7 @@ mapAliases {
fit-trackee = throw "'fit-trackee' has been renamed to/replaced by 'fittrackee'"; # Converted to throw 2025-10-27
flashrom-stable = throw "'flashrom-stable' has been renamed to/replaced by 'flashprog'"; # Converted to throw 2025-10-27
flatbuffers_2_0 = throw "'flatbuffers_2_0' has been renamed to/replaced by 'flatbuffers'"; # Converted to throw 2025-10-27
flattenReferencesGraph = warnAlias "'flattenReferencesGraph' has been renamed to 'flatten-references-graph'" flatten-references-graph; # Added 2026-02-08
flint3 = flint; # Added 2025-09-21
floorp = throw "floorp has been replaced with floorp-bin, as building from upstream sources has become unfeasible starting with version 12.x"; # Added 2025-09-06
floorp-unwrapped = throw "floorp-unwrapped has been replaced with floorp-bin-unwrapped, as building from upstream sources has become unfeasible starting with version 12.x"; # Added 2025-09-06
@@ -755,6 +760,7 @@ mapAliases {
freerdpUnstable = throw "'freerdpUnstable' has been renamed to/replaced by 'freerdp'"; # Converted to throw 2025-10-27
frugal = throw "'frugal' was removed because upstream has been pulled"; # Added 2025-12-20
fusee-launcher = throw "'fusee-launcher' was removed as upstream removed the original source repository fearing legal repercussions"; # Added 2025-07-05
fusionInventory = warnAlias "'fusionInventory' has been renamed to 'fusioninventory-agent'" fusioninventory-agent; # Added 2026-02-08
futuresql = throw "'futuresql' has been renamed to/replaced by 'libsForQt5.futuresql'"; # Converted to throw 2025-10-27
fx_cast_bridge = throw "'fx_cast_bridge' has been renamed to/replaced by 'fx-cast-bridge'"; # Converted to throw 2025-10-27
fzf-zsh = throw "'fzf-zsh' has been removed because it was superseed by its builtin equivalent and archived upstream."; # Added 2026-01-17
@@ -907,6 +913,7 @@ mapAliases {
infamousPlugins = infamousplugins; # Added 2026-02-08
inotifyTools = throw "'inotifyTools' has been renamed to/replaced by 'inotify-tools'"; # Converted to throw 2025-10-27
insync-emblem-icons = throw "'insync-emblem-icons' has been removed, use 'insync-nautilus' instead"; # Added 2025-05-14
intel2200BGFirmware = warnAlias "'intel2200BGFirmware' has been renamed to 'ipw2200-firmware'" ipw2200-firmware; # Added 2026-02-08
invalidateFetcherByDrvHash = throw "'invalidateFetcherByDrvHash' has been renamed to/replaced by 'testers.invalidateFetcherByDrvHash'"; # Converted to throw 2025-10-27
ioccheck = throw "ioccheck was dropped since it was unmaintained."; # Added 2025-07-06
ipfs = throw "'ipfs' has been renamed to/replaced by 'kubo'"; # Converted to throw 2025-10-27
@@ -914,6 +921,7 @@ mapAliases {
ipfs-migrator-all-fs-repo-migrations = throw "'ipfs-migrator-all-fs-repo-migrations' has been renamed to/replaced by 'kubo-fs-repo-migrations'"; # Converted to throw 2025-10-27
ipfs-migrator-unwrapped = throw "'ipfs-migrator-unwrapped' has been renamed to/replaced by 'kubo-migrator-unwrapped'"; # Converted to throw 2025-10-27
ir.lv2 = ir-lv2; # Added 2025-09-37
ircdHybrid = warnAlias "'ircdHybrid' has been renamed to 'ircd-hybrid'" ircd-hybrid; # Added 2026-02-08
iroh = throw "iroh has been split into iroh-dns-server and iroh-relay"; # Added 2025-11-06
isl_0_24 = throw "isl_0_24 has been removed from Nixpkgs, as it is unmaintained and obsolete"; # Added 2025-10-18
iso-flags-png-320x420 = throw "'iso-flags-png-320x420' has been renamed to/replaced by 'iso-flags-png-320x240'"; # Converted to throw 2025-10-27
@@ -925,6 +933,7 @@ mapAliases {
jami-client-qt = throw "'jami-client-qt' has been renamed to/replaced by 'jami-client'"; # Converted to throw 2025-10-27
jami-daemon = throw "'jami-daemon' has been renamed to/replaced by 'jami.daemon'"; # Converted to throw 2025-10-27
jarowinkler-cpp = throw "'jarowinkler-cpp' has been removed because it was deprecated and archived upstream. Consider using 'rapidfuzz-cpp' instead"; # Added 2026-01-15
javaCup = warnAlias "'javaCup' has been renamed to 'java-cup'" java-cup; # Added 2026-02-08
jdk23 = throw "OpenJDK 23 was removed as it has reached its end of life"; # Added 2025-11-04
jdk23_headless = throw "OpenJDK 23 was removed as it has reached its end of life"; # Added 2025-11-04
jdk24 = throw "OpenJDK 24 was removed as it has reached its end of life"; # Added 2025-10-04
@@ -1028,6 +1037,7 @@ mapAliases {
libkkc = throw "'libkkc' has been removed due to lack of maintenance. Consider using anthy instead"; # Added 2025-08-28
libkkc-data = throw "'libkkc-data' has been removed as it depended on libkkc which was removed"; # Added 2025-08-28
libLAS = liblas; # Added 2026-02-08
liblastfmSF = warnAlias "'liblastfmSF' has been renamed to 'liblastfm-vambrose'" liblastfm-vambrose; # Added 2026-02-08
liblinphone = throw "'liblinphone' has been moved to 'linphonePackages.liblinphone'"; # Added 2025-09-20
libmesode = throw "'libmesode' has been removed because it was deprecated and archived upstream. Consider using 'libstrophe' instead"; # Added 2026-01-15
libmp3splt = throw "'libmp3splt' has been removed due to lack of maintenance upstream."; # Added 2025-05-17
@@ -1434,6 +1444,7 @@ mapAliases {
NSPlist = throw "'NSPlist' has been renamed to/replaced by 'nsplist'"; # Converted to throw 2025-10-27
nuget-to-nix = throw "nuget-to-nix has been removed as it was deprecated in favor of nuget-to-json. Please use nuget-to-json instead"; # Added 2025-08-28
nushellFull = throw "'nushellFull' has been renamed to/replaced by 'nushell'"; # Converted to throw 2025-10-27
nuXmv = warnAlias "'nuXmv' has been renamed to 'nuxmv'" nuxmv; # Added 2026-02-08
o = throw "'o' has been renamed to/replaced by 'orbiton'"; # Converted to throw 2025-10-27
oam-tools = throw "'oam-tools' has been become part of amass"; # Added 2025-12-21
oathToolkit = throw "'oathToolkit' has been renamed to/replaced by 'oath-toolkit'"; # Converted to throw 2025-10-27