From 675795f47d7bb4f086874e9b457e3076b8ea7a9a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 30 Jan 2026 13:09:51 +0000 Subject: [PATCH 01/64] python3Packages.xeddsa: 1.1.1 -> 1.2.0 --- pkgs/development/python-modules/xeddsa/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/xeddsa/default.nix b/pkgs/development/python-modules/xeddsa/default.nix index a1b2185f7e64..e4dfd741e758 100644 --- a/pkgs/development/python-modules/xeddsa/default.nix +++ b/pkgs/development/python-modules/xeddsa/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "xeddsa"; - version = "1.1.1"; + version = "1.2.0"; pyproject = true; src = fetchFromGitHub { owner = "Syndace"; repo = "python-xeddsa"; tag = "v${version}"; - hash = "sha256-5s6ERazWnwYEc0d5e+eSdvOCTklBQVrjzvlNifC2zKU="; + hash = "sha256-FHZ9oo9Ps+98dWyPfu3RcmFqZ26zCmO3wNhw+hzuB+w="; }; passthru.updateScript = nix-update-script { }; From 61c49c50a2d3cf65782bb18a6440cbca82e74d90 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 6 Feb 2026 12:44:23 -0500 Subject: [PATCH 02/64] inlyne: fix "Failed to find an appropriate adapter" --- pkgs/by-name/in/inlyne/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/in/inlyne/package.nix b/pkgs/by-name/in/inlyne/package.nix index bbfe5db25c18..7dc91920bca6 100644 --- a/pkgs/by-name/in/inlyne/package.nix +++ b/pkgs/by-name/in/inlyne/package.nix @@ -16,6 +16,7 @@ libGL, openssl, oniguruma, + vulkan-loader, }: rustPlatform.buildRustPackage rec { @@ -72,6 +73,7 @@ rustPlatform.buildRustPackage rec { postFixup = lib.optionalString stdenv.hostPlatform.isLinux '' patchelf $out/bin/inlyne \ + --add-needed ${lib.getLib vulkan-loader}/lib/libvulkan.so \ --add-rpath ${ lib.makeLibraryPath [ libGL From b10ec5ecc5bb1cb40186fa063134430838a30031 Mon Sep 17 00:00:00 2001 From: Sergei Volkov Date: Tue, 10 Feb 2026 22:44:53 +0100 Subject: [PATCH 03/64] julia_112-bin: 1.12.4 -> 1.12.5 --- pkgs/development/compilers/julia/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/compilers/julia/default.nix b/pkgs/development/compilers/julia/default.nix index a1e43af55d0c..9b6d0854faf0 100644 --- a/pkgs/development/compilers/julia/default.nix +++ b/pkgs/development/compilers/julia/default.nix @@ -43,12 +43,12 @@ in ); julia_112-bin = wrapJulia ( callPackage (import ./generic-bin.nix { - version = "1.12.4"; + version = "1.12.5"; sha256 = { - x86_64-linux = "0pcq75k0vg1gdl39p3chszwmlcig91nkj98srdm94h71iwbsyyy5"; - aarch64-linux = "1p9xcv4sz69wry29vww0kvyy4hr7czf6fxg4d3yj84lkxvgs40m6"; - x86_64-darwin = "15zl9gqca1c5ss95xmqrk9j0hihm9y926wvafyxg5802ndd4jd1c"; - aarch64-darwin = "03vyvn7d5nkz0p7kgypa6c9l44ir6512sbrqdzl04havxc6v4ipa"; + x86_64-linux = "1rxsb2bnk2wgd2nkzxwpj1xj8gbpblczm4lyxprzp5jfgrr4vf21"; + aarch64-linux = "1qp8ydagd39c1rcj9ryrq0y1hcimw1dgmaaviaqbyqj4x92fhp9f"; + x86_64-darwin = "1b8mdpy6ww89xngsl1q3ym245iyw59alki9cvnplcbg3iqjhgdz4"; + aarch64-darwin = "01fli18s43p74hb7z2fcv8sv72pijp3k1azba6rjjpgfic7f1h0z"; }; }) { } ); From 7658e534c0ada17126249eeb2219239fc4cfa3b1 Mon Sep 17 00:00:00 2001 From: Sergei Volkov Date: Tue, 10 Feb 2026 22:45:24 +0100 Subject: [PATCH 04/64] julia_112: 1.12.4 -> 1.12.5 --- pkgs/development/compilers/julia/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/julia/default.nix b/pkgs/development/compilers/julia/default.nix index 9b6d0854faf0..a510d95299bd 100644 --- a/pkgs/development/compilers/julia/default.nix +++ b/pkgs/development/compilers/julia/default.nix @@ -87,8 +87,8 @@ in julia_112 = wrapJulia ( callPackage (import ./generic.nix { - version = "1.12.4"; - hash = "sha256-bqYMBTleKQErY5NOaGsNqhzBVZR75CmuCyR7PqfnvpM="; + version = "1.12.5"; + hash = "sha256-3jvzaT2TjX4VU5pcOsIXfFRqzQ17e8TjJ+MNanI48eM="; }) { stdenv = gcc14Stdenv; From 9cb385d421ebbc875d5481f878055e44ab2f1806 Mon Sep 17 00:00:00 2001 From: Ming-Chuan Date: Thu, 12 Feb 2026 23:46:44 +0800 Subject: [PATCH 05/64] maintainers: drop nek0 --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/kr/krita-unwrapped/package.nix | 1 - pkgs/by-name/ks/kseexpr/package.nix | 2 +- pkgs/by-name/la/lager/package.nix | 2 +- pkgs/by-name/zu/zug/package.nix | 2 +- 5 files changed, 3 insertions(+), 10 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index f3c6fe29eb87..4c10eca0cf36 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -18666,12 +18666,6 @@ githubId = 166791; name = "Neil Mayhew"; }; - nek0 = { - email = "nek0@nek0.eu"; - github = "nek0"; - githubId = 1859691; - name = "Amedeo Molnár"; - }; nekitdev = { email = "nekit@nekit.dev"; github = "nekitdev"; diff --git a/pkgs/by-name/kr/krita-unwrapped/package.nix b/pkgs/by-name/kr/krita-unwrapped/package.nix index 18eb4de3e7b1..2b4832005846 100644 --- a/pkgs/by-name/kr/krita-unwrapped/package.nix +++ b/pkgs/by-name/kr/krita-unwrapped/package.nix @@ -153,7 +153,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://krita.org/"; maintainers = with lib.maintainers; [ sifmelcara - nek0 ]; mainProgram = "krita"; platforms = lib.platforms.linux; diff --git a/pkgs/by-name/ks/kseexpr/package.nix b/pkgs/by-name/ks/kseexpr/package.nix index 2df3ab19c848..fafad3921687 100644 --- a/pkgs/by-name/ks/kseexpr/package.nix +++ b/pkgs/by-name/ks/kseexpr/package.nix @@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { homepage = "https://invent.kde.org/graphics/kseexpr"; description = "Embeddable expression evaluation engine"; - maintainers = with lib.maintainers; [ nek0 ]; + maintainers = [ ]; license = lib.licenses.lgpl3Plus; }; }) diff --git a/pkgs/by-name/la/lager/package.nix b/pkgs/by-name/la/lager/package.nix index 248c8ee0f4cf..3d5ed2498317 100644 --- a/pkgs/by-name/la/lager/package.nix +++ b/pkgs/by-name/la/lager/package.nix @@ -37,6 +37,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/arximboldi/lager"; description = "C++ library for value-oriented design using the unidirectional data-flow architecture — Redux for C++"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ nek0 ]; + maintainers = [ ]; }; }) diff --git a/pkgs/by-name/zu/zug/package.nix b/pkgs/by-name/zu/zug/package.nix index 97eb691bbb90..2ffc1c446ec5 100644 --- a/pkgs/by-name/zu/zug/package.nix +++ b/pkgs/by-name/zu/zug/package.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { homepage = "https://github.com/arximboldi/zug"; description = "Library for functional interactive c++ programs"; - maintainers = with lib.maintainers; [ nek0 ]; + maintainers = [ ]; license = lib.licenses.boost; }; }) From e73b7789d53167c4ae5d9aa616520cbeb0f02506 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 14 Feb 2026 18:51:28 +0000 Subject: [PATCH 06/64] sonivox: 4.0.0 -> 4.0.1 --- pkgs/by-name/so/sonivox/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/so/sonivox/package.nix b/pkgs/by-name/so/sonivox/package.nix index 304ff3555675..5f49951e1ddd 100644 --- a/pkgs/by-name/so/sonivox/package.nix +++ b/pkgs/by-name/so/sonivox/package.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "sonivox"; - version = "4.0.0"; + version = "4.0.1"; src = fetchFromGitHub { owner = "EmbeddedSynth"; repo = "sonivox"; tag = "v${finalAttrs.version}"; - hash = "sha256-eOC/7R45X93Q9KKnP+/fyPMESOVyTnzpqnLHnDQwLnQ="; + hash = "sha256-6ybGHlgI/1uyFNzSiIC4l7FQ6gVJw35NrdpooygnnQo="; }; nativeBuildInputs = [ cmake ]; From 08217c44c03ae1299e26513bc86f5310ca875a19 Mon Sep 17 00:00:00 2001 From: Linus Karl Date: Thu, 4 Dec 2025 17:00:28 +0100 Subject: [PATCH 07/64] indilib: 2.1.6 -> 2.1.9 --- .../libraries/science/astronomy/indilib/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/science/astronomy/indilib/default.nix b/pkgs/development/libraries/science/astronomy/indilib/default.nix index 703dff569c8a..ac1ec4c381f9 100644 --- a/pkgs/development/libraries/science/astronomy/indilib/default.nix +++ b/pkgs/development/libraries/science/astronomy/indilib/default.nix @@ -23,13 +23,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "indilib"; - version = "2.1.6"; + version = "2.1.9"; src = fetchFromGitHub { owner = "indilib"; repo = "indi"; rev = "v${finalAttrs.version}"; - hash = "sha256-WfVC5CLzwyO40Kpv/SZaYiPGDvWLUydQaA8FvTVhHqg="; + hash = "sha256-L3qZ1VgL4J4TYYdgeSrWuVC2Xy+iBxIU9GBx8cllm1o="; }; nativeBuildInputs = [ @@ -65,7 +65,8 @@ stdenv.mkDerivation (finalAttrs: { checkInputs = [ gtest ]; - doCheck = true; + # tests seem to be broken on darwin + doCheck = !stdenv.hostPlatform.isDarwin; doInstallCheck = true; # Socket address collisions between tests From 3ffa96061240ceb199f12db17ba90574636ed526 Mon Sep 17 00:00:00 2001 From: Linus Karl Date: Thu, 4 Dec 2025 17:00:47 +0100 Subject: [PATCH 08/64] indi-3rdparty: 2.1.6.2 -> 2.1.9 --- .../libraries/science/astronomy/indilib/indi-3rdparty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/science/astronomy/indilib/indi-3rdparty.nix b/pkgs/development/libraries/science/astronomy/indilib/indi-3rdparty.nix index 3a65855628a6..6d6d242b8225 100644 --- a/pkgs/development/libraries/science/astronomy/indilib/indi-3rdparty.nix +++ b/pkgs/development/libraries/science/astronomy/indilib/indi-3rdparty.nix @@ -41,13 +41,13 @@ }: let - thirdparty_version = "2.1.6.2"; + thirdparty_version = "2.1.9"; fxload = libusb1.override { withExamples = true; }; src-3rdparty = fetchFromGitHub { owner = "indilib"; repo = "indi-3rdparty"; rev = "v${thirdparty_version}"; - hash = "sha256-FMvdm7dkOkRlmbPNeQjh0jd+2bOinzW13QPP2NnOr/M="; + hash = "sha256-zHcJDbi+xsI1xDnZTFmUbk4GNGD8WqZUzf3hfSCmvpU="; }; buildIndi3rdParty = From 4ec0338fc623d3ea74f0edd611898764561f3385 Mon Sep 17 00:00:00 2001 From: Linus Karl Date: Sun, 11 Jan 2026 16:49:05 +0100 Subject: [PATCH 09/64] indi-3rdparty: fix build on darwin The autopatchelfhook does not work with Mach-O binaries so remove it on darwin --- .../astronomy/indilib/indi-3rdparty.nix | 162 +++++++++++++++--- 1 file changed, 137 insertions(+), 25 deletions(-) diff --git a/pkgs/development/libraries/science/astronomy/indilib/indi-3rdparty.nix b/pkgs/development/libraries/science/astronomy/indilib/indi-3rdparty.nix index 6d6d242b8225..c6b575f86d81 100644 --- a/pkgs/development/libraries/science/astronomy/indilib/indi-3rdparty.nix +++ b/pkgs/development/libraries/science/astronomy/indilib/indi-3rdparty.nix @@ -127,6 +127,11 @@ let libaltaircam = buildIndi3rdParty { pname = "libaltaircam"; + + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt + ''; + meta = { license = lib.licenses.unfreeRedistributable; platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm; @@ -140,7 +145,7 @@ let indilib libusb1 ]; - nativeBuildInputs = [ autoPatchelfHook ]; + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; cmakeFlags = [ "-DCONF_DIR=etc/" ]; meta = { license = lib.licenses.mpl20; @@ -152,6 +157,7 @@ let pname = "libasi"; postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt substituteInPlace 99-asi.rules \ --replace-fail "/bin/echo" "${lib.getBin coreutils}/bin/echo" \ --replace-fail "/bin/sh" "${lib.getExe bash}" \ @@ -162,32 +168,55 @@ let libusb1 (lib.getLib stdenv.cc.cc) ]; - nativeBuildInputs = [ autoPatchelfHook ]; + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; - platforms = with lib.platforms; x86_64 ++ aarch64 ++ i686 ++ arm; + platforms = [ + "i686-linux" + "x86_64-linux" + "armv6l-linux" + "armv7l-linux" + "aarch64-linux" + "x86_64-darwin" + ]; }; }; libastroasis = buildIndi3rdParty { pname = "libastroasis"; + + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt + ''; + buildInputs = [ (lib.getLib stdenv.cc.cc) ]; - nativeBuildInputs = [ autoPatchelfHook ]; + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; - platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm; + platforms = [ + "i686-linux" + "x86_64-linux" + "armv6l-linux" + "armv7l-linux" + "x86_64-darwin" + ]; }; }; libatik = buildIndi3rdParty { pname = "libatik"; + + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt + ''; + buildInputs = [ (lib.getLib stdenv.cc.cc) libusb1 systemd libdc1394 ]; - nativeBuildInputs = [ autoPatchelfHook ]; + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; platforms = with lib.platforms; x86_64 ++ aarch64 ++ i686 ++ arm; @@ -196,7 +225,12 @@ let libbressercam = buildIndi3rdParty { pname = "libbressercam"; - nativeBuildInputs = [ autoPatchelfHook ]; + + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt + ''; + + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm; @@ -242,13 +276,24 @@ let nativeBuildInputs = [ autoPatchelfHook ]; meta = { license = lib.licenses.unfreeRedistributable; - platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm ++ i686; + platforms = [ + "i686-linux" + "x86_64-linux" + "armv6l-linux" + "armv7l-linux" + "aarch64-linux" + ]; }; }; libmallincam = buildIndi3rdParty { pname = "libmallincam"; - nativeBuildInputs = [ autoPatchelfHook ]; + + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt + ''; + + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm; @@ -257,6 +302,11 @@ let libmeadecam = buildIndi3rdParty { pname = "libmeadecam"; + + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt + ''; + buildInputs = [ libusb1 ]; meta = { license = lib.licenses.lgpl21Only; @@ -266,8 +316,13 @@ let libmicam = buildIndi3rdParty { pname = "libmicam"; + + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt + ''; + buildInputs = [ libusb1 ]; - nativeBuildInputs = [ autoPatchelfHook ]; + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm ++ i686; @@ -276,7 +331,12 @@ let libnncam = buildIndi3rdParty { pname = "libnncam"; - nativeBuildInputs = [ autoPatchelfHook ]; + + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt + ''; + + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm; @@ -285,7 +345,12 @@ let libogmacam = buildIndi3rdParty { pname = "libogmacam"; - nativeBuildInputs = [ autoPatchelfHook ]; + + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt + ''; + + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm; @@ -294,7 +359,12 @@ let libomegonprocam = buildIndi3rdParty { pname = "libomegonprocam"; - nativeBuildInputs = [ autoPatchelfHook ]; + + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt + ''; + + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm; @@ -330,7 +400,9 @@ let libplayerone = buildIndi3rdParty { pname = "libplayerone"; + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt substituteInPlace 99-player_one_astronomy.rules \ --replace-fail "/bin/echo" "${lib.getBin coreutils}/bin/echo" \ --replace-fail "/bin/sh" "${lib.getExe bash}" @@ -341,7 +413,7 @@ let libusb1 systemd ]; - nativeBuildInputs = [ autoPatchelfHook ]; + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm; @@ -352,6 +424,7 @@ let pname = "libqhy"; postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt substituteInPlace CMakeLists.txt \ --replace-fail "/lib/firmware" "lib/firmware" @@ -369,11 +442,17 @@ let (lib.getLib stdenv.cc.cc) libusb1 ]; - nativeBuildInputs = [ autoPatchelfHook ]; + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; - platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm; + platforms = [ + "x86_64-linux" + "armv6l-linux" + "armv7l-linux" + "aarch64-linux" + "x86_64-darwin" + ]; }; }; @@ -383,7 +462,7 @@ let libftdi1 indilib ]; - nativeBuildInputs = [ autoPatchelfHook ]; + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; platforms = lib.platforms.linux; @@ -396,7 +475,7 @@ let (lib.getLib stdenv.cc.cc) libusb1 ]; - nativeBuildInputs = [ autoPatchelfHook ]; + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; platforms = with lib.platforms; x86_64 ++ i686 ++ arm; @@ -407,6 +486,7 @@ let pname = "libsbig"; postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt substituteInPlace CMakeLists.txt --replace-fail "/lib/firmware" "lib/firmware" substituteInPlace 51-sbig-debian.rules \ --replace-fail "/sbin/fxload" "${fxload}/sbin/fxload" \ @@ -416,7 +496,7 @@ let ''; buildInputs = [ libusb1 ]; - nativeBuildInputs = [ autoPatchelfHook ]; + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; @@ -426,7 +506,12 @@ let libstarshootg = buildIndi3rdParty { pname = "libstarshootg"; - nativeBuildInputs = [ autoPatchelfHook ]; + + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt + ''; + + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm; @@ -435,20 +520,37 @@ let libsvbony = buildIndi3rdParty { pname = "libsvbony"; + + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt + ''; + buildInputs = [ (lib.getLib stdenv.cc.cc) libusb1 ]; - nativeBuildInputs = [ autoPatchelfHook ]; + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; - platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm ++ i686; + platforms = [ + "i686-linux" + "x86_64-linux" + "armv6l-linux" + "armv7l-linux" + "aarch64-linux" + "x86_64-darwin" + ]; }; }; libsvbonycam = buildIndi3rdParty { pname = "libsvbonycam"; - nativeBuildInputs = [ autoPatchelfHook ]; + + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt + ''; + + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm; @@ -457,7 +559,12 @@ let libtoupcam = buildIndi3rdParty { pname = "libtoupcam"; - nativeBuildInputs = [ autoPatchelfHook ]; + + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt + ''; + + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm; @@ -466,7 +573,12 @@ let libtscam = buildIndi3rdParty { pname = "libtscam"; - nativeBuildInputs = [ autoPatchelfHook ]; + + postPatch = '' + sed -i '/FIX_MACOS_LIBRARIES/d' CMakeLists.txt + ''; + + nativeBuildInputs = lib.optional (!stdenv.hostPlatform.isDarwin) autoPatchelfHook; meta = { license = lib.licenses.unfreeRedistributable; platforms = with lib.platforms; x86_64 ++ aarch64 ++ arm; From f36a79d39bb45102dc2f8179f046d6004fa9e0e0 Mon Sep 17 00:00:00 2001 From: Jared Baur Date: Sun, 15 Feb 2026 12:49:24 -0800 Subject: [PATCH 10/64] switch-to-configuration-ng: handle mount/automount changes more robustly Mount options changing for the same mountpoint means we perform a unit reload as opposed to a unit restart. If a mount unit is not active (for example, with a mount unit that is failing), then we need to start the unit instead. Since we do some of the work that the fstab generator already does, we parse /etc/fstab and derive mount unit names that we should start ourselves. We cannot expect those units to be present in /etc/systemd/system, however, which we currently do in order to determine whether we should _not_ start the inactive unit. --- nixos/tests/switch-test.nix | 17 ++++++ .../src/src/main.rs | 60 ++++++++++--------- 2 files changed, 48 insertions(+), 29 deletions(-) diff --git a/nixos/tests/switch-test.nix b/nixos/tests/switch-test.nix index 07e80cb86abd..595f069202e3 100644 --- a/nixos/tests/switch-test.nix +++ b/nixos/tests/switch-test.nix @@ -841,6 +841,14 @@ in assert_lacks(out, "\nrestarting the following units:") assert_lacks(out, "\nstarting the following units:") assert_contains(out, "the following new units were started: test.mount\n") + # we can start inactive mounts + machine.succeed("systemctl stop test.mount") + out = switch_to_specialisation("${machine}", "addedMount") + assert_lacks(out, "stopping the following units:") + assert_lacks(out, "NOT restarting the following changed units:") + assert_lacks(out, "\nrestarting the following units:") + assert_lacks(out, "\nstarting the following units:") + assert_contains(out, "the following new units were started: local-fs.target, test.mount\n") # modify the mountpoint's options out = switch_to_specialisation("${machine}", "addedMountOptsModified") assert_lacks(out, "stopping the following units:") @@ -1444,6 +1452,15 @@ in switch_to_specialisation("${machine}", "mount") out = machine.succeed("mount | grep 'on /testmount'") assert_contains(out, "size=1024k") + # We can start inactive mounts + machine.succeed("systemctl stop testmount.mount") + out = switch_to_specialisation("${machine}", "mount") + assert_lacks(out, "stopping the following units:") + assert_lacks(out, "NOT restarting the following changed units:") + assert_lacks(out, "reloading the following units") + assert_lacks(out, "restarting the following units:") + assert_lacks(out, "starting the following units:") + assert_contains(out, "the following new units were started: testmount.mount\n") # Changing options reloads the unit out = switch_to_specialisation("${machine}", "mountOptionsModified") assert_lacks(out, "stopping the following units:") diff --git a/pkgs/by-name/sw/switch-to-configuration-ng/src/src/main.rs b/pkgs/by-name/sw/switch-to-configuration-ng/src/src/main.rs index ae524ca9a1b3..ff7b8874a4c2 100644 --- a/pkgs/by-name/sw/switch-to-configuration-ng/src/src/main.rs +++ b/pkgs/by-name/sw/switch-to-configuration-ng/src/src/main.rs @@ -825,16 +825,6 @@ fn parse_fstab(fstab: impl BufRead) -> (HashMap, HashMap String { - format!( - "{}.{}", - libsystemd::unit::escape_path(path), - if is_automount { "automount" } else { "mount" }, - ) -} - // Returns a HashMap containing the same contents as the passed in `units`, minus the units in // `units_to_filter`. fn filter_units( @@ -1320,8 +1310,9 @@ won't take effect until you reboot the system. // Compare the previous and new fstab to figure out which filesystems need a remount or need to // be unmounted. New filesystems are mounted automatically by starting local-fs.target. - // FIXME: might be nicer if we generated units for all mounts; then we could unify this with - // the unit checking code above. + // + // TODO: We should probably not reimplement some of the logic of systemd-fstab-generator, and + // instead only consume and act upon the mount/automount units created from that generator. let (current_filesystems, current_swaps) = std::fs::read_to_string("/etc/fstab") .map(|fstab| parse_fstab(std::io::Cursor::new(fstab))) .unwrap_or_default(); @@ -1330,10 +1321,10 @@ won't take effect until you reboot the system. .unwrap_or_default(); for (mountpoint, current_filesystem) in current_filesystems { - let is_automount = current_filesystem.options.contains("x-systemd.automount"); + let current_is_automount = current_filesystem.options.contains("x-systemd.automount"); + let mount_unit = format!("{}.mount", libsystemd::unit::escape_path(&mountpoint)); + let automount_unit = format!("{}.automount", libsystemd::unit::escape_path(&mountpoint)); - // Use current version of systemctl binary before daemon is reexeced. - let unit = path_to_unit_name(&mountpoint, is_automount); if let Some(new_filesystem) = new_filesystems.get(&mountpoint) { if current_filesystem.fs_type != new_filesystem.fs_type || current_filesystem.device != new_filesystem.device @@ -1341,25 +1332,30 @@ won't take effect until you reboot the system. if matches!(mountpoint.as_str(), "/" | "/nix") { if current_filesystem.options != new_filesystem.options { // Mount options changes, so remount it. - units_to_reload.insert(unit.to_string(), ()); - record_unit(RELOAD_LIST_FILE, &unit) + units_to_reload.insert(mount_unit.to_string(), ()); + record_unit(RELOAD_LIST_FILE, &mount_unit) } else { // Don't unmount / or /nix if the device changed - units_to_skip.insert(unit, ()); + units_to_skip.insert(mount_unit, ()); } } else { // Filesystem type or device changed, so unmount and mount it. - units_to_restart.insert(unit.to_string(), ()); - record_unit(RESTART_LIST_FILE, &unit); + units_to_restart.insert(mount_unit.to_string(), ()); + record_unit(RESTART_LIST_FILE, &mount_unit); } } else if current_filesystem.options != new_filesystem.options { // Mount options changes, so remount it. - units_to_reload.insert(unit.to_string(), ()); - record_unit(RELOAD_LIST_FILE, &unit) + units_to_reload.insert(mount_unit.clone(), ()); + record_unit(RELOAD_LIST_FILE, &mount_unit) } } else { - // Filesystem entry disappeared, so unmount it. - units_to_stop.insert(unit, ()); + // Filesystem entry disappeared, so unmount it. Stopping the automount unit also stops + // the mount unit. + if current_is_automount { + units_to_stop.insert(automount_unit, ()); + } else { + units_to_stop.insert(mount_unit, ()); + } } } @@ -1806,17 +1802,23 @@ won't take effect until you reboot the system. if !units_to_reload.is_empty() { for (unit, _) in units_to_reload.clone() { if !unit_is_active(&dbus_conn, &unit)? { - // Figure out if we need to start the unit - let unit_info = parse_unit( + // Figure out if we need to start the unit. We skip units that are not found in the + // NixOS-managed /etc/systemd/system directory (e.g. mount units that are generated + // from /etc/fstab). + if parse_unit( toplevel.join("etc/systemd/system").join(&unit).as_path(), toplevel.join("etc/systemd/system").join(&unit).as_path(), - )?; - if !parse_systemd_bool(Some(&unit_info), "Unit", "RefuseManualStart", false) - || parse_systemd_bool(Some(&unit_info), "Unit", "X-OnlyManualStart", false) + ) + .map(|unit_info| { + !parse_systemd_bool(Some(&unit_info), "Unit", "RefuseManualStart", false) + || parse_systemd_bool(Some(&unit_info), "Unit", "X-OnlyManualStart", false) + }) + .unwrap_or_default() { units_to_start.insert(unit.clone(), ()); record_unit(START_LIST_FILE, &unit); } + // Don't reload the unit, reloading would fail units_to_reload.remove(&unit); unrecord_unit(RELOAD_LIST_FILE, &unit); From cc2e1820a7c20e79685c0ac9f8b38750dc4b3b73 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 16 Feb 2026 03:43:32 +0000 Subject: [PATCH 11/64] equicord: 2026-01-19 -> 2026-02-16 --- pkgs/by-name/eq/equicord/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/eq/equicord/package.nix b/pkgs/by-name/eq/equicord/package.nix index 60947666ec93..b76075a42f1b 100644 --- a/pkgs/by-name/eq/equicord/package.nix +++ b/pkgs/by-name/eq/equicord/package.nix @@ -20,20 +20,20 @@ stdenv.mkDerivation (finalAttrs: { # the Equicord repository. Dates as tags (and automatic releases) were the compromise # we came to with upstream. Please do not change the version schema (e.g., to semver) # unless upstream changes the tag schema from dates. - version = "2026-01-19"; + version = "2026-02-16"; src = fetchFromGitHub { owner = "Equicord"; repo = "Equicord"; tag = finalAttrs.version; - hash = "sha256-pEFU1E+BqAAAz2ywPrS1MejhZ/g47iG/4BBey+2F7Hw="; + hash = "sha256-YSTLO2DtUWNfTpUMjtFjVOAt8jOnAxZnfZFFFXe7Fkg="; }; pnpmDeps = fetchPnpmDeps { inherit (finalAttrs) pname version src; pnpm = pnpm_10; fetcherVersion = 1; - hash = "sha256-iBCA4G1E1Yw/d94pQzcbBGJYeIIgZI+Gw87/x4ogoyg="; + hash = "sha256-um8CmR4H+sck6sOpIpnISPhYn/rvXNfSn6i/EgQFvk0="; }; nativeBuildInputs = [ From cafe187c3a6d21742e19c0ff8150eed0acaa7bf9 Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Wed, 18 Feb 2026 16:30:33 -0700 Subject: [PATCH 12/64] lxqt.lxqt-config: 2.3.0 -> 2.3.1 https://github.com/lxqt/lxqt-config/releases/tag/2.3.1 Diff: https://github.com/lxqt/lxqt-config/compare/2.3.0...2.3.1 --- pkgs/desktops/lxqt/lxqt-config/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/desktops/lxqt/lxqt-config/default.nix b/pkgs/desktops/lxqt/lxqt-config/default.nix index f78d5f043c90..7ef745b30049 100644 --- a/pkgs/desktops/lxqt/lxqt-config/default.nix +++ b/pkgs/desktops/lxqt/lxqt-config/default.nix @@ -26,15 +26,15 @@ gitUpdater, }: -stdenv.mkDerivation rec { +stdenv.mkDerivation (finalAttrs: { pname = "lxqt-config"; - version = "2.3.0"; + version = "2.3.1"; src = fetchFromGitHub { owner = "lxqt"; repo = "lxqt-config"; - rev = version; - hash = "sha256-2CAQeX2X0DPmgOaAEJoCLtgjFT+Z6epc/dUCbaEIlB0="; + tag = finalAttrs.version; + hash = "sha256-2fviPhSBwUU9jg3217PLbREh8MkArd2Uc4bhFXo2J7U="; }; nativeBuildInputs = [ @@ -86,4 +86,4 @@ stdenv.mkDerivation rec { teams = [ lib.teams.lxqt ]; }; -} +}) From 48dd079e1bc70c6c4f41ed595e470703c024fceb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 19 Feb 2026 10:50:03 +0000 Subject: [PATCH 13/64] python3Packages.pyrainbird: 6.0.2 -> 6.0.5 --- pkgs/development/python-modules/pyrainbird/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyrainbird/default.nix b/pkgs/development/python-modules/pyrainbird/default.nix index 1b5f501193d7..6deea62a1b01 100644 --- a/pkgs/development/python-modules/pyrainbird/default.nix +++ b/pkgs/development/python-modules/pyrainbird/default.nix @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "pyrainbird"; - version = "6.0.2"; + version = "6.0.5"; pyproject = true; src = fetchFromGitHub { owner = "allenporter"; repo = "pyrainbird"; tag = version; - hash = "sha256-CcoZZ60PItqy0bCc36WfyNF9Fc28aHwQ6hhnY41lBNg="; + hash = "sha256-8zEbj6n16ZBLPLMNFQxOXObz4GisKQMEh03sdSNtDHs="; }; build-system = [ setuptools ]; From 98a863fc9b8323080bf12b37f41d2dbe4b79561a Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Thu, 19 Feb 2026 17:48:51 +0100 Subject: [PATCH 14/64] linuxHeaders: move ARCH into env for structuredAttrs --- pkgs/os-specific/linux/kernel-headers/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/kernel-headers/default.nix b/pkgs/os-specific/linux/kernel-headers/default.nix index 9c228e1f4f1e..cba9997b325e 100644 --- a/pkgs/os-specific/linux/kernel-headers/default.nix +++ b/pkgs/os-specific/linux/kernel-headers/default.nix @@ -49,7 +49,7 @@ let pname = "linux-headers"; inherit version; - ARCH = stdenvNoCC.hostPlatform.linuxArch; + env.ARCH = stdenvNoCC.hostPlatform.linuxArch; strictDeps = true; enableParallelBuilding = true; From f9c3292aadc8ed75c55e7446afb72a971d962ea4 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Thu, 19 Feb 2026 18:15:04 +0100 Subject: [PATCH 15/64] lv: move NIX_CFLAGS_COMPILE into env for structuredAttrs --- pkgs/by-name/lv/lv/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/lv/lv/package.nix b/pkgs/by-name/lv/lv/package.nix index a60851fa7ba9..b0684b25532b 100644 --- a/pkgs/by-name/lv/lv/package.nix +++ b/pkgs/by-name/lv/lv/package.nix @@ -25,7 +25,7 @@ stdenv.mkDerivation { # Upstream needs quite a bit of porting to c23: # https://github.com/ttdoda/lv/issues/3 - NIX_CFLAGS_COMPILE = "-std=gnu17"; + env.NIX_CFLAGS_COMPILE = "-std=gnu17"; preAutoreconf = "cd src"; postAutoreconf = "cd .."; From a41e7056a3125b62d3cde89dc801d2598019b3da Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 19 Feb 2026 18:47:32 +0000 Subject: [PATCH 16/64] etcd_3_5: 3.5.26 -> 3.5.27 --- pkgs/by-name/et/etcd_3_5/package.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/et/etcd_3_5/package.nix b/pkgs/by-name/et/etcd_3_5/package.nix index 948684fb9d5e..19da109b3ddf 100644 --- a/pkgs/by-name/et/etcd_3_5/package.nix +++ b/pkgs/by-name/et/etcd_3_5/package.nix @@ -8,11 +8,11 @@ }: let - version = "3.5.26"; - etcdSrcHash = "sha256-bEWswJM7r6Kxy9im/TkXkEQN5tEIvQK6Azd7LbIVwYA="; - etcdServerVendorHash = "sha256-pwVAy8wQXBGE0MqE3v7OLukwcKIQhEW3BjwPdSMtAYM="; - etcdUtlVendorHash = "sha256-dIxu7MUG5Yk3+DkCgfsGEmpyEklqvyz7wpWylHTDIkQ="; - etcdCtlVendorHash = "sha256-NJ1jc/0J5+GUxu1r1g9t6pnlHjx3CnmBe5NR+qWK7Dc="; + version = "3.5.27"; + etcdSrcHash = "sha256-ne0uKpS7KQL/Efi5sMdnD8PQl5phDivBEM1PrsSxVf4="; + etcdServerVendorHash = "sha256-6vu0ttbes5uN+m/tW/zuPZgyc1z+VcNpoJauykxBUUY="; + etcdUtlVendorHash = "sha256-Z8Rc19p5Sigg71/r9yURE6LNHqHjah3b/ZfxI0nH4qc="; + etcdCtlVendorHash = "sha256-uAo50jN69YKuW3NCRtc9HE8AnqKWtZQ+sJvwgw1BJj0="; src = fetchFromGitHub { owner = "etcd-io"; From 34a81df019bc3bf5221337111046eacf661b461b Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Thu, 19 Feb 2026 19:29:41 +0000 Subject: [PATCH 17/64] tests.hardeningFlags: only inspect .text section in instructionPresenceTest other sections may include code that doesn't originate from the compiler under test or may not obey flags in the same way. this should fix our pacret-detecting tests. --- pkgs/test/cc-wrapper/hardening.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/test/cc-wrapper/hardening.nix b/pkgs/test/cc-wrapper/hardening.nix index fae8d72c2989..fe00383b5af6 100644 --- a/pkgs/test/cc-wrapper/hardening.nix +++ b/pkgs/test/cc-wrapper/hardening.nix @@ -272,6 +272,7 @@ let '' touch $out if $OBJDUMP -d \ + -j .text \ --no-addresses \ --no-show-raw-insn \ "$(PATH=$HOST_PATH type -P test-bin)" \ From a957ab1df2d01c77b8a4f493bb151563195a5b64 Mon Sep 17 00:00:00 2001 From: Piotr Kwiecinski <2151333+piotrkwiecinski@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:11:53 +0100 Subject: [PATCH 18/64] gitkraken: move icon to spec-compliant location --- pkgs/by-name/gi/gitkraken/package.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/by-name/gi/gitkraken/package.nix b/pkgs/by-name/gi/gitkraken/package.nix index 4f39281009ae..e34c844ba02a 100644 --- a/pkgs/by-name/gi/gitkraken/package.nix +++ b/pkgs/by-name/gi/gitkraken/package.nix @@ -185,8 +185,7 @@ let mkdir -p $out/share/${pname}/ cp -R $src/* $out/share/${pname} - mkdir -p $out/share/pixmaps - cp gitkraken.png $out/share/pixmaps/ + install -Dm444 gitkraken.png $out/share/icons/hicolor/512x512/apps/gitkraken.png runHook postInstall ''; From 93ff2420cf843caf57e8799917f9d851539747bf Mon Sep 17 00:00:00 2001 From: kyehn Date: Thu, 19 Feb 2026 22:34:21 +0000 Subject: [PATCH 19/64] flutter341: 3.41.1 -> 3.41.2 --- .../compilers/flutter/versions/3_41/data.json | 74 +++++++++---------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/pkgs/development/compilers/flutter/versions/3_41/data.json b/pkgs/development/compilers/flutter/versions/3_41/data.json index 71483d1b2218..28a3fb27b223 100644 --- a/pkgs/development/compilers/flutter/versions/3_41/data.json +++ b/pkgs/development/compilers/flutter/versions/3_41/data.json @@ -1,17 +1,17 @@ { - "version": "3.41.1", - "engineVersion": "3452d735bd38224ef2db85ca763d862d6326b17f", + "version": "3.41.2", + "engineVersion": "6c0baaebf70e0148f485f27d5616b3d3382da7bf", "engineSwiftShaderHash": "sha256-qbtCl2nTpmtp9dnaoXc7rF3RqLnAZEmzw1BzPoCRWrc=", "engineSwiftShaderRev": "794b0cfce1d828d187637e6d932bae484fbe0976", "channel": "stable", "engineHashes": { "aarch64-linux": { - "aarch64-linux": "sha256-XZvyhT3X4MBehSxWdceVFCNH9teXuGYjTaquuoiVp0w=", - "x86_64-linux": "sha256-XZvyhT3X4MBehSxWdceVFCNH9teXuGYjTaquuoiVp0w=" + "aarch64-linux": "sha256-/qFsER5fdrFcOYR7UPih98CRx52TzaZay0GqcwbwSmU=", + "x86_64-linux": "sha256-/qFsER5fdrFcOYR7UPih98CRx52TzaZay0GqcwbwSmU=" }, "x86_64-linux": { - "aarch64-linux": "sha256-u2JDoBxDdOIj7no+9Ym+JLwAQZxTKXmOjrRtaDlktuc=", - "x86_64-linux": "sha256-u2JDoBxDdOIj7no+9Ym+JLwAQZxTKXmOjrRtaDlktuc=" + "aarch64-linux": "sha256-mbpazHaIvHtKYIM0Si3NjceEuHadBcP1qtfW5eR2XLw=", + "x86_64-linux": "sha256-mbpazHaIvHtKYIM0Si3NjceEuHadBcP1qtfW5eR2XLw=" } }, "dartVersion": "3.11.0", @@ -21,53 +21,53 @@ "x86_64-darwin": "sha256-Wlwpx6g4EmkzKAEyaxHMrc8M/nMB7QGj8G6BdmvLjXQ=", "aarch64-darwin": "sha256-IjJFpC6rG4EeUC4VYluGcHX/4BLenrU3Skzd4u4IdTQ=" }, - "flutterHash": "sha256-qn0r6/JHPN+bFrsxkZ6NvVo3yLFgYnt70LwzsKXNRSk=", + "flutterHash": "sha256-2Pcg6+bMSuCpb9ZKVA+JgqRLK9Xb6O9hVXHpgcgOt8E=", "artifactHashes": { "android": { - "aarch64-darwin": "sha256-9bjCiMYvcwMMWU8lJdJB+f2P0WxZzzjfs/pUD4qr74g=", - "aarch64-linux": "sha256-u8O8uDaGrmAPexC+TIq0/dlnt3+B5+RQNiyk2GnVWLM=", - "x86_64-darwin": "sha256-9bjCiMYvcwMMWU8lJdJB+f2P0WxZzzjfs/pUD4qr74g=", - "x86_64-linux": "sha256-u8O8uDaGrmAPexC+TIq0/dlnt3+B5+RQNiyk2GnVWLM=" + "aarch64-darwin": "sha256-MVik5WrekVdyuLdh7b6jEsCXnPwr8jP6nWo14iutKvQ=", + "aarch64-linux": "sha256-yzjxb2tn6UwrN8G1kNFp8dsMNdjYYyxh9pZI/l09MR4=", + "x86_64-darwin": "sha256-MVik5WrekVdyuLdh7b6jEsCXnPwr8jP6nWo14iutKvQ=", + "x86_64-linux": "sha256-yzjxb2tn6UwrN8G1kNFp8dsMNdjYYyxh9pZI/l09MR4=" }, "fuchsia": { - "aarch64-darwin": "sha256-hFiXjW34BhtPsw5jC22SqDsfMQzuZVidci6a6b63L4o=", - "aarch64-linux": "sha256-hFiXjW34BhtPsw5jC22SqDsfMQzuZVidci6a6b63L4o=", - "x86_64-darwin": "sha256-hFiXjW34BhtPsw5jC22SqDsfMQzuZVidci6a6b63L4o=", - "x86_64-linux": "sha256-hFiXjW34BhtPsw5jC22SqDsfMQzuZVidci6a6b63L4o=" + "aarch64-darwin": "sha256-CVkWu42Zo+PlWW3/VCfHSFqhT9/465NdvDiTGIqVFOU=", + "aarch64-linux": "sha256-CVkWu42Zo+PlWW3/VCfHSFqhT9/465NdvDiTGIqVFOU=", + "x86_64-darwin": "sha256-CVkWu42Zo+PlWW3/VCfHSFqhT9/465NdvDiTGIqVFOU=", + "x86_64-linux": "sha256-CVkWu42Zo+PlWW3/VCfHSFqhT9/465NdvDiTGIqVFOU=" }, "ios": { - "aarch64-darwin": "sha256-lPCidjKmqgotphFvjWUL2t3o6NBIFos1lfh958pCATQ=", - "aarch64-linux": "sha256-lPCidjKmqgotphFvjWUL2t3o6NBIFos1lfh958pCATQ=", - "x86_64-darwin": "sha256-lPCidjKmqgotphFvjWUL2t3o6NBIFos1lfh958pCATQ=", - "x86_64-linux": "sha256-lPCidjKmqgotphFvjWUL2t3o6NBIFos1lfh958pCATQ=" + "aarch64-darwin": "sha256-sv3NhB+8YMStlTuCgXjVw2PU2AvsKQE3nHcvn3V7/zI=", + "aarch64-linux": "sha256-sv3NhB+8YMStlTuCgXjVw2PU2AvsKQE3nHcvn3V7/zI=", + "x86_64-darwin": "sha256-sv3NhB+8YMStlTuCgXjVw2PU2AvsKQE3nHcvn3V7/zI=", + "x86_64-linux": "sha256-sv3NhB+8YMStlTuCgXjVw2PU2AvsKQE3nHcvn3V7/zI=" }, "linux": { - "aarch64-darwin": "sha256-RwXbextfT+342Zg19z0k1EykHo6flPYPHuHE5czDs+4=", - "aarch64-linux": "sha256-RwXbextfT+342Zg19z0k1EykHo6flPYPHuHE5czDs+4=", - "x86_64-darwin": "sha256-J9cGfpF5LIjY17lVJlmlcyucLCpT49jt5P8jAWyeoiU=", - "x86_64-linux": "sha256-J9cGfpF5LIjY17lVJlmlcyucLCpT49jt5P8jAWyeoiU=" + "aarch64-darwin": "sha256-bgNcc68wrVRxiwywWCQ0NkXrIQcm2xVqp8mZ6IBlTqM=", + "aarch64-linux": "sha256-bgNcc68wrVRxiwywWCQ0NkXrIQcm2xVqp8mZ6IBlTqM=", + "x86_64-darwin": "sha256-ZSyIouKMNNajEPFBN+VB5q6//QzsQz/J5Zj6Q8ms46M=", + "x86_64-linux": "sha256-ZSyIouKMNNajEPFBN+VB5q6//QzsQz/J5Zj6Q8ms46M=" }, "macos": { - "aarch64-darwin": "sha256-xHoNZrOn5yu734jDEE0RN+cNO/DCuiNqwlEG1br82fY=", - "aarch64-linux": "sha256-xHoNZrOn5yu734jDEE0RN+cNO/DCuiNqwlEG1br82fY=", - "x86_64-darwin": "sha256-xHoNZrOn5yu734jDEE0RN+cNO/DCuiNqwlEG1br82fY=", - "x86_64-linux": "sha256-xHoNZrOn5yu734jDEE0RN+cNO/DCuiNqwlEG1br82fY=" + "aarch64-darwin": "sha256-erI+Iiy+jm6NY4GeasD9hyHqpYs7v7y1QFEdtO58x4g=", + "aarch64-linux": "sha256-erI+Iiy+jm6NY4GeasD9hyHqpYs7v7y1QFEdtO58x4g=", + "x86_64-darwin": "sha256-erI+Iiy+jm6NY4GeasD9hyHqpYs7v7y1QFEdtO58x4g=", + "x86_64-linux": "sha256-erI+Iiy+jm6NY4GeasD9hyHqpYs7v7y1QFEdtO58x4g=" }, "universal": { - "aarch64-darwin": "sha256-OKUry7x+5lrGzElLnmltaIaLyq5tHtNR40z33FgL+Z0=", - "aarch64-linux": "sha256-ZqmkJ5KGnKU4FGAOBGTF7vU7XZ7UmgCML0Pdg0bXNn4=", - "x86_64-darwin": "sha256-orb4XUtX9Uq3Uq1xwoZAzrd+GgkOKGiOek3NEEDVQR4=", - "x86_64-linux": "sha256-uN/wDyFnMLxqEfFR2PWesRGnigbsnqzs+mPDxEMZ+1g=" + "aarch64-darwin": "sha256-gGt+tk7eDRuZ4f9RX8A+FGgezsYOwpaO0FJ+2KE3gbk=", + "aarch64-linux": "sha256-niLDdkedhlORVMr3HgWJik4XOd5BHph0sX+jfqgN+JM=", + "x86_64-darwin": "sha256-7Gpvr0dKqkjXEtsNGCKqN+lxx1deeNDhCOxr0xi7N4s=", + "x86_64-linux": "sha256-SG9fBf0urA5Na6Ff9NXoE8eRatMQHzoxoEoe9oyCe/E=" }, "web": { - "aarch64-darwin": "sha256-sQNM2Hx+NEMKtbCv2tX9kh45TB/NH9yaRm4eZqDfJQE=", - "aarch64-linux": "sha256-sQNM2Hx+NEMKtbCv2tX9kh45TB/NH9yaRm4eZqDfJQE=", - "x86_64-darwin": "sha256-sQNM2Hx+NEMKtbCv2tX9kh45TB/NH9yaRm4eZqDfJQE=", - "x86_64-linux": "sha256-sQNM2Hx+NEMKtbCv2tX9kh45TB/NH9yaRm4eZqDfJQE=" + "aarch64-darwin": "sha256-HovW39xCgObtExLUqn5xN2t4Wz0UQYArlqF4ZAGjv6A=", + "aarch64-linux": "sha256-HovW39xCgObtExLUqn5xN2t4Wz0UQYArlqF4ZAGjv6A=", + "x86_64-darwin": "sha256-HovW39xCgObtExLUqn5xN2t4Wz0UQYArlqF4ZAGjv6A=", + "x86_64-linux": "sha256-HovW39xCgObtExLUqn5xN2t4Wz0UQYArlqF4ZAGjv6A=" }, "windows": { - "x86_64-darwin": "sha256-YZ7HehFv90UHmv0hfcyv0YsQxsNRRzOitPdf5BqaJJM=", - "x86_64-linux": "sha256-YZ7HehFv90UHmv0hfcyv0YsQxsNRRzOitPdf5BqaJJM=" + "x86_64-darwin": "sha256-8DmZF1AFsJ9V4X8IGXVPxKbAtBJWbKybZsvu7MdtHpU=", + "x86_64-linux": "sha256-8DmZF1AFsJ9V4X8IGXVPxKbAtBJWbKybZsvu7MdtHpU=" } }, "pubspecLock": { From 630ef37f6f355b878558df451cd54bfb03f1cbfb Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Thu, 19 Feb 2026 23:56:03 +0100 Subject: [PATCH 20/64] maintainers: drop atila --- maintainers/maintainer-list.nix | 6 ------ pkgs/applications/office/mendeley/default.nix | 2 +- .../applications/video/obs-studio/plugins/obs-vkcapture.nix | 1 - pkgs/by-name/bo/borg-sans-mono/package.nix | 2 +- pkgs/by-name/bt/btdu/package.nix | 1 - pkgs/by-name/di/distrobox/package.nix | 2 +- pkgs/by-name/dr/droidmote/package.nix | 2 +- pkgs/by-name/ha/halide/package.nix | 1 - pkgs/by-name/ir/irpf/package.nix | 1 - pkgs/by-name/ko/kompute/package.nix | 2 +- pkgs/by-name/mp/mpvpaper/package.nix | 2 +- pkgs/by-name/ob/obsidian/package.nix | 1 - pkgs/by-name/oi/oil-buku/package.nix | 2 +- pkgs/by-name/su/subnetcalc/package.nix | 2 +- pkgs/by-name/sw/swaytools/package.nix | 2 +- pkgs/by-name/sw/swayws/package.nix | 2 +- pkgs/by-name/zo/zotero-beta/package.nix | 1 - pkgs/by-name/zo/zotero/package.nix | 1 - pkgs/development/python-modules/archspec/default.nix | 2 +- pkgs/development/python-modules/codepy/default.nix | 2 +- pkgs/development/python-modules/contexttimer/default.nix | 2 +- pkgs/development/python-modules/deepwave/default.nix | 2 +- pkgs/development/python-modules/devito/default.nix | 2 +- pkgs/development/python-modules/hpccm/default.nix | 2 +- pkgs/development/python-modules/pyrevolve/default.nix | 2 +- pkgs/development/python-modules/segyio/default.nix | 2 +- pkgs/development/python-modules/tiler/default.nix | 2 +- pkgs/os-specific/linux/rtw88/default.nix | 1 - 28 files changed, 19 insertions(+), 33 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 1e0b32d63f94..459a65c6d5f0 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -2548,12 +2548,6 @@ githubId = 6553158; name = "Joel Höner"; }; - atila = { - name = "Átila Saraiva"; - email = "atilasaraiva@gmail.com"; - github = "AtilaSaraiva"; - githubId = 29521461; - }; atkinschang = { email = "atkinschang+nixpkgs@gmail.com"; github = "AtkinsChang"; diff --git a/pkgs/applications/office/mendeley/default.nix b/pkgs/applications/office/mendeley/default.nix index 2189e70503be..2269432bf744 100644 --- a/pkgs/applications/office/mendeley/default.nix +++ b/pkgs/applications/office/mendeley/default.nix @@ -40,7 +40,7 @@ appimageTools.wrapType2 { sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.unfree; platforms = [ "x86_64-linux" ]; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; mainProgram = "mendeley-reference-manager"; }; diff --git a/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix b/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix index b4546c885f8e..182e12044b5f 100644 --- a/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix +++ b/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix @@ -85,7 +85,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/nowrep/obs-vkcapture"; changelog = "https://github.com/nowrep/obs-vkcapture/releases/tag/v${finalAttrs.version}"; maintainers = with lib.maintainers; [ - atila pedrohlc ]; license = lib.licenses.gpl2Only; diff --git a/pkgs/by-name/bo/borg-sans-mono/package.nix b/pkgs/by-name/bo/borg-sans-mono/package.nix index c27f41e0d335..151282cd02e0 100644 --- a/pkgs/by-name/bo/borg-sans-mono/package.nix +++ b/pkgs/by-name/bo/borg-sans-mono/package.nix @@ -27,6 +27,6 @@ stdenvNoCC.mkDerivation { homepage = "https://github.com/marnen/borg-sans-mono"; license = lib.licenses.asl20; platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/bt/btdu/package.nix b/pkgs/by-name/bt/btdu/package.nix index 97b700818d79..38e0458495f7 100644 --- a/pkgs/by-name/bt/btdu/package.nix +++ b/pkgs/by-name/bt/btdu/package.nix @@ -39,7 +39,6 @@ buildDubPackage rec { license = lib.licenses.gpl2Only; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ - atila cybershadow ]; mainProgram = "btdu"; diff --git a/pkgs/by-name/di/distrobox/package.nix b/pkgs/by-name/di/distrobox/package.nix index 92864244106a..07550a6a2a7b 100644 --- a/pkgs/by-name/di/distrobox/package.nix +++ b/pkgs/by-name/di/distrobox/package.nix @@ -67,7 +67,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { homepage = "https://distrobox.it/"; license = lib.licenses.gpl3Only; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; mainProgram = "distrobox"; }; }) diff --git a/pkgs/by-name/dr/droidmote/package.nix b/pkgs/by-name/dr/droidmote/package.nix index 8d325319d24f..57cd8d1e47a9 100644 --- a/pkgs/by-name/dr/droidmote/package.nix +++ b/pkgs/by-name/dr/droidmote/package.nix @@ -62,7 +62,7 @@ stdenv.mkDerivation { homepage = "https://www.videomap.it/"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.unfree; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; platforms = lib.attrNames srcs; }; } diff --git a/pkgs/by-name/ha/halide/package.nix b/pkgs/by-name/ha/halide/package.nix index adb1918eefc4..c48162371c5c 100644 --- a/pkgs/by-name/ha/halide/package.nix +++ b/pkgs/by-name/ha/halide/package.nix @@ -152,7 +152,6 @@ stdenv.mkDerivation (finalAttrs: { platforms = lib.platforms.all; maintainers = with lib.maintainers; [ ck3d - atila twesterhout ]; broken = !stdenv.buildPlatform.canExecute stdenv.hostPlatform; diff --git a/pkgs/by-name/ir/irpf/package.nix b/pkgs/by-name/ir/irpf/package.nix index 99cecc3c54dd..47b75758430e 100644 --- a/pkgs/by-name/ir/irpf/package.nix +++ b/pkgs/by-name/ir/irpf/package.nix @@ -90,7 +90,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { platforms = lib.platforms.all; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; maintainers = with lib.maintainers; [ - atila rafaelrc ]; mainProgram = "irpf"; diff --git a/pkgs/by-name/ko/kompute/package.nix b/pkgs/by-name/ko/kompute/package.nix index da8f2cefc385..ef0d89b472e7 100644 --- a/pkgs/by-name/ko/kompute/package.nix +++ b/pkgs/by-name/ko/kompute/package.nix @@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: { ''; homepage = "https://kompute.cc/"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/mp/mpvpaper/package.nix b/pkgs/by-name/mp/mpvpaper/package.nix index 5b1edf675698..33d26f584fde 100644 --- a/pkgs/by-name/mp/mpvpaper/package.nix +++ b/pkgs/by-name/mp/mpvpaper/package.nix @@ -61,6 +61,6 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.gpl3Only; platforms = lib.platforms.linux; mainProgram = "mpvpaper"; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; }; }) diff --git a/pkgs/by-name/ob/obsidian/package.nix b/pkgs/by-name/ob/obsidian/package.nix index a55f6ca8e712..1cd5d65610a5 100644 --- a/pkgs/by-name/ob/obsidian/package.nix +++ b/pkgs/by-name/ob/obsidian/package.nix @@ -21,7 +21,6 @@ let mainProgram = "obsidian"; license = lib.licenses.obsidian; maintainers = with lib.maintainers; [ - atila conradmearns zaninime qbit diff --git a/pkgs/by-name/oi/oil-buku/package.nix b/pkgs/by-name/oi/oil-buku/package.nix index 34635a0fdcb8..d1249f4ce694 100644 --- a/pkgs/by-name/oi/oil-buku/package.nix +++ b/pkgs/by-name/oi/oil-buku/package.nix @@ -46,7 +46,7 @@ stdenvNoCC.mkDerivation rec { description = "Search-as-you-type cli frontend for the buku bookmarks manager using peco"; homepage = "https://github.com/AndreiUlmeyda/oil"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; mainProgram = "oil"; platforms = lib.platforms.unix; }; diff --git a/pkgs/by-name/su/subnetcalc/package.nix b/pkgs/by-name/su/subnetcalc/package.nix index 698382cecad2..ea25e8d41117 100644 --- a/pkgs/by-name/su/subnetcalc/package.nix +++ b/pkgs/by-name/su/subnetcalc/package.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: { type, scope, interface ID, etc.). ''; mainProgram = "subnetcalc"; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/by-name/sw/swaytools/package.nix b/pkgs/by-name/sw/swaytools/package.nix index b32ec9397e1f..160f7f720727 100644 --- a/pkgs/by-name/sw/swaytools/package.nix +++ b/pkgs/by-name/sw/swaytools/package.nix @@ -27,7 +27,7 @@ python3Packages.buildPythonApplication (finalAttrs: { homepage = "https://github.com/tmccombs/swaytools"; description = "Collection of simple tools for sway (and i3)"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/sw/swayws/package.nix b/pkgs/by-name/sw/swayws/package.nix index 28726d8e6733..78e8ee24e202 100644 --- a/pkgs/by-name/sw/swayws/package.nix +++ b/pkgs/by-name/sw/swayws/package.nix @@ -28,6 +28,6 @@ rustPlatform.buildRustPackage { mainProgram = "swayws"; homepage = "https://gitlab.com/w0lff/swayws"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.atila ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/zo/zotero-beta/package.nix b/pkgs/by-name/zo/zotero-beta/package.nix index c34e34264888..72bbb8df0058 100644 --- a/pkgs/by-name/zo/zotero-beta/package.nix +++ b/pkgs/by-name/zo/zotero-beta/package.nix @@ -133,7 +133,6 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.agpl3Only; platforms = [ "x86_64-linux" ]; maintainers = with lib.maintainers; [ - atila justanotherariel ]; }; diff --git a/pkgs/by-name/zo/zotero/package.nix b/pkgs/by-name/zo/zotero/package.nix index 78e8292923fb..72ea4bb58d63 100644 --- a/pkgs/by-name/zo/zotero/package.nix +++ b/pkgs/by-name/zo/zotero/package.nix @@ -319,7 +319,6 @@ buildNpmPackage (finalAttrs: { license = lib.licenses.agpl3Only; platforms = lib.platforms.linux ++ lib.platforms.darwin; maintainers = with lib.maintainers; [ - atila justanotherariel mynacol ]; diff --git a/pkgs/development/python-modules/archspec/default.nix b/pkgs/development/python-modules/archspec/default.nix index ddf91e1a1d82..55a192f01c09 100644 --- a/pkgs/development/python-modules/archspec/default.nix +++ b/pkgs/development/python-modules/archspec/default.nix @@ -40,7 +40,7 @@ buildPythonPackage rec { mit asl20 ]; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; mainProgram = "archspec"; }; } diff --git a/pkgs/development/python-modules/codepy/default.nix b/pkgs/development/python-modules/codepy/default.nix index 7e9996dfeecc..02ea5fc1c994 100644 --- a/pkgs/development/python-modules/codepy/default.nix +++ b/pkgs/development/python-modules/codepy/default.nix @@ -43,6 +43,6 @@ buildPythonPackage rec { homepage = "https://github.com/inducer/codepy"; description = "Generate and execute native code at run time, from Python"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/contexttimer/default.nix b/pkgs/development/python-modules/contexttimer/default.nix index 987339bc9922..556a77575a11 100644 --- a/pkgs/development/python-modules/contexttimer/default.nix +++ b/pkgs/development/python-modules/contexttimer/default.nix @@ -40,6 +40,6 @@ buildPythonPackage { homepage = "https://github.com/brouberol/contexttimer"; description = "Timer as a context manager"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/deepwave/default.nix b/pkgs/development/python-modules/deepwave/default.nix index 7b088b8ac231..e3eb4a9e0071 100644 --- a/pkgs/development/python-modules/deepwave/default.nix +++ b/pkgs/development/python-modules/deepwave/default.nix @@ -68,6 +68,6 @@ buildPythonPackage rec { homepage = "https://github.com/ar4/deepwave"; license = lib.licenses.mit; platforms = lib.intersectLists lib.platforms.x86_64 lib.platforms.linux; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/devito/default.nix b/pkgs/development/python-modules/devito/default.nix index 9421cb355a0c..aa9e855d9a00 100644 --- a/pkgs/development/python-modules/devito/default.nix +++ b/pkgs/development/python-modules/devito/default.nix @@ -154,6 +154,6 @@ buildPythonPackage rec { homepage = "https://www.devitoproject.org/"; changelog = "https://github.com/devitocodes/devito/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/hpccm/default.nix b/pkgs/development/python-modules/hpccm/default.nix index 925690b9f6ed..5c3d2a23a176 100644 --- a/pkgs/development/python-modules/hpccm/default.nix +++ b/pkgs/development/python-modules/hpccm/default.nix @@ -48,7 +48,7 @@ buildPythonPackage rec { homepage = "https://github.com/NVIDIA/hpc-container-maker"; changelog = "https://github.com/NVIDIA/hpc-container-maker/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; mainProgram = "hpccm"; platforms = lib.platforms.x86; }; diff --git a/pkgs/development/python-modules/pyrevolve/default.nix b/pkgs/development/python-modules/pyrevolve/default.nix index 012ce50dc62e..bb9602627a72 100644 --- a/pkgs/development/python-modules/pyrevolve/default.nix +++ b/pkgs/development/python-modules/pyrevolve/default.nix @@ -51,6 +51,6 @@ buildPythonPackage rec { changelog = "https://github.com/devitocodes/pyrevolve/releases/tag/${src.tag}"; description = "Python library to manage checkpointing for adjoints"; license = lib.licenses.epl10; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/segyio/default.nix b/pkgs/development/python-modules/segyio/default.nix index ed8276efe92f..4901fe1f0c6f 100644 --- a/pkgs/development/python-modules/segyio/default.nix +++ b/pkgs/development/python-modules/segyio/default.nix @@ -57,6 +57,6 @@ buildPythonPackage rec { description = "Fast Python library for SEGY files"; homepage = "https://github.com/equinor/segyio"; license = lib.licenses.lgpl3Only; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/tiler/default.nix b/pkgs/development/python-modules/tiler/default.nix index 5ab9aa6288fa..5893ab3c8a1a 100644 --- a/pkgs/development/python-modules/tiler/default.nix +++ b/pkgs/development/python-modules/tiler/default.nix @@ -39,6 +39,6 @@ buildPythonPackage rec { description = "N-dimensional NumPy array tiling and merging with overlapping, padding and tapering"; homepage = "https://the-lay.github.io/tiler/"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; }; } diff --git a/pkgs/os-specific/linux/rtw88/default.nix b/pkgs/os-specific/linux/rtw88/default.nix index 07434bbf4a5b..9ab37ecad449 100644 --- a/pkgs/os-specific/linux/rtw88/default.nix +++ b/pkgs/os-specific/linux/rtw88/default.nix @@ -49,7 +49,6 @@ stdenv.mkDerivation { ]; maintainers = with lib.maintainers; [ tvorog - atila ]; platforms = lib.platforms.linux; broken = kernel.kernelOlder "4.20"; From 660e26d1a78a581aea9723f157bd3ac2009d42d9 Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 19 Feb 2026 12:52:48 +0100 Subject: [PATCH 21/64] bambu-studio: 02.04.00.70 -> 02.05.00.67 --- pkgs/by-name/ba/bambu-studio/package.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pkgs/by-name/ba/bambu-studio/package.nix b/pkgs/by-name/ba/bambu-studio/package.nix index a245a414b1bc..90a9dd160407 100644 --- a/pkgs/by-name/ba/bambu-studio/package.nix +++ b/pkgs/by-name/ba/bambu-studio/package.nix @@ -3,7 +3,6 @@ lib, binutils, fetchFromGitHub, - fetchpatch, cmake, ninja, pkg-config, @@ -57,13 +56,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "bambu-studio"; - version = "02.04.00.70"; + version = "02.05.00.67"; src = fetchFromGitHub { owner = "bambulab"; repo = "BambuStudio"; tag = "v${finalAttrs.version}"; - hash = "sha256-BrH8gKbc0y76wbWrQxU+0xMJcYAm4Gi/xmECVf6pGkI="; + hash = "sha256-jLaSUs6OmoD0yw1hOcJarYKfr1rbhB2TwRiBBU0utEI="; }; nativeBuildInputs = [ @@ -122,13 +121,6 @@ stdenv.mkDerivation (finalAttrs: { ./patches/no-cereal.patch # Cmake 4 support ./patches/cmake.patch - # Fix build with gcc15 - # https://github.com/bambulab/BambuStudio/pull/8555 - (fetchpatch { - name = "bambu-studio-include-stdint-header.patch"; - url = "https://github.com/bambulab/BambuStudio/commit/434752bf643933f22348d78335abe7f60550e736.patch"; - hash = "sha256-vWqTM6IHL/gBncLk6gZHw+dFe0sdVuPdUqYeVJUbTis="; - }) ]; doCheck = true; From d47e527f9488057fd86f6617d41b0202669dcd66 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 00:35:15 +0000 Subject: [PATCH 22/64] feh: 3.11.2 -> 3.11.3 --- pkgs/by-name/fe/feh/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/fe/feh/package.nix b/pkgs/by-name/fe/feh/package.nix index 54fdfc74f589..39a143428c55 100644 --- a/pkgs/by-name/fe/feh/package.nix +++ b/pkgs/by-name/fe/feh/package.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "feh"; - version = "3.11.2"; + version = "3.11.3"; src = fetchFromGitHub { owner = "derf"; repo = "feh"; rev = finalAttrs.version; - hash = "sha256-bwp/hzkuwQTgPakE0zkNtBWrNUkVWt9btTD8MVx+Xq4="; + hash = "sha256-7I/aqm8mE6B/FLmkirgybr6QUZKU6p0inlvj0rFH/lU="; }; outputs = [ From 75d891a10ee081763b55c204fd55d4a875ff0788 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 00:50:45 +0000 Subject: [PATCH 23/64] kine: 0.14.11 -> 0.14.12 --- pkgs/by-name/ki/kine/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ki/kine/package.nix b/pkgs/by-name/ki/kine/package.nix index ae8f28a9e782..cabb918a7497 100644 --- a/pkgs/by-name/ki/kine/package.nix +++ b/pkgs/by-name/ki/kine/package.nix @@ -6,16 +6,16 @@ buildGoModule (finalAttrs: { pname = "kine"; - version = "0.14.11"; + version = "0.14.12"; src = fetchFromGitHub { owner = "k3s-io"; repo = "kine"; rev = "v${finalAttrs.version}"; - hash = "sha256-4MbzSRgzh2m5V4Pn9EnDmyyotD1Cv2i2uWmyVPc80bk="; + hash = "sha256-/8qTtnlZhEDkb+V7KOB2VT9dkQRTYFSZN8Cmx2i9BGw="; }; - vendorHash = "sha256-RyL7N0n7Nacq0UZc4+bY2vD9sXZnJiX2HaEWtP51k8E="; + vendorHash = "sha256-AVlq/1+ESjx8tcndaDHk5xDY0jFCJ7LqIjuj1Ccm/dE="; ldflags = [ "-s" From dd5dd66885fef4fb1736d4ba6df838b7615b6369 Mon Sep 17 00:00:00 2001 From: Ethan Rooke Date: Tue, 10 Feb 2026 18:08:25 -0600 Subject: [PATCH 24/64] zulip-term: 0.7.0-unstable-2025-05-19 -> 0.7.0-unstable-2026-02-10 --- pkgs/by-name/zu/zulip-term/package.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/zu/zulip-term/package.nix b/pkgs/by-name/zu/zulip-term/package.nix index 074b6df06f96..9ade5fb444d9 100644 --- a/pkgs/by-name/zu/zulip-term/package.nix +++ b/pkgs/by-name/zu/zulip-term/package.nix @@ -29,14 +29,14 @@ with py.pkgs; buildPythonApplication rec { pname = "zulip-term"; - version = "0.7.0-unstable-2025-05-19"; + version = "0.7.0-unstable-2026-02-10"; pyproject = true; src = fetchFromGitHub { owner = "zulip"; repo = "zulip-terminal"; - rev = "8e5c0357c8746df64ac427d5db3d2cb0f002f975"; - hash = "sha256-DW3GZ1hY/wZ6P/djPUlAvNIFcBV994FLJ3aiPfDVUBM="; + rev = "6a799870eccc00d612e25ff881d18f4ff66d92fa"; + hash = "sha256-saimbccJ5iJITs/Bw97bOkGrVcko1kAl61nlxNwBrms="; }; patches = [ @@ -99,6 +99,9 @@ buildPythonApplication rec { homepage = "https://github.com/zulip/zulip-terminal"; changelog = "https://github.com/zulip/zulip-terminal/releases/tag/${version}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ dotlambda ]; + maintainers = with lib.maintainers; [ + dotlambda + erooke + ]; }; } From 0c9d70378e9fee6b9d00e97e9bc57a090b24b40b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 03:31:54 +0000 Subject: [PATCH 25/64] vscode-extensions.anthropic.claude-code: 2.1.47 -> 2.1.49 --- .../vscode/extensions/anthropic.claude-code/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/anthropic.claude-code/default.nix b/pkgs/applications/editors/vscode/extensions/anthropic.claude-code/default.nix index c6985e8b84c9..9a32fe550626 100644 --- a/pkgs/applications/editors/vscode/extensions/anthropic.claude-code/default.nix +++ b/pkgs/applications/editors/vscode/extensions/anthropic.claude-code/default.nix @@ -8,8 +8,8 @@ vscode-utils.buildVscodeMarketplaceExtension { mktplcRef = { name = "claude-code"; publisher = "anthropic"; - version = "2.1.47"; - hash = "sha256-Hw9SOGaH/NyApySHHy0a8gqGQBNrVvt3nnxi6AerQVo="; + version = "2.1.49"; + hash = "sha256-9WwA1TUM/h8kLoZV/ukh/4s3w9DnJ/cVAxypz4jlj6A="; }; postInstall = '' From 241b574b459af2363f0e2e33df8231eeae24ef0b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 04:50:15 +0000 Subject: [PATCH 26/64] netbird-ui: 0.64.6 -> 0.65.3 --- pkgs/by-name/ne/netbird/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ne/netbird/package.nix b/pkgs/by-name/ne/netbird/package.nix index 792ffea51433..3b38bcc0481a 100644 --- a/pkgs/by-name/ne/netbird/package.nix +++ b/pkgs/by-name/ne/netbird/package.nix @@ -68,16 +68,16 @@ let in buildGoModule (finalAttrs: { pname = "netbird-${componentName}"; - version = "0.64.6"; + version = "0.65.3"; src = fetchFromGitHub { owner = "netbirdio"; repo = "netbird"; tag = "v${finalAttrs.version}"; - hash = "sha256-og5azhvqxtjyAZaMaQDIa4jvaPbPDobQZ/xznxHl6lc="; + hash = "sha256-7OLCrmgkRViFhzxhyuRZGua6Bu8ntWdYNNlEpC0tB+o="; }; - vendorHash = "sha256-54ohzpyAzyD1YX90W7y7qDzFgqLksIFGUOOrGWImT6I="; + vendorHash = "sha256-zMjbciItpzzCmUoLZy+gEF9etQy2dRmZrRVg4iSC0+o="; nativeBuildInputs = [ installShellFiles ] ++ lib.optional (componentName == "ui") pkg-config; From 79c96607e682ad1bb1ded7d5d87369cc7bd53e42 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 05:01:53 +0000 Subject: [PATCH 27/64] python3Packages.ariadne: 0.28.0 -> 0.29.0 --- pkgs/development/python-modules/ariadne/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ariadne/default.nix b/pkgs/development/python-modules/ariadne/default.nix index f7d75fe4095e..db3f0d00c2b4 100644 --- a/pkgs/development/python-modules/ariadne/default.nix +++ b/pkgs/development/python-modules/ariadne/default.nix @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "ariadne"; - version = "0.28.0"; + version = "0.29.0"; pyproject = true; src = fetchFromGitHub { owner = "mirumee"; repo = "ariadne"; tag = version; - hash = "sha256-7rDlt+f+53UXUa3IpGzm0AX/pqnzDc8b3nwpY1TRAZs="; + hash = "sha256-u6iKgugj30OxIEQ3P0+e05IC/Mh0hvKfTohTc/7pkUk="; }; patches = [ ./remove-opentracing.patch ]; From 1493bc433b6af213171d70110f95d24b15f17916 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 06:20:33 +0000 Subject: [PATCH 28/64] vscode-extensions.gitlab.gitlab-workflow: 6.69.3 -> 6.71.0 --- pkgs/applications/editors/vscode/extensions/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index e2cda36c9e76..e83d6268e5de 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -1967,8 +1967,8 @@ let mktplcRef = { name = "gitlab-workflow"; publisher = "gitlab"; - version = "6.69.3"; - hash = "sha256-u9f743vZar9FYWXam94wdF6wBZxp6/fikZM0rGXfces="; + version = "6.71.0"; + hash = "sha256-jOD5VFF9g4BNdpm3ZoCi0LPkkBmLZ7vlXVVHgiCGac8="; }; meta = { description = "GitLab extension for Visual Studio Code"; From afd9219a992251cbe4e1236027fb7cad85dde10b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 06:25:05 +0000 Subject: [PATCH 29/64] sdl_gamecontrollerdb: 0-unstable-2026-02-12 -> 0-unstable-2026-02-18 --- pkgs/by-name/sd/sdl_gamecontrollerdb/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/sd/sdl_gamecontrollerdb/package.nix b/pkgs/by-name/sd/sdl_gamecontrollerdb/package.nix index e2f0555ae501..39743975c2b6 100644 --- a/pkgs/by-name/sd/sdl_gamecontrollerdb/package.nix +++ b/pkgs/by-name/sd/sdl_gamecontrollerdb/package.nix @@ -7,13 +7,13 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "sdl_gamecontrollerdb"; - version = "0-unstable-2026-02-12"; + version = "0-unstable-2026-02-18"; src = fetchFromGitHub { owner = "mdqinc"; repo = "SDL_GameControllerDB"; - rev = "c9e695ef7709d9f2e5d8e44e36e27b56b881366f"; - hash = "sha256-IH3oEmaTzeiUARJSWgurG9ZYBGDMWMOMyQO6zg7WwLw="; + rev = "a050623bb0e35e3e0ba635c48faddecf42ff225c"; + hash = "sha256-yZiM3ykAII6PK4PCvu+knyHLg7orbCT9eYGvZWuU1F4="; }; dontBuild = true; From 7c82fe7b7ac9e7bff0332208474bd890adcb650b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 07:18:31 +0000 Subject: [PATCH 30/64] python3Packages.bonsai: 1.5.4 -> 1.5.5 --- pkgs/development/python-modules/bonsai/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bonsai/default.nix b/pkgs/development/python-modules/bonsai/default.nix index d2d0d18f187a..1fe80d5065b1 100644 --- a/pkgs/development/python-modules/bonsai/default.nix +++ b/pkgs/development/python-modules/bonsai/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "bonsai"; - version = "1.5.4"; + version = "1.5.5"; pyproject = true; src = fetchFromGitHub { owner = "noirello"; repo = "bonsai"; tag = "v${version}"; - hash = "sha256-1AKdayvkRIY8F9UhuEvGg3uboYh7A/4BkmJ11RkYI9w="; + hash = "sha256-q0BE1TuxiS01Z83dqDH54XzRgdF3ZszRBJsMIfsvTeU="; }; build-system = [ setuptools ]; From e49444ff4c5d88e6bbe989f938e9c74a99b2b290 Mon Sep 17 00:00:00 2001 From: ollybeck <14896256+ollybeck@users.noreply.github.com> Date: Fri, 20 Feb 2026 10:30:48 +0100 Subject: [PATCH 31/64] opencode: 1.2.5 -> 1.2.9 Changelog: https://github.com/anomalyco/opencode/releases/tag/v1.2.9 Diff: https://github.com/anomalyco/opencode/compare/v1.2.5...v1.2.9 --- pkgs/by-name/op/opencode-desktop/package.nix | 2 +- pkgs/by-name/op/opencode/package.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/op/opencode-desktop/package.nix b/pkgs/by-name/op/opencode-desktop/package.nix index eb81fc2913d3..8d9043bfe385 100644 --- a/pkgs/by-name/op/opencode-desktop/package.nix +++ b/pkgs/by-name/op/opencode-desktop/package.nix @@ -32,7 +32,7 @@ rustPlatform.buildRustPackage (finalAttrs: { ; cargoRoot = "packages/desktop/src-tauri"; - cargoHash = "sha256-Sfw/1380knqusED8OJcCn0D7erkX1sLtQq9m6Dd0v4Y="; + cargoHash = "sha256-6YOygSNNhAAD49ZkhWS03qGwVP2mvwItzJeyg0/ARLg="; buildAndTestSubdir = finalAttrs.cargoRoot; nativeBuildInputs = [ diff --git a/pkgs/by-name/op/opencode/package.nix b/pkgs/by-name/op/opencode/package.nix index f231234be1ad..ecfba6332291 100644 --- a/pkgs/by-name/op/opencode/package.nix +++ b/pkgs/by-name/op/opencode/package.nix @@ -14,12 +14,12 @@ }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "opencode"; - version = "1.2.5"; + version = "1.2.9"; src = fetchFromGitHub { owner = "anomalyco"; repo = "opencode"; tag = "v${finalAttrs.version}"; - hash = "sha256-0Zr7705Ya9Aj6ZmwVL6t289JN4XwDYafgGA5cuYOJh4="; + hash = "sha256-MPr+bJ3GVuVf5P/wCHxg+fk3+4Aca4EaV5NVtshAhuk="; }; node_modules = stdenvNoCC.mkDerivation { @@ -68,7 +68,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { # NOTE: Required else we get errors that our fixed-output derivation references store paths dontFixup = true; - outputHash = "sha256-hK7ad7tG60K0VARAlZJsSxKjiHU78XQYl/tbIReBusc="; + outputHash = "sha256-jxCPz0vSIuF/E6idil2eEH92sWuo+7bGEAhr4JrNWj0="; outputHashAlgo = "sha256"; outputHashMode = "recursive"; }; From 479c683ee6c41cfd74775139af66114bfae6ebfc Mon Sep 17 00:00:00 2001 From: Tom Hunze Date: Thu, 19 Feb 2026 20:12:42 +0100 Subject: [PATCH 32/64] libphonenumber: unpin boost, fix build with boost 1.89 Finding `boost_system` fails because the stub compiled library of Boost.System, which has been a header-only library since 1.69, was removed in 1.89 [1]. Upstream PR: https://github.com/google/libphonenumber/pull/3903 [1] https://www.boost.org/releases/1.89.0/ --- .../li/libphonenumber/boost-1.89.patch | 22 +++++++++++++++++++ pkgs/by-name/li/libphonenumber/package.nix | 10 ++++++--- 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 pkgs/by-name/li/libphonenumber/boost-1.89.patch diff --git a/pkgs/by-name/li/libphonenumber/boost-1.89.patch b/pkgs/by-name/li/libphonenumber/boost-1.89.patch new file mode 100644 index 000000000000..835721381768 --- /dev/null +++ b/pkgs/by-name/li/libphonenumber/boost-1.89.patch @@ -0,0 +1,22 @@ +From 72c1023fbf00fc48866acab05f6ccebcae7f3213 Mon Sep 17 00:00:00 2001 +From: Michael Cho +Date: Mon, 11 Aug 2025 17:08:15 -0400 +Subject: [PATCH] Fix build with Boost 1.89.0 + +--- + cpp/CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt +index 27e4680ccc..39f05d2c9a 100644 +--- a/cpp/CMakeLists.txt ++++ b/cpp/CMakeLists.txt +@@ -145,7 +145,7 @@ if (USE_BOOST) + if (WIN32) + set (Boost_USE_STATIC_LIBS ON) + endif () +- find_package (Boost 1.40.0 COMPONENTS date_time system thread) ++ find_package (Boost 1.40.0 COMPONENTS date_time thread OPTIONAL_COMPONENTS system) + if (NOT Boost_FOUND) + print_error ("Boost Date_Time/System/Thread" "Boost") + endif () diff --git a/pkgs/by-name/li/libphonenumber/package.nix b/pkgs/by-name/li/libphonenumber/package.nix index 4b2d500c76d1..8f0d10b8e09c 100644 --- a/pkgs/by-name/li/libphonenumber/package.nix +++ b/pkgs/by-name/li/libphonenumber/package.nix @@ -8,8 +8,7 @@ gtest, jre, pkg-config, - # complains about missing boost.system on 1.89 - boost188, + boost, icu, protobuf, }: @@ -31,6 +30,11 @@ stdenv.mkDerivation (finalAttrs: { ./build-reproducibility.patch # Fix include directory in generated cmake files with split outputs ./cmake-include-dir.patch + # Finding `boost_system` fails because the stub compiled library of + # Boost.System, which has been a header-only library since 1.69, was + # removed in 1.89. + # Upstream PR: https://github.com/google/libphonenumber/pull/3903 + ./boost-1.89.patch ]; outputs = [ @@ -53,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: { ]; propagatedBuildInputs = lib.optionals enableTests [ - boost188 + boost ]; cmakeDir = "../cpp"; From 814feb202e8c2ac490b29531a5494748bd700f40 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 20 Feb 2026 10:50:52 +0100 Subject: [PATCH 33/64] openasar: use stdenvNoCC --- pkgs/by-name/op/openasar/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/op/openasar/package.nix b/pkgs/by-name/op/openasar/package.nix index 01513613237b..a65e2ae4b94e 100644 --- a/pkgs/by-name/op/openasar/package.nix +++ b/pkgs/by-name/op/openasar/package.nix @@ -1,6 +1,6 @@ { lib, - stdenv, + stdenvNoCC, fetchFromGitHub, unstableGitUpdater, nodejs, @@ -12,7 +12,7 @@ discord-development, }: -stdenv.mkDerivation (finalAttrs: { +stdenvNoCC.mkDerivation (finalAttrs: { pname = "openasar"; version = "0-unstable-2025-11-21"; From 218bd7f0476db5931e31d1e4dc19de9e829307ed Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 12:35:33 +0000 Subject: [PATCH 34/64] photoqt: 5.1 -> 5.2 --- pkgs/by-name/ph/photoqt/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ph/photoqt/package.nix b/pkgs/by-name/ph/photoqt/package.nix index 0c6df2b3eea4..1d2b4e70e8d2 100644 --- a/pkgs/by-name/ph/photoqt/package.nix +++ b/pkgs/by-name/ph/photoqt/package.nix @@ -17,11 +17,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "photoqt"; - version = "5.1"; + version = "5.2"; src = fetchurl { url = "https://photoqt.org/downloads/source/photoqt-${finalAttrs.version}.tar.gz"; - hash = "sha256-GQT0JDuhrtQh9u5R2DBIlYWEHsSJ8cvDp3+0s6I0iHY="; + hash = "sha256-ufgDXKN7LY8Uy0uwL+QKvjH3O/F1EIAx2MPYYS1/els="; }; nativeBuildInputs = [ From eb91349446703d8e6436361f396af9e2d8bf8128 Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 20 Feb 2026 13:49:08 +0100 Subject: [PATCH 35/64] flare-signal: 0.18.3 -> 0.18.4 Diff: https://gitlab.com/schmiddi-on-mobile/flare/-/compare/0.18.3...0.18.4 Changelog: https://gitlab.com/schmiddi-on-mobile/flare/-/blob/0.18.4/CHANGELOG.md --- pkgs/by-name/fl/flare-signal/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fl/flare-signal/package.nix b/pkgs/by-name/fl/flare-signal/package.nix index e7237fb2869e..a765e6d66456 100644 --- a/pkgs/by-name/fl/flare-signal/package.nix +++ b/pkgs/by-name/fl/flare-signal/package.nix @@ -23,19 +23,19 @@ stdenv.mkDerivation (finalAttrs: { pname = "flare"; - version = "0.18.3"; + version = "0.18.4"; src = fetchFromGitLab { domain = "gitlab.com"; owner = "schmiddi-on-mobile"; repo = "flare"; tag = finalAttrs.version; - hash = "sha256-+25nDG/xw82Iv6gGYWmGHUBf4CbTLBTzrOqKdrCFIMQ="; + hash = "sha256-6a/up/UbaB9WQEiw8fmuh9Xjz73oBxO2k9jKhKwo0mc="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit (finalAttrs) pname version src; - hash = "sha256-nY+rxWzZJoQRB+Pn4yjof+fCcI2GU2+QFCN73kgRLZ0="; + hash = "sha256-wjm3R43iMbXZeMe4dPyreXNqc+3FrDvaEeJJM+IYtz4="; }; nativeBuildInputs = [ From c9e7eae4330e17e3de82b519b7e4a68bd8571b1a Mon Sep 17 00:00:00 2001 From: Tyce Herrman Date: Thu, 19 Feb 2026 19:55:08 -0500 Subject: [PATCH 36/64] fix: allow two digits in patch release version regex --- pkgs/by-name/mi/mise/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/mi/mise/package.nix b/pkgs/by-name/mi/mise/package.nix index d7f84db6bf1f..9b2f361ceac9 100644 --- a/pkgs/by-name/mi/mise/package.nix +++ b/pkgs/by-name/mi/mise/package.nix @@ -104,7 +104,7 @@ rustPlatform.buildRustPackage rec { updateScript = nix-update-script { extraArgs = [ # Ignore subcrate releases (fox, aqua-registry) - "--version-regex=^v([0-9]+\\.[0-9]+\\.[0-9])$" + "--version-regex=^v([0-9]+\\.[0-9]+\\.[0-9]+)$" ]; }; tests = { From 1e24262e38ec5d2bedee4caff005319e38e90ae7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 13:51:21 +0000 Subject: [PATCH 37/64] keycloak: 26.5.3 -> 26.5.4 --- pkgs/by-name/ke/keycloak/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ke/keycloak/package.nix b/pkgs/by-name/ke/keycloak/package.nix index 4f34d3079c0d..20b56e9e0eff 100644 --- a/pkgs/by-name/ke/keycloak/package.nix +++ b/pkgs/by-name/ke/keycloak/package.nix @@ -24,11 +24,11 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "keycloak"; - version = "26.5.3"; + version = "26.5.4"; src = fetchzip { url = "https://github.com/keycloak/keycloak/releases/download/${finalAttrs.version}/keycloak-${finalAttrs.version}.zip"; - hash = "sha256-OMx2E4Q1Pob73iqWo/sfYI14+IMW0cp/22wMUKcqQvg="; + hash = "sha256-jRINK5PdsRTbWbDMYzatkEpfXcN6o3hwsul/U4ZuXjg="; }; nativeBuildInputs = [ From bfe4c325bd8b8f959c85ad76727554de8beaa5a2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 14:14:18 +0000 Subject: [PATCH 38/64] terraform-providers.rootlyhq_rootly: 5.6.0 -> 5.7.0 --- .../networking/cluster/terraform-providers/providers.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform-providers/providers.json b/pkgs/applications/networking/cluster/terraform-providers/providers.json index bba6c2e8b1be..6634a0f3d0a4 100644 --- a/pkgs/applications/networking/cluster/terraform-providers/providers.json +++ b/pkgs/applications/networking/cluster/terraform-providers/providers.json @@ -1130,11 +1130,11 @@ "vendorHash": "sha256-33NOGIvqLpgndG68GxAeoiISjWV7ApR4jmvqyZHjPKo=" }, "rootlyhq_rootly": { - "hash": "sha256-8Y+S+uHrEmVrF95KazomTIVaj6GcwFNN050Jfx2ofpw=", + "hash": "sha256-iNWJBv9idm0BUIeP7HScQP8MtWdyJCUF4p1EdRvgE98=", "homepage": "https://registry.terraform.io/providers/rootlyhq/rootly", "owner": "rootlyhq", "repo": "terraform-provider-rootly", - "rev": "v5.6.0", + "rev": "v5.7.0", "spdx": "MPL-2.0", "vendorHash": "sha256-UyfCHBSdGKCulExhUdYfvEab8cVjaHGDfgslRS0d1Co=" }, From 51e3edd9e70e681103394ac58a92f7e73b4ae3eb Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Fri, 20 Feb 2026 09:24:52 -0500 Subject: [PATCH 39/64] erlang_26: 26.2.5.16 -> 26.2.5.17 Changelog: https://github.com/erlang/otp/releases/tag/OTP-26.2.5.17 --- pkgs/development/interpreters/erlang/26.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/erlang/26.nix b/pkgs/development/interpreters/erlang/26.nix index dca49d4fba01..4d5c30435326 100644 --- a/pkgs/development/interpreters/erlang/26.nix +++ b/pkgs/development/interpreters/erlang/26.nix @@ -1,6 +1,6 @@ genericBuilder: genericBuilder { - version = "26.2.5.16"; - hash = "sha256-3WxURI1o/CqN0KK+voUMk6al2mtsrqoniBJpDxKpxPo="; + version = "26.2.5.17"; + hash = "sha256-UUAC7SCWQlDC869IlJooeCPvIpro4DKnmTk3JxbyJOA="; } From 4ae8a5baf771bd5ad45414341eae6b7479e4862f Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Fri, 20 Feb 2026 09:27:03 -0500 Subject: [PATCH 40/64] erlang_27: 27.3.4.7 -> 27.3.4.8 Changelog: https://github.com/erlang/otp/releases/tag/OTP-27.3.4.8 --- pkgs/development/interpreters/erlang/27.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/erlang/27.nix b/pkgs/development/interpreters/erlang/27.nix index c00e351a7dcb..1cda66a23783 100644 --- a/pkgs/development/interpreters/erlang/27.nix +++ b/pkgs/development/interpreters/erlang/27.nix @@ -1,6 +1,6 @@ genericBuilder: genericBuilder { - version = "27.3.4.7"; - hash = "sha256-3D+j36vNio0REx02bJ/dYey/nTojZuQSnzIWBIOch1U="; + version = "27.3.4.8"; + hash = "sha256-s40YSNhkoacSnLyZxF4tpivw1b9bnq/XHuNz8IvdjQI="; } From ec04ac4165dbc86ea75a90704e1f8a164fe7a0dd Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Fri, 20 Feb 2026 09:31:17 -0500 Subject: [PATCH 41/64] erlang_28: 28.3.1 -> 28.3.2 Changelog: https://github.com/erlang/otp/releases/tag/OTP-28.3.2 --- pkgs/development/interpreters/erlang/28.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/erlang/28.nix b/pkgs/development/interpreters/erlang/28.nix index 6a5a64d7cc28..067dcf56a9e9 100644 --- a/pkgs/development/interpreters/erlang/28.nix +++ b/pkgs/development/interpreters/erlang/28.nix @@ -1,6 +1,6 @@ genericBuilder: genericBuilder { - version = "28.3.1"; - hash = "sha256-i8X7liVtBVeU43cM563omIjcSKNItMO66COrzJRsjhM="; + version = "28.3.2"; + hash = "sha256-+x5n8JjALeW4tTxLfN37976Gp/5HOuLKXuIrlkOo4G0="; } From 56c9b354c105b9bc4d0cff324f506c474f552090 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 14:37:37 +0000 Subject: [PATCH 42/64] changedetection-io: 0.51.4 -> 0.53.5 --- pkgs/by-name/ch/changedetection-io/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ch/changedetection-io/package.nix b/pkgs/by-name/ch/changedetection-io/package.nix index 2754c888a9a9..785cd7d5807d 100644 --- a/pkgs/by-name/ch/changedetection-io/package.nix +++ b/pkgs/by-name/ch/changedetection-io/package.nix @@ -7,14 +7,14 @@ python3.pkgs.buildPythonApplication rec { pname = "changedetection-io"; - version = "0.51.4"; + version = "0.53.5"; format = "setuptools"; src = fetchFromGitHub { owner = "dgtlmoon"; repo = "changedetection.io"; tag = version; - hash = "sha256-Qm3dI5ZHkLK3hTsadnzIDdmeiDM/QovGw2FZDVml5tE="; + hash = "sha256-B5T9M4JpNn4hUeV8rR1SIJobLKnuMkr4Se8d+Zu/xxY="; }; pythonRelaxDeps = true; From 690ee45ccf706e8e322ccb41a94a10c38f50410d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 16:20:28 +0000 Subject: [PATCH 43/64] python3Packages.pypck: 0.9.10 -> 0.9.11 --- pkgs/development/python-modules/pypck/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pypck/default.nix b/pkgs/development/python-modules/pypck/default.nix index 9a993a1a4ce6..a29be058ac9a 100644 --- a/pkgs/development/python-modules/pypck/default.nix +++ b/pkgs/development/python-modules/pypck/default.nix @@ -11,14 +11,14 @@ buildPythonPackage (finalAttrs: { pname = "pypck"; - version = "0.9.10"; + version = "0.9.11"; pyproject = true; src = fetchFromGitHub { owner = "alengwenus"; repo = "pypck"; tag = finalAttrs.version; - hash = "sha256-UTUYYnXY+Wak4cd0fH1V5rdkJ/Aet0DSCHfd+PL+SBo="; + hash = "sha256-XULSgnVp7uIob/tL8zqszTBTdxMY4QIeIBruO2Augnc="; }; postPatch = '' From bc2bb87c14a4b6253077db4d34c917cec99c8189 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 9 Feb 2026 12:07:49 -0500 Subject: [PATCH 44/64] winePackages: Move `lib.makeExtensible` into `wine-packages.nix` This simplifies things, and makes allows for nice late binding. --- pkgs/top-level/all-packages.nix | 26 +------ pkgs/top-level/wine-packages.nix | 130 +++++++++++++++++-------------- 2 files changed, 71 insertions(+), 85 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index c425e76621f7..f46e31595f5c 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -12645,31 +12645,7 @@ with pkgs; wibo = pkgsi686Linux.callPackage ../applications/emulators/wibo { }; - winePackagesFor = - wineBuild: - lib.makeExtensible ( - self: with self; { - callPackage = newScope self; - - inherit wineBuild; - - inherit (callPackage ./wine-packages.nix { }) - minimal - base - full - stable - stableFull - unstable - unstableFull - staging - stagingFull - wayland - waylandFull - yabridge - fonts - ; - } - ); + winePackagesFor = wineBuild: callPackage ./wine-packages.nix { inherit wineBuild; }; winePackages = recurseIntoAttrs (winePackagesFor (config.wine.build or "wine32")); wine64Packages = recurseIntoAttrs (winePackagesFor "wine64"); diff --git a/pkgs/top-level/wine-packages.nix b/pkgs/top-level/wine-packages.nix index 627b190bf5d9..93d3ac17ae1b 100644 --- a/pkgs/top-level/wine-packages.nix +++ b/pkgs/top-level/wine-packages.nix @@ -2,73 +2,83 @@ lib, stdenv, config, - callPackage, + # not for anything bound in the package set, do note + pkgs, + newScope, wineBuild, }: -rec { - fonts = callPackage ../applications/emulators/wine/fonts.nix { }; - minimal = callPackage ../applications/emulators/wine { - wineRelease = config.wine.release or "stable"; - inherit wineBuild; - }; +lib.makeExtensible ( + self: + let + callPackage = newScope self; + in + { + inherit callPackage wineBuild; - base = minimal.override { - gettextSupport = true; - fontconfigSupport = stdenv.hostPlatform.isLinux; - alsaSupport = stdenv.hostPlatform.isLinux; - openglSupport = true; - vulkanSupport = true; - tlsSupport = true; - cupsSupport = true; - dbusSupport = stdenv.hostPlatform.isLinux; - cairoSupport = stdenv.hostPlatform.isLinux; - cursesSupport = true; - saneSupport = stdenv.hostPlatform.isLinux; - pulseaudioSupport = config.pulseaudio or stdenv.hostPlatform.isLinux; - udevSupport = stdenv.hostPlatform.isLinux; - xineramaSupport = stdenv.hostPlatform.isLinux; - sdlSupport = true; - mingwSupport = true; - usbSupport = true; - waylandSupport = stdenv.hostPlatform.isLinux; - x11Support = stdenv.hostPlatform.isLinux; - ffmpegSupport = true; - }; + fonts = callPackage ../applications/emulators/wine/fonts.nix { }; + minimal = callPackage ../applications/emulators/wine { + wineRelease = config.wine.release or "stable"; + inherit wineBuild; + }; - full = base.override { - gtkSupport = stdenv.hostPlatform.isLinux; - gstreamerSupport = true; - openclSupport = true; - odbcSupport = true; - netapiSupport = stdenv.hostPlatform.isLinux; - vaSupport = stdenv.hostPlatform.isLinux; - pcapSupport = true; - v4lSupport = stdenv.hostPlatform.isLinux; - gphoto2Support = true; - krb5Support = true; - embedInstallers = true; - }; + base = self.minimal.override { + gettextSupport = true; + fontconfigSupport = stdenv.hostPlatform.isLinux; + alsaSupport = stdenv.hostPlatform.isLinux; + openglSupport = true; + vulkanSupport = true; + tlsSupport = true; + cupsSupport = true; + dbusSupport = stdenv.hostPlatform.isLinux; + cairoSupport = stdenv.hostPlatform.isLinux; + cursesSupport = true; + saneSupport = stdenv.hostPlatform.isLinux; + pulseaudioSupport = config.pulseaudio or stdenv.hostPlatform.isLinux; + udevSupport = stdenv.hostPlatform.isLinux; + xineramaSupport = stdenv.hostPlatform.isLinux; + sdlSupport = true; + mingwSupport = true; + usbSupport = true; + waylandSupport = stdenv.hostPlatform.isLinux; + x11Support = stdenv.hostPlatform.isLinux; + ffmpegSupport = true; + }; - stable = base.override { wineRelease = "stable"; }; - stableFull = full.override { wineRelease = "stable"; }; + full = self.base.override { + gtkSupport = stdenv.hostPlatform.isLinux; + gstreamerSupport = true; + openclSupport = true; + odbcSupport = true; + netapiSupport = stdenv.hostPlatform.isLinux; + vaSupport = stdenv.hostPlatform.isLinux; + pcapSupport = true; + v4lSupport = stdenv.hostPlatform.isLinux; + gphoto2Support = true; + krb5Support = true; + embedInstallers = true; + }; - unstable = base.override { wineRelease = "unstable"; }; - unstableFull = full.override { wineRelease = "unstable"; }; + stable = self.base.override { wineRelease = "stable"; }; + stableFull = self.full.override { wineRelease = "stable"; }; - staging = base.override { wineRelease = "staging"; }; - stagingFull = full.override { wineRelease = "staging"; }; + unstable = self.base.override { wineRelease = "unstable"; }; + unstableFull = self.full.override { wineRelease = "unstable"; }; - wayland = base.override { - x11Support = false; - }; - waylandFull = full.override { - x11Support = false; - }; + staging = self.base.override { wineRelease = "staging"; }; + stagingFull = self.full.override { wineRelease = "staging"; }; - yabridge = - let - yabridge = base.override { wineRelease = "yabridge"; }; - in - if wineBuild == "wineWow" then yabridge else lib.dontDistribute yabridge; -} + wayland = self.base.override { + x11Support = false; + }; + waylandFull = self.full.override { + x11Support = false; + }; + + yabridge = + let + yabridge = self.base.override { wineRelease = "yabridge"; }; + in + if wineBuild == "wineWow" then yabridge else lib.dontDistribute yabridge; + } +) From f58d70722d801185ec52bd3cf8492a9238ed7435 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 17:14:35 +0000 Subject: [PATCH 45/64] terraform-providers.jianyuan_sentry: 0.14.8 -> 0.14.9 --- .../networking/cluster/terraform-providers/providers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform-providers/providers.json b/pkgs/applications/networking/cluster/terraform-providers/providers.json index bba6c2e8b1be..b2b6d1e96ffa 100644 --- a/pkgs/applications/networking/cluster/terraform-providers/providers.json +++ b/pkgs/applications/networking/cluster/terraform-providers/providers.json @@ -778,13 +778,13 @@ "vendorHash": "sha256-mnKXYT0GfIS+ODzBCS9l4rLF1ugadesmpgdOgj74nLg=" }, "jianyuan_sentry": { - "hash": "sha256-AH7Ef3G1C0jQX4Wprc8J9rP34u+xifzhclqtmVCQmAI=", + "hash": "sha256-J8hINbcBEdukkSLw+nKwbln9EfNh4sIb5F7FPLmXLE4=", "homepage": "https://registry.terraform.io/providers/jianyuan/sentry", "owner": "jianyuan", "repo": "terraform-provider-sentry", - "rev": "v0.14.8", + "rev": "v0.14.9", "spdx": "MIT", - "vendorHash": "sha256-owQrunW0X87DVdA/A/Pl5MWsVfx8kPL1L/xJYWS5ptI=" + "vendorHash": "sha256-ILb6eUVt961ZBcEVKT324OXMxF/d+Wx9tzA3PDTe5iU=" }, "joneshf_openwrt": { "hash": "sha256-z78IceF2VJtiQpVqC+rTUDsph73LZawIK+az3rEhljA=", From 426386f114993ec5cb96a8de2146395f390a6d75 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 17:28:46 +0000 Subject: [PATCH 46/64] haproxy: 3.3.3 -> 3.3.4 --- pkgs/by-name/ha/haproxy/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ha/haproxy/package.nix b/pkgs/by-name/ha/haproxy/package.nix index 5b3df29356f1..7ccf0617aae6 100644 --- a/pkgs/by-name/ha/haproxy/package.nix +++ b/pkgs/by-name/ha/haproxy/package.nix @@ -39,11 +39,11 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "haproxy"; - version = "3.3.3"; + version = "3.3.4"; src = fetchurl { url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz"; - hash = "sha256-DqLQ4VfN0q/z1gDCNl2t9Q5qKMQdPlLcztU84Qpm5TI="; + hash = "sha256-UGPszYGKC7Exp1KcqYJNqVJpf793feDIN2rWEKZhc6w="; }; buildInputs = [ From 5e489137bfeedacf583b535b7fab039362fa2f11 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 18:00:21 +0000 Subject: [PATCH 47/64] python3Packages.langchain-groq: 1.1.1 -> 1.1.2 --- pkgs/development/python-modules/langchain-groq/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/langchain-groq/default.nix b/pkgs/development/python-modules/langchain-groq/default.nix index 2d8b16a778c7..d333d139dae2 100644 --- a/pkgs/development/python-modules/langchain-groq/default.nix +++ b/pkgs/development/python-modules/langchain-groq/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "langchain-groq"; - version = "1.1.1"; + version = "1.1.2"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; tag = "langchain-groq==${version}"; - hash = "sha256-WpIP41eALPoWuYjm2ygEH7TwClKYwAG0uEd1ZbbqMTY="; + hash = "sha256-OS9i4o8UhEmRFgZEKB5owWx2hJuVBRV5XvQLCQnBi9g="; }; sourceRoot = "${src.name}/libs/partners/groq"; From 6106b84559bc648dcc61bf8906aabc378d8998b6 Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Tue, 17 Feb 2026 11:06:30 -0500 Subject: [PATCH 48/64] fish: 4.4.0 -> 4.5.0 Changelog: https://github.com/fish-shell/fish-shell/releases/tag/4.5.0 --- pkgs/by-name/fi/fish/package.nix | 19 ++++++++++++------- pkgs/by-name/fi/fish/skip-sgr-tests.patch | 19 +++++++++++++++++++ 2 files changed, 31 insertions(+), 7 deletions(-) create mode 100644 pkgs/by-name/fi/fish/skip-sgr-tests.patch diff --git a/pkgs/by-name/fi/fish/package.nix b/pkgs/by-name/fi/fish/package.nix index a227534a9218..712307f8fdb0 100644 --- a/pkgs/by-name/fi/fish/package.nix +++ b/pkgs/by-name/fi/fish/package.nix @@ -14,7 +14,6 @@ libiconv, pcre2, pkg-config, - sphinx, gettext, ncurses, python3, @@ -150,13 +149,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "fish"; - version = "4.4.0"; + version = "4.5.0"; src = fetchFromGitHub { owner = "fish-shell"; repo = "fish-shell"; tag = finalAttrs.version; - hash = "sha256-vUNmlEVQ5nxXSDfpgQ3l/+dzYW/MllhcfJhmFx4kY/A="; + hash = "sha256-9EhvCStAeL+ADkLy9b4gXPx+JrVzUZ5Fdkf+imY3Vw0="; }; env = { @@ -169,7 +168,7 @@ stdenv.mkDerivation (finalAttrs: { cargoDeps = rustPlatform.fetchCargoVendor { inherit (finalAttrs) src patches; - hash = "sha256-9Wi9KlMzTrecEkHyfW/H9WPHpQDEMpdGB8snFs7zFb4="; + hash = "sha256-RVg6Zciy9mqZQwM5P3ngJi2NjC0qwFH7XgVEanaKnsg="; }; patches = [ @@ -188,6 +187,10 @@ stdenv.mkDerivation (finalAttrs: { # * # * ./nix-darwin-path.patch + + # these tests fail, likely due to dumb terminal issues, but setting a TERM + # doesn't help. Skipping them. + ./skip-sgr-tests.patch ]; # Fix FHS paths in tests @@ -298,7 +301,10 @@ stdenv.mkDerivation (finalAttrs: { pkg-config rustc rustPlatform.cargoSetupHook - sphinx + (python3.withPackages (ps: [ + ps.pexpect + ps.sphinx + ])) # Avoid warnings when building the manpages about HOME not being writable writableTmpDirAsHomeHook ]; @@ -343,13 +349,12 @@ stdenv.mkDerivation (finalAttrs: { ] ++ lib.optional (!stdenv.hostPlatform.isDarwin) man-db; - # disable darwin pending https://github.com/NixOS/nixpkgs/pull/462090 getting through staging + # disable darwin checks due to multiple failures doCheck = !stdenv.hostPlatform.isDarwin; nativeCheckInputs = [ coreutils glibcLocales - (python3.withPackages (ps: [ ps.pexpect ])) procps ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ diff --git a/pkgs/by-name/fi/fish/skip-sgr-tests.patch b/pkgs/by-name/fi/fish/skip-sgr-tests.patch new file mode 100644 index 000000000000..f643a4ba8201 --- /dev/null +++ b/pkgs/by-name/fi/fish/skip-sgr-tests.patch @@ -0,0 +1,19 @@ +diff --git a/src/terminal.rs b/src/terminal.rs +--- a/src/terminal.rs ++++ b/src/terminal.rs +@@ -787,6 +787,7 @@ + SgrTerminalCommand::ExitAttributeMode, + }; + ++ #[ignore] + #[test] + fn sgr_combining() { + // No style, no content +@@ -823,6 +824,7 @@ + assert_eq!(String::from_utf8_lossy(outp.contents()), "\u{1b}[30;40m"); + } + ++ #[ignore] + #[test] + fn sgr_max_length() { + // Cut at max length From b2f7afb7c254ff697eb2dc72248803f6b3167435 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 18:37:14 +0000 Subject: [PATCH 49/64] vdrPlugins.softhddevice: 2.4.6 -> 2.4.8 --- pkgs/applications/video/vdr/softhddevice/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/vdr/softhddevice/default.nix b/pkgs/applications/video/vdr/softhddevice/default.nix index 95dc5c5fecf6..b26be178e0d4 100644 --- a/pkgs/applications/video/vdr/softhddevice/default.nix +++ b/pkgs/applications/video/vdr/softhddevice/default.nix @@ -16,12 +16,12 @@ }: stdenv.mkDerivation rec { pname = "vdr-softhddevice"; - version = "2.4.6"; + version = "2.4.8"; src = fetchFromGitHub { owner = "ua0lnj"; repo = "vdr-plugin-softhddevice"; - sha256 = "sha256-69mLiu/v+iZntrGvL0eNE/dDQwRVIlg5MfsNTr52Ots="; + sha256 = "sha256-pQ437Du++L6KhBCqkHpiYCoT713RAB+rnoGCXr5M0S4="; rev = "v${version}"; }; From 03722d1a8f6fe2d2c05efb82c982776a42668f3e Mon Sep 17 00:00:00 2001 From: PerchunPak Date: Fri, 20 Feb 2026 18:19:53 +0100 Subject: [PATCH 50/64] python3Packages.pydantic_1: disable on 3.14 and newer --- pkgs/development/python-modules/pydantic/1.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/pydantic/1.nix b/pkgs/development/python-modules/pydantic/1.nix index da0ff4c6f6a6..a5753f5ff525 100644 --- a/pkgs/development/python-modules/pydantic/1.nix +++ b/pkgs/development/python-modules/pydantic/1.nix @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, + pythonAtLeast, # build-system cython, @@ -26,6 +27,9 @@ buildPythonPackage rec { version = "1.10.24"; pyproject = true; + # https://github.com/pydantic/pydantic/pull/12263 + disabled = pythonAtLeast "3.14"; + src = fetchFromGitHub { owner = "pydantic"; repo = "pydantic"; From e308e0022d06a5e44116c2f2c0970f059e63f8b2 Mon Sep 17 00:00:00 2001 From: "Victor B." Date: Fri, 20 Feb 2026 19:46:17 +0100 Subject: [PATCH 51/64] cider-2: remove itsvic-dev from maintainers I no longer use this program, I haven't maintained it in a long while, and I would rather not associate myself with the Cider project anymore in any capacity. --- pkgs/by-name/ci/cider-2/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/ci/cider-2/package.nix b/pkgs/by-name/ci/cider-2/package.nix index 88f6e1e16a4d..90c81aecc8b1 100644 --- a/pkgs/by-name/ci/cider-2/package.nix +++ b/pkgs/by-name/ci/cider-2/package.nix @@ -99,7 +99,6 @@ stdenv.mkDerivation rec { mainProgram = "cider-2"; maintainers = with lib.maintainers; [ amadejkastelic - itsvic-dev l0r3v ]; platforms = [ "x86_64-linux" ]; From 05d75845a1d2e4e5310c3a116eedf7dbf85c84cb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 18:50:46 +0000 Subject: [PATCH 52/64] stress-ng: 0.20.00 -> 0.20.01 --- pkgs/by-name/st/stress-ng/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/st/stress-ng/package.nix b/pkgs/by-name/st/stress-ng/package.nix index 7fb31b4769fa..a5cc5f2ddb86 100644 --- a/pkgs/by-name/st/stress-ng/package.nix +++ b/pkgs/by-name/st/stress-ng/package.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "stress-ng"; - version = "0.20.00"; + version = "0.20.01"; src = fetchFromGitHub { owner = "ColinIanKing"; repo = "stress-ng"; tag = "V${finalAttrs.version}"; - hash = "sha256-KbsxZhsS5q/MZ2laA16ideicRu7oezH12yzmEBMyzVc="; + hash = "sha256-C9TpUM18W+ARFAFLSqTl6RjRrI60pxhdP/veBHu2cco="; }; postPatch = '' From 31bb7b159751b191aa497026c11cad31c9aba640 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 19:01:15 +0000 Subject: [PATCH 53/64] sg-323: 1.1.0 -> 1.1.1 --- pkgs/by-name/sg/sg-323/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/sg/sg-323/package.nix b/pkgs/by-name/sg/sg-323/package.nix index ec1fff454bf5..d2d70e1b6ce4 100644 --- a/pkgs/by-name/sg/sg-323/package.nix +++ b/pkgs/by-name/sg/sg-323/package.nix @@ -19,14 +19,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "SG-323"; - version = "1.1.0"; + version = "1.1.1"; src = fetchFromGitHub { owner = "greyboxaudio"; repo = "SG-323"; tag = finalAttrs.version; fetchSubmodules = true; - hash = "sha256-yAC4YQt8f5kQ03ECAxvoM9wcqna98F4XKcwUQg6l4E0="; + hash = "sha256-7zqIWLF9gcqHFg2LYauvF+6qUTIohYC5vZEn76siS7o="; }; nativeBuildInputs = [ From 3a4b8352bd1b4cbcb5bbfd3cdb978fa02b524975 Mon Sep 17 00:00:00 2001 From: Artem Leshchev Date: Fri, 20 Feb 2026 19:01:58 +0000 Subject: [PATCH 54/64] gemini-cli: 0.28.2 -> 0.29.5 --- pkgs/by-name/ge/gemini-cli/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ge/gemini-cli/package.nix b/pkgs/by-name/ge/gemini-cli/package.nix index c2c881c61b9f..a3efd641b279 100644 --- a/pkgs/by-name/ge/gemini-cli/package.nix +++ b/pkgs/by-name/ge/gemini-cli/package.nix @@ -14,18 +14,18 @@ buildNpmPackage (finalAttrs: { pname = "gemini-cli"; - version = "0.28.2"; + version = "0.29.5"; src = fetchFromGitHub { owner = "google-gemini"; repo = "gemini-cli"; tag = "v${finalAttrs.version}"; - hash = "sha256-IOc4Y8U2J4Dpl0A5gfffAayiHKISlFiHU2qg61fR1Tw="; + hash = "sha256-+gFSTq0CXMZa2OhP2gOuWa5WtteKW7Ys78lgnz7J72g="; }; nodejs = nodejs_22; - npmDepsHash = "sha256-XfD+PmmeLsbb9rC7DCmqu08/+cXZpGewMN5olrHhH4M="; + npmDepsHash = "sha256-RGiWtJkLFV1UfFahHPzxtzJIsPCseEwfSsPdLfBkavI="; dontPatchElf = stdenv.isDarwin; From bc3530b33e27e72d1229324e0b42af810a439c83 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 19:15:30 +0000 Subject: [PATCH 55/64] paretosecurity: 0.3.14 -> 0.3.15 --- pkgs/by-name/pa/paretosecurity/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/pa/paretosecurity/package.nix b/pkgs/by-name/pa/paretosecurity/package.nix index cdc313662455..2cece2e2e8c0 100644 --- a/pkgs/by-name/pa/paretosecurity/package.nix +++ b/pkgs/by-name/pa/paretosecurity/package.nix @@ -17,13 +17,13 @@ buildGoModule (finalAttrs: { webkitgtk_4_1 ]; pname = "paretosecurity"; - version = "0.3.14"; + version = "0.3.15"; src = fetchFromGitHub { owner = "ParetoSecurity"; repo = "agent"; rev = finalAttrs.version; - hash = "sha256-Exl1PGTf1i5DKDcU5XOwYE6rEbrD+1wPnjB4rcz3lhA="; + hash = "sha256-2oGDxnbxuyAMWjEUFKzwYz72/FYUbUZHSFoZk2pMfeY="; }; vendorHash = "sha256-jAcUf4VjtKB/Q2wHOVnCgcmPp5XNMqV8Ei9kpWoGO4Q="; From bdc8e78987788ae4603796023a30db02c84faa88 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 19:50:00 +0000 Subject: [PATCH 56/64] kdePackages.kzones: 0.9.1 -> 0.9.2 --- pkgs/kde/third-party/kzones/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/kde/third-party/kzones/default.nix b/pkgs/kde/third-party/kzones/default.nix index 5da477491e50..ab62ae54b07e 100644 --- a/pkgs/kde/third-party/kzones/default.nix +++ b/pkgs/kde/third-party/kzones/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "kzones"; - version = "0.9.1"; + version = "0.9.2"; src = fetchFromGitHub { owner = "gerritdevriese"; repo = "kzones"; rev = "v${finalAttrs.version}"; - hash = "sha256-RhdSzDF7F4CL1zGP8OPd1ywgyE2CMIzMqaMv1M+RMlA="; + hash = "sha256-JtKE66J/yJfKsS7K6j4wYd1C7A1iVcajsQA+vzL18AY="; }; nativeBuildInputs = [ From 25974d9014e1ef1d2c631ab78495fc0f4bda0a6a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 19:54:45 +0000 Subject: [PATCH 57/64] databricks-cli: 0.288.0 -> 0.289.1 --- pkgs/by-name/da/databricks-cli/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/da/databricks-cli/package.nix b/pkgs/by-name/da/databricks-cli/package.nix index 1f4955307891..30f65ac30137 100644 --- a/pkgs/by-name/da/databricks-cli/package.nix +++ b/pkgs/by-name/da/databricks-cli/package.nix @@ -10,13 +10,13 @@ buildGoModule (finalAttrs: { pname = "databricks-cli"; - version = "0.288.0"; + version = "0.289.1"; src = fetchFromGitHub { owner = "databricks"; repo = "cli"; rev = "v${finalAttrs.version}"; - hash = "sha256-GBkeIY/uYiLA6CmKiMnMuGX2sPSyOmr9gZXZTe/AoQs="; + hash = "sha256-K3Zap7agH5tLkk5CVgU8s33giPuZwmQTdvh09TUa20U="; }; # Otherwise these tests fail asserting that the version is 0.0.0-dev @@ -25,7 +25,7 @@ buildGoModule (finalAttrs: { --replace-fail "cli/0.0.0-dev" "cli/${finalAttrs.version}" ''; - vendorHash = "sha256-YtXdGQzuzTHBrqRUk2ORacVNixdLt+jHxJ8zMxwlcmI="; + vendorHash = "sha256-XNGoUDmoso6hx+pj6oLBa/Fsyzk5wRyFm/VtKZw5Pmk="; excludedPackages = [ "bundle/internal" From 7e3446a9746d191ea1adb557de4cfb3e58b452de Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 20 Feb 2026 20:09:11 +0000 Subject: [PATCH 58/64] diffoscope: 312 -> 313 Changes: https://diffoscope.org/news/diffoscope-313-released/ --- pkgs/by-name/di/diffoscope/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/di/diffoscope/package.nix b/pkgs/by-name/di/diffoscope/package.nix index 7037764dc621..65fe0363f261 100644 --- a/pkgs/by-name/di/diffoscope/package.nix +++ b/pkgs/by-name/di/diffoscope/package.nix @@ -108,12 +108,12 @@ in # Note: when upgrading this package, please run the list-missing-tools.sh script as described below! python.pkgs.buildPythonApplication rec { pname = "diffoscope"; - version = "312"; + version = "313"; pyproject = true; src = fetchurl { url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; - hash = "sha256-bILLE0MwPYHQtkvIQibbkZ0dENySbshaWX1oWDGQmu8="; + hash = "sha256-rOjWxb6nWvfMWr2+9AyoCoOSg2jo3ZeoF8R6A8VvBj8="; }; outputs = [ From a4ce57e3528fc32c376d1d06afa5aff2ca01067a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 20:56:04 +0000 Subject: [PATCH 59/64] art: 1.26.1 -> 1.26.2 --- pkgs/by-name/ar/art/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ar/art/package.nix b/pkgs/by-name/ar/art/package.nix index 18a0f8667d88..82ca81024f30 100644 --- a/pkgs/by-name/ar/art/package.nix +++ b/pkgs/by-name/ar/art/package.nix @@ -40,13 +40,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "art"; - version = "1.26.1"; + version = "1.26.2"; src = fetchFromGitHub { owner = "artpixls"; repo = "ART"; tag = finalAttrs.version; - hash = "sha256-Abh3Hj3wKdWNN7rdU61MgkZHmoa7ufYzZGKsrxplkj0="; + hash = "sha256-zjGb5XiXry16xHlrlDw1b3ROYgHuJe3srRFWY/AIBRE="; }; # Fix the build with CMake 4. From c64cc9f873728f8677e22182a35067f5b199f46e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 19 Feb 2026 22:28:40 +0000 Subject: [PATCH 60/64] mistral-vibe: 2.2.0 -> 2.2.1 Diff: https://github.com/mistralai/mistral-vibe/compare/v2.2.0...v2.2.1 Changelog: https://github.com/mistralai/mistral-vibe/blob/v2.2.1/CHANGELOG.md --- pkgs/by-name/mi/mistral-vibe/package.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/mi/mistral-vibe/package.nix b/pkgs/by-name/mi/mistral-vibe/package.nix index bbe3726b7a42..655fc61a26fb 100644 --- a/pkgs/by-name/mi/mistral-vibe/package.nix +++ b/pkgs/by-name/mi/mistral-vibe/package.nix @@ -12,14 +12,14 @@ python3Packages.buildPythonApplication (finalAttrs: { pname = "mistral-vibe"; - version = "2.2.0"; + version = "2.2.1"; pyproject = true; src = fetchFromGitHub { owner = "mistralai"; repo = "mistral-vibe"; tag = "v${finalAttrs.version}"; - hash = "sha256-q79/xP+kaovkch5wXzXumQb9l4wSspXg2cl7mD0Q2f8="; + hash = "sha256-vJnykMcnwQDmzq0L4OhPzortliggtK8Hz+iG2cGu8BM="; }; build-system = with python3Packages; [ @@ -86,6 +86,7 @@ python3Packages.buildPythonApplication (finalAttrs: { "test_updates_index_on_file_deletion" "test_updates_index_on_file_rename" "test_updates_index_on_folder_rename" + "test_watcher_toggle_flow_off_on_off" ]; disabledTestPaths = [ From 21dee78a9c0b28855ab416dd271455cc7a345f55 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 21:49:32 +0000 Subject: [PATCH 61/64] python3Packages.pyfirefly: 0.1.13 -> 0.1.14 --- pkgs/development/python-modules/pyfirefly/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyfirefly/default.nix b/pkgs/development/python-modules/pyfirefly/default.nix index c937b3f8509d..6aef14d4832d 100644 --- a/pkgs/development/python-modules/pyfirefly/default.nix +++ b/pkgs/development/python-modules/pyfirefly/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "pyfirefly"; - version = "0.1.13"; + version = "0.1.14"; pyproject = true; src = fetchFromGitHub { owner = "erwindouna"; repo = "pyfirefly"; tag = "v${version}"; - hash = "sha256-h3p1uP8K/M2DNLapnBlaYmRcYDNzhqdx8507nm7ugqY="; + hash = "sha256-MS3iDyH7rR/fsIVVEvhJjaNvjT81r6ReSzS6cqjChR8="; }; build-system = [ hatchling ]; From 1d9d91370d44a9b97ac60ea80b9dc3fcf6470293 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 21:56:45 +0000 Subject: [PATCH 62/64] python3Packages.lunatone-rest-api-client: 0.6.3 -> 0.7.0 --- .../python-modules/lunatone-rest-api-client/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/lunatone-rest-api-client/default.nix b/pkgs/development/python-modules/lunatone-rest-api-client/default.nix index 8ddd33ad1248..2f3329615a74 100644 --- a/pkgs/development/python-modules/lunatone-rest-api-client/default.nix +++ b/pkgs/development/python-modules/lunatone-rest-api-client/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "lunatone-rest-api-client"; - version = "0.6.3"; + version = "0.7.0"; pyproject = true; src = fetchFromGitLab { owner = "lunatone-public"; repo = "lunatone-rest-api-client"; tag = "v${version}"; - hash = "sha256-KP+i5TmvCkdyIiuGiP9H8GmRC2+/r7QCqmzD+/2+tU8="; + hash = "sha256-Hw4sH2CYhE205iDc8QWvg9LJVHJSpqI1ziJZoQyXFts="; }; build-system = [ hatchling ]; From 95f7e24cadb7b94177231af900f94361d09e575e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 23:23:13 +0000 Subject: [PATCH 63/64] python3Packages.pyportainer: 1.0.24 -> 1.0.27 --- pkgs/development/python-modules/pyportainer/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyportainer/default.nix b/pkgs/development/python-modules/pyportainer/default.nix index aae838dc228c..7d35c048959e 100644 --- a/pkgs/development/python-modules/pyportainer/default.nix +++ b/pkgs/development/python-modules/pyportainer/default.nix @@ -15,14 +15,14 @@ buildPythonPackage (finalAttrs: { pname = "pyportainer"; - version = "1.0.24"; + version = "1.0.27"; pyproject = true; src = fetchFromGitHub { owner = "erwindouna"; repo = "pyportainer"; tag = "v${finalAttrs.version}"; - hash = "sha256-RuoOkmiEndS2NpNKWRD+ZScNLwGl9Ud2sGvg5IWb7JI="; + hash = "sha256-h/z4CUPxOmcA57gkclEJdIWRFGfsG8v6VS8vNLneS3A="; }; build-system = [ hatchling ]; From b786b38d3ca8f49fa007aac2b6fe2224bdc3f82f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 Feb 2026 23:46:35 +0000 Subject: [PATCH 64/64] terraform-providers.spacelift-io_spacelift: 1.43.0 -> 1.44.0 --- .../networking/cluster/terraform-providers/providers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform-providers/providers.json b/pkgs/applications/networking/cluster/terraform-providers/providers.json index bba6c2e8b1be..d3033fb5c5f2 100644 --- a/pkgs/applications/networking/cluster/terraform-providers/providers.json +++ b/pkgs/applications/networking/cluster/terraform-providers/providers.json @@ -1229,13 +1229,13 @@ "vendorHash": "sha256-skswuFKhN4FFpIunbom9rM/FVRJVOFb1WwHeAIaEjn8=" }, "spacelift-io_spacelift": { - "hash": "sha256-qQ8/y1KWHIc6WHEVXfiP6LKC44N8uK47x2Lv7TAMedE=", + "hash": "sha256-W05b6v8OEPLRUzh0w5Wu7bySuaCkrD3Rl9CkomgEyEE=", "homepage": "https://registry.terraform.io/providers/spacelift-io/spacelift", "owner": "spacelift-io", "repo": "terraform-provider-spacelift", - "rev": "v1.43.0", + "rev": "v1.44.0", "spdx": "MIT", - "vendorHash": "sha256-XNPXjqrrTIC3WrpvDBP7veAYgmYws9FdF4W3j6ewRPk=" + "vendorHash": "sha256-E9e4+n12uSc12F428D8Oqe0iquTMywAY4DYWhSC+hmk=" }, "splunk-terraform_signalfx": { "hash": "sha256-dPhHzWOkNgIxlHSZm88zKkrgaXaXJ6RFdYeqX5zYSfU=",