From f5b25da5593dc96764c9c9ef3783979b599c8ab6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 14 Mar 2026 22:45:03 +0000 Subject: [PATCH 01/60] cudaPackages.nccl-tests: 2.17.10 -> 2.18.2 --- pkgs/development/cuda-modules/packages/nccl-tests.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/cuda-modules/packages/nccl-tests.nix b/pkgs/development/cuda-modules/packages/nccl-tests.nix index cf1e20c50e3d..30c07cdf7ced 100644 --- a/pkgs/development/cuda-modules/packages/nccl-tests.nix +++ b/pkgs/development/cuda-modules/packages/nccl-tests.nix @@ -30,13 +30,13 @@ backendStdenv.mkDerivation (finalAttrs: { # NOTE: Depends on the CUDA package set, so use cudaNamePrefix. name = "${cudaNamePrefix}-${finalAttrs.pname}-${finalAttrs.version}"; pname = "nccl-tests"; - version = "2.17.10"; + version = "2.18.2"; src = fetchFromGitHub { owner = "NVIDIA"; repo = "nccl-tests"; rev = "v${finalAttrs.version}"; - hash = "sha256-FXeEoJGTEJ942qKURvwWNc55Bx6b5Xeg8LP3LddkawM="; + hash = "sha256-CFLCNtDxCq8WDqbPO6CI+cwBFtgk2RO2+J3tQs6iInY="; }; postPatch = '' From 45c295e4695582523e751725ca4c6db9c362a96e Mon Sep 17 00:00:00 2001 From: Mikalai Seva Date: Thu, 26 Mar 2026 13:32:00 +0100 Subject: [PATCH 02/60] nufmt: 0-unstable-2025-12-29 -> 0-unstable-2026-03-26 --- pkgs/by-name/nu/nufmt/package.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pkgs/by-name/nu/nufmt/package.nix b/pkgs/by-name/nu/nufmt/package.nix index c195c54be827..a67d8406714a 100644 --- a/pkgs/by-name/nu/nufmt/package.nix +++ b/pkgs/by-name/nu/nufmt/package.nix @@ -7,29 +7,29 @@ }: rustPlatform.buildRustPackage { pname = "nufmt"; - version = "0-unstable-2025-12-29"; + version = "0-unstable-2026-03-26"; src = fetchFromGitHub { owner = "nushell"; repo = "nufmt"; - rev = "c03e166babe7b77f1a80a7916ab1e8e2437bba06"; - hash = "sha256-VZiRmo9/jxAFCSr2bHrf89qb6o1Obwt2+O3NrIrokZo="; + rev = "074930a23bc89a5f720a0d46ac2853f3153817c2"; + hash = "sha256-XqiUPAVM6OuyNo9HbBKW+OKQrE7QbSjDRtyfmIYQRxs="; }; nativeBuildInputs = [ rustPlatform.bindgenHook ]; - cargoHash = "sha256-BpKhgF3LUQRL1mNCR5Iq4/Q+eRaOf+JgQCuUfloRhzk="; + cargoHash = "sha256-heHFiW1/2qV6BJH7Y0ObSV1sPfVaU0m2KLbASdzca8s="; - # NOTE: Patch follows similar intention upstream https://github.com/nushell/nufmt/commit/35962223fbd4c1a924b4ccfb8c7ad81fe2863b86 + # NOTE: Patch follows similar intention upstream https://github.com/nushell/nufmt/commit/074930a23bc89a5f720a0d46ac2853f3153817c2 postPatch = '' - substituteInPlace tests/main.rs --replace-fail \ - 'const TEST_BINARY: &str = "target/debug/nufmt";' \ - 'const TEST_BINARY: &str = "target/${stdenv.hostPlatform.rust.rustcTarget}/release/nufmt";' substituteInPlace tests/ground_truth.rs --replace-fail \ - 'const TEST_BINARY: &str = "target/debug/nufmt";' \ - 'const TEST_BINARY: &str = "target/${stdenv.hostPlatform.rust.rustcTarget}/release/nufmt";' + ' let path = PathBuf::from(target_dir).join("debug").join(exe_name);' \ + ' let path = PathBuf::from(target_dir).join("${stdenv.hostPlatform.rust.rustcTarget}/release").join(exe_name);' + substituteInPlace tests/ground_truth.rs --replace-fail \ + ' let default_path = PathBuf::from("target").join("debug").join(exe_name);' \ + ' let default_path = PathBuf::from("target").join("${stdenv.hostPlatform.rust.rustcTarget}/release").join(exe_name);' ''; passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; From 50707726595bef5ff282a1b74f9d761a1c69066d Mon Sep 17 00:00:00 2001 From: Korny666 Date: Mon, 16 Mar 2026 22:45:58 +0100 Subject: [PATCH 03/60] maintainers: add korny666 --- maintainers/maintainer-list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index fc575a99684a..ee2dca0529fd 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -14353,6 +14353,12 @@ githubId = 659440; name = "Kornelijus"; }; + korny666 = { + email = "korny@publicgrave.de"; + github = "korny666"; + githubId = 12656521; + name = "Korny"; + }; koschi13 = { email = "maximilian.konter@protonmail.com"; github = "koschi13"; From 4c8320c4f408e22ebec61d402aad324d86bb1e02 Mon Sep 17 00:00:00 2001 From: Korny666 Date: Fri, 13 Mar 2026 22:35:20 +0100 Subject: [PATCH 04/60] mixing-station: init at 2.8.0 Mixing Station is a proprietary remote control app for digital audio mixers (XAir, X32, dLive, SQ, Wing, etc.). https://mixingstation.app --- pkgs/by-name/mi/mixing-station/package.nix | 88 ++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 pkgs/by-name/mi/mixing-station/package.nix diff --git a/pkgs/by-name/mi/mixing-station/package.nix b/pkgs/by-name/mi/mixing-station/package.nix new file mode 100644 index 000000000000..acc4445ebaaa --- /dev/null +++ b/pkgs/by-name/mi/mixing-station/package.nix @@ -0,0 +1,88 @@ +{ + lib, + stdenv, + fetchzip, + makeWrapper, + unzip, + jre, + libGL, + libglvnd, + libx11, + libxext, + libxcursor, + libxrandr, + libxi, + libxxf86vm, + libxinerama, + libpulseaudio, + udev, + zenity, + yad, + which, +}: +stdenv.mkDerivation (finalAttrs: { + pname = "mixing-station"; + version = "2.8.0"; + + src = fetchzip { + url = "https://mixingstation.app/backend/api/web/download/update/mixing-station-pc/release"; + name = "mixing-station-${finalAttrs.version}.zip"; + extension = "zip"; + hash = "sha256-AGmBCkaYt3kZv/XuR9fkeEVryFw6t/p1CHVirNp+81s="; + stripRoot = false; + }; + + nativeBuildInputs = [ + makeWrapper + unzip + ]; + + dontBuild = true; + + installPhase = + let + runtimeLibs = lib.makeLibraryPath [ + libGL + libglvnd + libx11 + libxext + libxcursor + libxrandr + libxi + libxxf86vm + libxinerama + libpulseaudio + udev + ]; + dialogTools = [ + zenity + yad + which + ]; + in + '' + runHook preInstall + install -Dm644 mixing-station-desktop.jar \ + "$out/share/mixing-station/mixing-station-desktop.jar" + makeWrapper "${jre}/bin/java" "$out/bin/mixing-station" \ + --add-flags "-Dawt.useSystemAAFontSettings=gasp" \ + --add-flags "-jar $out/share/mixing-station/mixing-station-desktop.jar" \ + --prefix LD_LIBRARY_PATH : "${runtimeLibs}" \ + --prefix LD_LIBRARY_PATH : "/run/opengl-driver/lib" \ + --suffix PATH : "${lib.makeBinPath dialogTools}" + runHook postInstall + ''; + + meta = { + description = "Remote control app for digital audio mixers (XAir, X32, dLive, etc.)"; + homepage = "https://mixingstation.app"; + sourceProvenance = [ lib.sourceTypes.binaryBytecode ]; + platforms = [ + "x86_64-linux" + "aarch64-linux" + ]; + mainProgram = "mixing-station"; + license = lib.licenses.unfree; + maintainers = with lib.maintainers; [ korny666 ]; + }; +}) From 31c9970a836be43b86cada6c1440db2c312a1a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 26 Mar 2026 10:05:53 -0700 Subject: [PATCH 05/60] newsboat: 2.42 -> 2.43 Diff: https://github.com/newsboat/newsboat/compare/r2.42...r2.43 Changelog: https://github.com/newsboat/newsboat/blob/r2.43/CHANGELOG.md --- pkgs/by-name/ne/newsboat/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ne/newsboat/package.nix b/pkgs/by-name/ne/newsboat/package.nix index bd821281dcfe..50f947842904 100644 --- a/pkgs/by-name/ne/newsboat/package.nix +++ b/pkgs/by-name/ne/newsboat/package.nix @@ -21,18 +21,18 @@ stdenv.mkDerivation (finalAttrs: { pname = "newsboat"; - version = "2.42"; + version = "2.43"; src = fetchFromGitHub { owner = "newsboat"; repo = "newsboat"; tag = "r${finalAttrs.version}"; - hash = "sha256-ZBqYxAX2jPaRycdw7BbhySt2uviICadT/5Z5WZqsqJM="; + hash = "sha256-XnA20uylHoly1P5qpM2JmkkV6C5//Xu5M+CjWwCiI7c="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit (finalAttrs) pname version src; - hash = "sha256-T6zBr3LoOkPLVkBvfhUdqs7iF2I6fRTZo+uMsrnv+5g="; + hash = "sha256-+QyN0YDQmSGVZ2ckLd5SDYRw/wZYFY6GNteeTRrNDcU="; }; # allow other ncurses versions on Darwin From 434e12708e47aa3274fe7544127f9f7e16dbb276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 26 Mar 2026 10:40:15 -0700 Subject: [PATCH 06/60] pdfslicer: drop --- pkgs/by-name/pd/pdfslicer/package.nix | 70 ------------------- pkgs/by-name/qp/qpdf/package.nix | 2 - .../development/libraries/poppler/default.nix | 2 - pkgs/top-level/aliases.nix | 1 + 4 files changed, 1 insertion(+), 74 deletions(-) delete mode 100644 pkgs/by-name/pd/pdfslicer/package.nix diff --git a/pkgs/by-name/pd/pdfslicer/package.nix b/pkgs/by-name/pd/pdfslicer/package.nix deleted file mode 100644 index de9635d0b3bb..000000000000 --- a/pkgs/by-name/pd/pdfslicer/package.nix +++ /dev/null @@ -1,70 +0,0 @@ -{ - lib, - stdenv, - fetchFromGitHub, - cmake, - gettext, - intltool, - pkg-config, - wrapGAppsHook3, - gtkmm3, - libuuid, - poppler, - qpdf, -}: - -stdenv.mkDerivation (finalAttrs: { - pname = "pdfslicer"; - version = "1.8.8"; - - src = fetchFromGitHub { - owner = "junrrein"; - repo = "pdfslicer"; - tag = "v${finalAttrs.version}"; - fetchSubmodules = true; - sha256 = "0sja0ddd9c8wjjpzk2ag8q1lxpj09adgmhd7wnsylincqnj2jyls"; - }; - - postPatch = '' - # Don't build tests, vendored catch doesn't build with latest glibc. - substituteInPlace CMakeLists.txt \ - --replace "add_subdirectory (tests)" "" - - # Replace deprecated and now unsupported old cmake version - # https://github.com/NixOS/nixpkgs/issues/445447 - - substituteInPlace third-party/fmtlib/CMakeLists.txt \ - --replace-fail "cmake_minimum_required(VERSION 3.1.0)" \ - "cmake_minimum_required(VERSION 3.10)" - substituteInPlace third-party/GSL/CMakeLists.txt \ - --replace-fail "cmake_minimum_required(VERSION 3.1.3)" \ - "cmake_minimum_required(VERSION 3.10)" - ''; - - nativeBuildInputs = [ - cmake - gettext - intltool - pkg-config - wrapGAppsHook3 - ]; - - buildInputs = [ - gtkmm3 - libuuid - poppler - qpdf - ]; - - env = lib.optionalAttrs (stdenv.cc.isGNU && lib.versionAtLeast stdenv.cc.version "13") { - # Pending upstream compatibility with GCC 13 - CXXFLAGS = "-Wno-changes-meaning"; - }; - - meta = { - description = "Simple application to extract, merge, rotate and reorder pages of PDF documents"; - homepage = "https://junrrein.github.io/pdfslicer/"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dotlambda ]; - }; -}) diff --git a/pkgs/by-name/qp/qpdf/package.nix b/pkgs/by-name/qp/qpdf/package.nix index a3dbe20104b6..d24e78fb7e35 100644 --- a/pkgs/by-name/qp/qpdf/package.nix +++ b/pkgs/by-name/qp/qpdf/package.nix @@ -11,7 +11,6 @@ # for passthru.tests cups-filters, pdfmixtool, - pdfslicer, python3, testers, versionCheckHook, @@ -80,7 +79,6 @@ stdenv.mkDerivation (finalAttrs: { inherit cups-filters pdfmixtool - pdfslicer ; }; diff --git a/pkgs/development/libraries/poppler/default.nix b/pkgs/development/libraries/poppler/default.nix index e4a63b691829..686d4a3715e3 100644 --- a/pkgs/development/libraries/poppler/default.nix +++ b/pkgs/development/libraries/poppler/default.nix @@ -39,7 +39,6 @@ gdal, gegl, inkscape, - pdfslicer, scribus, vips, testers, @@ -168,7 +167,6 @@ stdenv.mkDerivation (finalAttrs: { inherit gegl - pdfslicer vips ; gdal = gdal.override { usePoppler = true; }; diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index b35874eec9ab..b0a87c4e9452 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1544,6 +1544,7 @@ mapAliases { pcsctools = throw "'pcsctools' has been renamed to/replaced by 'pcsc-tools'"; # Converted to throw 2025-10-27 pdf2djvu = throw "pdf2djvu has been removed because it was broken and archived upstream"; # added 2025-12-06 pdf4tcl = throw "'pdf4tcl' has been renamed to/replaced by 'tclPackages.pdf4tcl'"; # Converted to throw 2025-10-27 + pdfslicer = throw "'pdfslicer' has been removed because it was broken and abandoned upstream"; # added 2026-03-26 pds = warnAlias "'pds' has been renamed to 'bluesky-pds'" bluesky-pds; # Added 2025-08-20 pdsadmin = warnAlias "'pdsadmin' has been renamed to 'bluesky-pdsadmin'" bluesky-pdsadmin; # Added 2025-08-20 peach = throw "'peach' has been renamed to/replaced by 'asouldocs'"; # Converted to throw 2025-10-27 From 43f0ee29e2605febe8d1ba2e044ee3f8d294ce0d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 27 Mar 2026 06:26:41 +0000 Subject: [PATCH 07/60] python3Packages.pyworxcloud: 6.1.0 -> 6.1.1 --- pkgs/development/python-modules/pyworxcloud/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyworxcloud/default.nix b/pkgs/development/python-modules/pyworxcloud/default.nix index 22f4902b26ad..2d21198b49e0 100644 --- a/pkgs/development/python-modules/pyworxcloud/default.nix +++ b/pkgs/development/python-modules/pyworxcloud/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "pyworxcloud"; - version = "6.1.0"; + version = "6.1.1"; pyproject = true; src = fetchFromGitHub { owner = "MTrab"; repo = "pyworxcloud"; tag = "v${version}"; - hash = "sha256-V57BQ0F5gpKi9aOy79/VyU/qTx/CujM+H6XvRlrjBXY="; + hash = "sha256-z2X0Sj+D9OcrL6tkqNo7pS6wqcmskf4IZENins9c+g4="; }; pythonRelaxDeps = [ "awsiotsdk" ]; From b6f5a43336749a0b0106c4a5d67e80d5589c4efa Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Tue, 24 Mar 2026 20:30:25 +0100 Subject: [PATCH 08/60] blockbench: 5.0.7 -> 5.1.1 Co-authored-by: TomaSajt <62384384+TomaSajt@users.noreply.github.com> --- .../dont-assume-opening-app-asar.patch | 15 ++++++++++++ pkgs/by-name/bl/blockbench/package.nix | 23 ++++++++----------- 2 files changed, 25 insertions(+), 13 deletions(-) create mode 100644 pkgs/by-name/bl/blockbench/dont-assume-opening-app-asar.patch diff --git a/pkgs/by-name/bl/blockbench/dont-assume-opening-app-asar.patch b/pkgs/by-name/bl/blockbench/dont-assume-opening-app-asar.patch new file mode 100644 index 000000000000..bb663d2dde2b --- /dev/null +++ b/pkgs/by-name/bl/blockbench/dont-assume-opening-app-asar.patch @@ -0,0 +1,15 @@ +diff --git a/js/desktop.js b/js/desktop.js +index f3fcb25..a92a884 100644 +--- a/js/desktop.js ++++ b/js/desktop.js +@@ -123,7 +123,9 @@ export function loadOpenWithBlockbenchFile() { + }) + if (electron.process.argv.length >= 2) { + let path = electron.process.argv.last(); +- load(path); ++ if (!path.endsWith("app.asar")) { ++ load(path); ++ } + } + } + console.log('Electron '+process.versions.electron+', Node '+process.versions.node) diff --git a/pkgs/by-name/bl/blockbench/package.nix b/pkgs/by-name/bl/blockbench/package.nix index 41a5d0589a5d..3d3227b43822 100644 --- a/pkgs/by-name/bl/blockbench/package.nix +++ b/pkgs/by-name/bl/blockbench/package.nix @@ -3,7 +3,6 @@ stdenv, buildNpmPackage, fetchFromGitHub, - fetchpatch, makeWrapper, imagemagick, copyDesktopItems, @@ -13,15 +12,22 @@ buildNpmPackage rec { pname = "blockbench"; - version = "5.0.7"; + version = "5.1.1"; src = fetchFromGitHub { owner = "JannisX11"; repo = "blockbench"; tag = "v${version}"; - hash = "sha256-JXOO2+UPMOGSuvez8ektbD5waPKatMggKn+MuH9Qkrs="; + hash = "sha256-bvstexoBQylLmTMzAhId+1HvC3iiL3tPahGhwZ5Yroo="; }; + patches = [ + # On linux we're running Blockbench by giving the path to the app.asar file to the electron executable, + # but Blockbench assumes paths at the and og the argv are files to be opened + # This patch disables trying to open the app.asar file + ./dont-assume-opening-app-asar.patch + ]; + nativeBuildInputs = [ makeWrapper ] @@ -30,16 +36,7 @@ buildNpmPackage rec { copyDesktopItems ]; - patches = [ - (fetchpatch { - # fixes https://github.com/JannisX11/blockbench/issues/3237 - name = "bump-electron-builder.patch"; - url = "https://github.com/JannisX11/blockbench/commit/dee9ae271f252d4bb3f98c13c4a1abaaeedd1feb.patch"; - hash = "sha256-XpdqeCKoWsUieOMWhxVsEQ2r0qR+iiXKnVRfNYERDQs="; - }) - ]; - - npmDepsHash = "sha256-T3yenZCkOrGOWJBxqe0RG39jWYfpsXStblf5Jx4dtF0="; + npmDepsHash = "sha256-1CCYk3cKFdLhx8oC5XreFCf5sL/7eKjOfXCmHt7hZrM="; makeCacheWritable = true; env.ELECTRON_SKIP_BINARY_DOWNLOAD = 1; From 9bfa457e30dd88228725b69c966496f8168fd4ca Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 27 Mar 2026 17:42:48 +0000 Subject: [PATCH 09/60] python3Packages.streamlit-folium: 0.26.2 -> 0.27.1 --- pkgs/development/python-modules/streamlit-folium/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/streamlit-folium/default.nix b/pkgs/development/python-modules/streamlit-folium/default.nix index 22be9642330d..9cd90f60b14a 100644 --- a/pkgs/development/python-modules/streamlit-folium/default.nix +++ b/pkgs/development/python-modules/streamlit-folium/default.nix @@ -15,14 +15,14 @@ buildPythonPackage (finalAttrs: { pname = "streamlit-folium"; - version = "0.26.2"; + version = "0.27.1"; pyproject = true; src = fetchFromGitHub { owner = "randyzwitch"; repo = "streamlit-folium"; tag = "v${finalAttrs.version}"; - hash = "sha256-6BCJ1j6p46EA696Ll9p3JOwGywp5gdhFA6k6HhVAZYo="; + hash = "sha256-8FpU0dCuHlGvr2k8LAJs2tR3yRSIOHc+Q5V13oSNgEI="; }; postPatch = '' From 425964d9d98981961cb47eb320d093088fccb0d4 Mon Sep 17 00:00:00 2001 From: Korny666 Date: Fri, 27 Mar 2026 22:50:46 +0100 Subject: [PATCH 10/60] mixing-station: improved with version link for latest release --- pkgs/by-name/mi/mixing-station/package.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/by-name/mi/mixing-station/package.nix b/pkgs/by-name/mi/mixing-station/package.nix index acc4445ebaaa..e705ba39d310 100644 --- a/pkgs/by-name/mi/mixing-station/package.nix +++ b/pkgs/by-name/mi/mixing-station/package.nix @@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: { version = "2.8.0"; src = fetchzip { - url = "https://mixingstation.app/backend/api/web/download/update/mixing-station-pc/release"; + url = "https://mixingstation.app/backend/api/web/download/archive/mixing-station-pc/update/${finalAttrs.version}"; name = "mixing-station-${finalAttrs.version}.zip"; extension = "zip"; hash = "sha256-AGmBCkaYt3kZv/XuR9fkeEVryFw6t/p1CHVirNp+81s="; @@ -34,7 +34,6 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ makeWrapper - unzip ]; dontBuild = true; From 701676f88824ae5539b066f854361a329d3103f2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 28 Mar 2026 00:30:50 +0000 Subject: [PATCH 11/60] python3Packages.pyglossary: 5.2.1 -> 5.3.0 --- pkgs/development/python-modules/pyglossary/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyglossary/default.nix b/pkgs/development/python-modules/pyglossary/default.nix index 876507482fc7..79445bb5caef 100644 --- a/pkgs/development/python-modules/pyglossary/default.nix +++ b/pkgs/development/python-modules/pyglossary/default.nix @@ -28,14 +28,14 @@ buildPythonPackage rec { pname = "pyglossary"; - version = "5.2.1"; + version = "5.3.0"; pyproject = true; src = fetchFromGitHub { owner = "ilius"; repo = "pyglossary"; tag = version; - hash = "sha256-kxCJ5Sv/v7LOIgNrhpv2Q3ooWx/eciWOVV5YhjOWf70="; + hash = "sha256-Gg2D2nWhG8j4+NtzSzgmsdKd5UK8PherM8Hi1b2GAqg="; }; build-system = [ From 595e53600f236ad10383884c700ddedcaca59e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Bori?= Date: Mon, 8 Sep 2025 16:29:58 +0200 Subject: [PATCH 12/60] python3Packages.mediawiki-langcodes: init at 0.2.18 --- .../mediawiki-langcodes/default.nix | 37 +++++++++++++++++++ pkgs/top-level/python-packages.nix | 2 + 2 files changed, 39 insertions(+) create mode 100644 pkgs/development/python-modules/mediawiki-langcodes/default.nix diff --git a/pkgs/development/python-modules/mediawiki-langcodes/default.nix b/pkgs/development/python-modules/mediawiki-langcodes/default.nix new file mode 100644 index 000000000000..16de76c82d79 --- /dev/null +++ b/pkgs/development/python-modules/mediawiki-langcodes/default.nix @@ -0,0 +1,37 @@ +{ + lib, + buildPythonPackage, + setuptools, + fetchPypi, + pytestCheckHook, +}: + +buildPythonPackage (finalAttrs: { + pname = "mediawiki-langcodes"; + version = "0.2.18"; + pyproject = true; + + # Using fetchPypi instead of fetching from source for technical reason. + # It required Internet and Python scripts to build the database. + src = fetchPypi { + pname = "mediawiki_langcodes"; + inherit (finalAttrs) version; + hash = "sha256-9wHlISFD2Pc4qA+kAGR2yRXRby6NGkQRTOoamaoFCxU="; + }; + + build-system = [ setuptools ]; + + pythonImportsCheck = [ "mediawiki_langcodes" ]; + + nativeCheckInputs = [ + pytestCheckHook + ]; + + meta = { + description = "Convert MediaWiki language names and language codes"; + homepage = "https://github.com/xxyzz/mediawiki_langcodes"; + changelog = "https://github.com/xxyzz/mediawiki_langcodes/releases/tag/v${finalAttrs.version}"; + license = lib.licenses.gpl3Plus; + maintainers = with lib.maintainers; [ theobori ]; + }; +}) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index d1d597dc0282..789a5c0da8ca 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -9687,6 +9687,8 @@ self: super: with self; { mediapy = callPackage ../development/python-modules/mediapy { }; + mediawiki-langcodes = callPackage ../development/python-modules/mediawiki-langcodes { }; + medpy = callPackage ../development/python-modules/medpy { }; medvol = callPackage ../development/python-modules/medvol { }; From 2d60d565e6adc5f0da14e33498143160d6869d0b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 28 Mar 2026 01:06:09 +0000 Subject: [PATCH 13/60] hyprutils: 0.11.0 -> 0.11.1 --- pkgs/by-name/hy/hyprutils/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/hy/hyprutils/package.nix b/pkgs/by-name/hy/hyprutils/package.nix index 94e10427677f..bbc238dbc4e4 100644 --- a/pkgs/by-name/hy/hyprutils/package.nix +++ b/pkgs/by-name/hy/hyprutils/package.nix @@ -10,13 +10,13 @@ gcc15Stdenv.mkDerivation (finalAttrs: { pname = "hyprutils"; - version = "0.11.0"; + version = "0.11.1"; src = fetchFromGitHub { owner = "hyprwm"; repo = "hyprutils"; tag = "v${finalAttrs.version}"; - hash = "sha256-rGbEMhTTyTzw4iyz45lch5kXseqnqcEpmrHdy+zHsfo="; + hash = "sha256-S76omfIVQ1TpGiXFbqih6o6XcH3sA5+5QI+SXB4HvlY="; }; nativeBuildInputs = [ From 0b31055882e665fc6cb17a87cc6f4f0489e2de57 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 28 Mar 2026 07:05:22 +0000 Subject: [PATCH 14/60] _1password-gui: 8.12.6 -> 8.12.8 --- pkgs/by-name/_1/_1password-gui/sources.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pkgs/by-name/_1/_1password-gui/sources.json b/pkgs/by-name/_1/_1password-gui/sources.json index 71ad2494231e..2b5b9184a60e 100644 --- a/pkgs/by-name/_1/_1password-gui/sources.json +++ b/pkgs/by-name/_1/_1password-gui/sources.json @@ -1,28 +1,28 @@ { "stable": { "linux": { - "version": "8.12.6", + "version": "8.12.8", "sources": { "x86_64": { - "url": "https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.12.6.x64.tar.gz", - "hash": "sha256-OLAPOgt5xgHudTUbu+XjpiN1lACWHZ86rYPZeX2idaw=" + "url": "https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.12.8.x64.tar.gz", + "hash": "sha256-WMApavYGR4TX1/gx8yjzaI0SHf1CEC+Ay9nAyxCOLs0=" }, "aarch64": { - "url": "https://downloads.1password.com/linux/tar/stable/aarch64/1password-8.12.6.arm64.tar.gz", - "hash": "sha256-dhSn/wPzny7eO2/5huEqBfus/TIkVAei7eqJVY0HdPI=" + "url": "https://downloads.1password.com/linux/tar/stable/aarch64/1password-8.12.8.arm64.tar.gz", + "hash": "sha256-Uqt44otc40/v7/f90r2BS0yK1TuctOO0VUcWGhjv0pI=" } } }, "darwin": { - "version": "8.12.6", + "version": "8.12.8", "sources": { "x86_64": { - "url": "https://downloads.1password.com/mac/1Password-8.12.6-x86_64.zip", - "hash": "sha256-fL0KXi4+4fZfLX0sChWz7T//AdW9SCQF3mZvd92brIE=" + "url": "https://downloads.1password.com/mac/1Password-8.12.8-x86_64.zip", + "hash": "sha256-w4gfs8Ctpe73TNaXebwUoa0cEOuZfiBUWN+qngSNcj4=" }, "aarch64": { - "url": "https://downloads.1password.com/mac/1Password-8.12.6-aarch64.zip", - "hash": "sha256-1N5bKMFSuyZ5KHXhmLevewsCLZvjunWTObBw5QMfbcY=" + "url": "https://downloads.1password.com/mac/1Password-8.12.8-aarch64.zip", + "hash": "sha256-tT7VG6KlIv4Q+UtG9pzkyBRnISzvAdrqOeO8zdlZPb4=" } } } From 8af7da398aa912c6219d333a55246261f731fe07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pitucha?= Date: Sat, 28 Mar 2026 20:12:28 +1100 Subject: [PATCH 15/60] newsboat: fix darwin build --- pkgs/by-name/ne/newsboat/package.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/by-name/ne/newsboat/package.nix b/pkgs/by-name/ne/newsboat/package.nix index 50f947842904..b7e329e7f6ed 100644 --- a/pkgs/by-name/ne/newsboat/package.nix +++ b/pkgs/by-name/ne/newsboat/package.nix @@ -17,6 +17,7 @@ libiconv, makeWrapper, nix-update-script, + fetchpatch, }: stdenv.mkDerivation (finalAttrs: { @@ -30,6 +31,13 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-XnA20uylHoly1P5qpM2JmkkV6C5//Xu5M+CjWwCiI7c="; }; + patches = [ + (fetchpatch { + url = "https://github.com/newsboat/newsboat/commit/f7936d13013d33946b28b2ac51f1266423d66b23.patch"; + hash = "sha256-MnL/ylTIJJV1+3I1OxzNWedLUEZ4viuzxXNM63qk1aM="; + }) + ]; + cargoDeps = rustPlatform.fetchCargoVendor { inherit (finalAttrs) pname version src; hash = "sha256-+QyN0YDQmSGVZ2ckLd5SDYRw/wZYFY6GNteeTRrNDcU="; From 3c2b9a7d3b50886c68e53346ac6f40b850b42d66 Mon Sep 17 00:00:00 2001 From: thelissimus Date: Sat, 28 Mar 2026 05:40:24 +0500 Subject: [PATCH 16/60] saw-tools: 1.4 -> 1.5 --- pkgs/by-name/sa/saw-tools/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/sa/saw-tools/package.nix b/pkgs/by-name/sa/saw-tools/package.nix index 1136ccef30d7..28f0726c6619 100644 --- a/pkgs/by-name/sa/saw-tools/package.nix +++ b/pkgs/by-name/sa/saw-tools/package.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "saw-tools"; - version = "1.4"; + version = "1.5"; src = fetchurl { url = "https://github.com/GaloisInc/saw-script/releases/download/v${finalAttrs.version}/saw-${finalAttrs.version}-ubuntu-22.04-X64-with-solvers.tar.gz"; From e5deaec3a0f6996e1d5aca80e04f3ad347aed798 Mon Sep 17 00:00:00 2001 From: thelissimus Date: Sat, 28 Mar 2026 12:17:04 +0500 Subject: [PATCH 17/60] saw-tools: add aarch64-darwin and x86_64-darwin support --- pkgs/by-name/sa/saw-tools/package.nix | 24 +++++++++------- pkgs/by-name/sa/saw-tools/sources.nix | 16 +++++++++++ pkgs/by-name/sa/saw-tools/update.sh | 41 +++++++++++++++++++++++++++ 3 files changed, 71 insertions(+), 10 deletions(-) create mode 100644 pkgs/by-name/sa/saw-tools/sources.nix create mode 100755 pkgs/by-name/sa/saw-tools/update.sh diff --git a/pkgs/by-name/sa/saw-tools/package.nix b/pkgs/by-name/sa/saw-tools/package.nix index 28f0726c6619..fe8b07b33260 100644 --- a/pkgs/by-name/sa/saw-tools/package.nix +++ b/pkgs/by-name/sa/saw-tools/package.nix @@ -11,16 +11,17 @@ testers, }: +let + sources = import ./sources.nix; +in + stdenv.mkDerivation (finalAttrs: { pname = "saw-tools"; version = "1.5"; - src = fetchurl { - url = "https://github.com/GaloisInc/saw-script/releases/download/v${finalAttrs.version}/saw-${finalAttrs.version}-ubuntu-22.04-X64-with-solvers.tar.gz"; - hash = "sha256-AjMGOi0Nzl0cjVltjgbqhzBiPpIZbDtS3+SqergeulE="; - }; + src = fetchurl sources.${stdenv.hostPlatform.system}; - buildInputs = [ + buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ gmp ncurses readline @@ -28,10 +29,13 @@ stdenv.mkDerivation (finalAttrs: { zlib ]; - nativeBuildInputs = [ - autoPatchelfHook - makeWrapper - ]; + nativeBuildInputs = + lib.optionals stdenv.hostPlatform.isLinux [ + autoPatchelfHook + ] + ++ [ + makeWrapper + ]; installPhase = '' mkdir -p $out/lib $out/share @@ -52,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://saw.galois.com"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.bsd3; - platforms = [ "x86_64-linux" ]; + platforms = lib.attrNames sources; maintainers = [ lib.maintainers.thoughtpolice ]; }; }) diff --git a/pkgs/by-name/sa/saw-tools/sources.nix b/pkgs/by-name/sa/saw-tools/sources.nix new file mode 100644 index 000000000000..5f17154d628c --- /dev/null +++ b/pkgs/by-name/sa/saw-tools/sources.nix @@ -0,0 +1,16 @@ +# Generated by ./update.sh - do not update manually! +# Last updated: 2026-03-28 +{ + aarch64-darwin = { + url = "https://github.com/GaloisInc/saw-script/releases/download/v1.5/saw-1.5-macos-15-ARM64-with-solvers.tar.gz"; + hash = "sha256-1mURJfcnIRhuLrG1Gf4SRXmTzLbztBBRQGcXFFiAWWU="; + }; + x86_64-darwin = { + url = "https://github.com/GaloisInc/saw-script/releases/download/v1.5/saw-1.5-macos-15-intel-X64-with-solvers.tar.gz"; + hash = "sha256-f3NofLPR6tarcZg/EjtCv1mSxz5O4nTKeOEoTPeGgf8="; + }; + x86_64-linux = { + url = "https://github.com/GaloisInc/saw-script/releases/download/v1.5/saw-1.5-ubuntu-22.04-X64-with-solvers.tar.gz"; + hash = "sha256-k9Qo93d0IXBRe7P+wU20LjFjM+LdHf6Z2S0Nybmh/4E="; + }; +} diff --git a/pkgs/by-name/sa/saw-tools/update.sh b/pkgs/by-name/sa/saw-tools/update.sh new file mode 100755 index 000000000000..0baf5021543f --- /dev/null +++ b/pkgs/by-name/sa/saw-tools/update.sh @@ -0,0 +1,41 @@ +#!/usr/bin/env nix-shell +#! nix-shell -i bash --pure -p nix + +set -euo pipefail + +cd "$(readlink -e "$(dirname "${BASH_SOURCE[0]}")")" + +version="1.5" + +aarch64_darwin_url="https://github.com/GaloisInc/saw-script/releases/download/v${version}/saw-${version}-macos-15-ARM64-with-solvers.tar.gz" +x86_64_darwin_url="https://github.com/GaloisInc/saw-script/releases/download/v${version}/saw-${version}-macos-15-intel-X64-with-solvers.tar.gz" +x86_64_linux_url="https://github.com/GaloisInc/saw-script/releases/download/v${version}/saw-${version}-ubuntu-22.04-X64-with-solvers.tar.gz" + +aarch64_darwin_hash=$(nix-prefetch-url "$aarch64_darwin_url") +x86_64_darwin_hash=$(nix-prefetch-url "$x86_64_darwin_url") +x86_64_linux_hash=$(nix-prefetch-url "$x86_64_linux_url") + +aarch64_darwin_hash=$(nix --extra-experimental-features nix-command hash convert --to sri --hash-algo sha256 "$aarch64_darwin_hash") +x86_64_darwin_hash=$(nix --extra-experimental-features nix-command hash convert --to sri --hash-algo sha256 "$x86_64_darwin_hash") +x86_64_linux_hash=$(nix --extra-experimental-features nix-command hash convert --to sri --hash-algo sha256 "$x86_64_linux_hash") + +sed -i "s/version = \".*\"/version = \"${version}\"/" package.nix + +cat >sources.nix < Date: Sat, 28 Mar 2026 12:19:58 +0500 Subject: [PATCH 18/60] saw-tools: fix meta homepage and missing mainProgram --- pkgs/by-name/sa/saw-tools/package.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/sa/saw-tools/package.nix b/pkgs/by-name/sa/saw-tools/package.nix index fe8b07b33260..888a92510f4b 100644 --- a/pkgs/by-name/sa/saw-tools/package.nix +++ b/pkgs/by-name/sa/saw-tools/package.nix @@ -53,10 +53,11 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Tools for software verification and analysis"; - homepage = "https://saw.galois.com"; + homepage = "https://tools.galois.com/saw"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.bsd3; platforms = lib.attrNames sources; maintainers = [ lib.maintainers.thoughtpolice ]; + mainProgram = "saw"; }; }) From fd42e736f9909fc4b86237f6d1a8ccf99f9ac837 Mon Sep 17 00:00:00 2001 From: thelissimus Date: Sat, 28 Mar 2026 12:23:43 +0500 Subject: [PATCH 19/60] saw-tools: add thelissimus to maintainers --- pkgs/by-name/sa/saw-tools/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/sa/saw-tools/package.nix b/pkgs/by-name/sa/saw-tools/package.nix index 888a92510f4b..c08c9abc222c 100644 --- a/pkgs/by-name/sa/saw-tools/package.nix +++ b/pkgs/by-name/sa/saw-tools/package.nix @@ -57,7 +57,10 @@ stdenv.mkDerivation (finalAttrs: { sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.bsd3; platforms = lib.attrNames sources; - maintainers = [ lib.maintainers.thoughtpolice ]; + maintainers = with lib.maintainers; [ + thoughtpolice + thelissimus + ]; mainProgram = "saw"; }; }) From f750dd7e14e9ae248b93a38f24e158f267aaeeef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Bori?= Date: Mon, 8 Sep 2025 16:44:37 +0200 Subject: [PATCH 20/60] python3Packages.wikitextprocessor: init at 0.4.96-unstable-2026-03-06 --- .../wikitextprocessor/default.nix | 68 +++++++++++++++++++ pkgs/top-level/python-packages.nix | 2 + 2 files changed, 70 insertions(+) create mode 100644 pkgs/development/python-modules/wikitextprocessor/default.nix diff --git a/pkgs/development/python-modules/wikitextprocessor/default.nix b/pkgs/development/python-modules/wikitextprocessor/default.nix new file mode 100644 index 000000000000..339a140c7026 --- /dev/null +++ b/pkgs/development/python-modules/wikitextprocessor/default.nix @@ -0,0 +1,68 @@ +{ + lib, + buildPythonPackage, + fetchFromGitHub, + setuptools, + dateparser, + lupa, + lxml, + mediawiki-langcodes, + psutil, + requests, + pytestCheckHook, + unstableGitUpdater, +}: + +buildPythonPackage { + pname = "wikitextprocessor"; + version = "0.4.96-unstable-2026-03-06"; + pyproject = true; + + src = fetchFromGitHub { + owner = "tatuylonen"; + repo = "wikitextprocessor"; + fetchSubmodules = true; + rev = "9d9a410c45c06d30239bcc0d8c1a57718a3f7a2c"; + hash = "sha256-qhl9yRF2MUQvKXgcuxu20h6cEQofN1xMMb4JJZcFHS0="; + }; + + build-system = [ setuptools ]; + + pythonRelaxDeps = [ "dateparser" ]; + + dependencies = [ + dateparser + lupa + lxml + mediawiki-langcodes + psutil + requests + ]; + + pythonImportsCheck = [ "wikitextprocessor" ]; + + nativeCheckInputs = [ + pytestCheckHook + ]; + + disabledTests = [ + # It requires Internet + "test_process_dump" + # It attempts to write a readonly database + "test_fetchlanguage" + "test_language_parser_function" + ]; + + passthru.updateScript = unstableGitUpdater { }; + + meta = { + description = "Parser and expander for Wikipedia, Wiktionary etc. dump files, with Lua execution support"; + homepage = "https://github.com/tatuylonen/wikitextprocessor"; + license = with lib.licenses; [ + mit + cc-by-sa-40 # Needed for certain test files under Wiktionary licence + gpl2Plus # Needed for certain files in lua/mediawiki-extensions-Scribunto/ + ]; + maintainers = with lib.maintainers; [ theobori ]; + }; +} diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 789a5c0da8ca..a1045bce1702 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -21065,6 +21065,8 @@ self: super: with self; { wikitextparser = callPackage ../development/python-modules/wikitextparser { }; + wikitextprocessor = callPackage ../development/python-modules/wikitextprocessor { }; + willow = callPackage ../development/python-modules/willow { }; winacl = callPackage ../development/python-modules/winacl { }; From 158756b2209c2e5c31288a612e4bc10ea0afc4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Bori?= Date: Mon, 8 Sep 2025 16:53:48 +0200 Subject: [PATCH 21/60] python3Packages.wiktextract: init at 1.99.7-unstable-2026-03-26 --- .../python-modules/wiktextract/default.nix | 51 +++++++++++++++++++ pkgs/top-level/python-packages.nix | 2 + 2 files changed, 53 insertions(+) create mode 100644 pkgs/development/python-modules/wiktextract/default.nix diff --git a/pkgs/development/python-modules/wiktextract/default.nix b/pkgs/development/python-modules/wiktextract/default.nix new file mode 100644 index 000000000000..a1e5f04d75f0 --- /dev/null +++ b/pkgs/development/python-modules/wiktextract/default.nix @@ -0,0 +1,51 @@ +{ + lib, + buildPythonPackage, + fetchFromGitHub, + setuptools, + levenshtein, + nltk, + pydantic, + wikitextprocessor, + unstableGitUpdater, +}: + +buildPythonPackage { + pname = "wiktextract"; + version = "1.99.7-unstable-2026-03-26"; + pyproject = true; + + src = fetchFromGitHub { + owner = "tatuylonen"; + repo = "wiktextract"; + rev = "f47b8fc87a0e17f4dcca68f534e73f4c6fa8e8e7"; + hash = "sha256-U9Xm3vRAvONN/DwyhEEM54eiBnv7JKAEXPolK9HfJU8="; + }; + + build-system = [ setuptools ]; + + dependencies = [ + levenshtein + nltk + pydantic + wikitextprocessor + ]; + + # It requires Internet + doCheck = false; + + pythonImportsCheck = [ "wiktextract" ]; + + passthru.updateScript = unstableGitUpdater { }; + + meta = { + description = "Wiktionary dump file parser and multilingual data extractor"; + homepage = "https://github.com/tatuylonen/wiktextract"; + license = with lib.licenses; [ + mit + cc-by-sa-40 # Needed for certain test files under Wiktionary licence + ]; + maintainers = with lib.maintainers; [ theobori ]; + mainProgram = "wiktwords"; + }; +} diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index a1045bce1702..ca1951e4faff 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -21067,6 +21067,8 @@ self: super: with self; { wikitextprocessor = callPackage ../development/python-modules/wikitextprocessor { }; + wiktextract = callPackage ../development/python-modules/wiktextract { }; + willow = callPackage ../development/python-modules/willow { }; winacl = callPackage ../development/python-modules/winacl { }; From f24b720e0dc3f3340a7146dcfb1fbfa19483fad8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 28 Mar 2026 17:58:02 +0100 Subject: [PATCH 22/60] python3Packages.thinqconnect: 1.0.9 -> 1.0.11 Diff: https://github.com/thinq-connect/pythinqconnect/compare/1.0.9...1.0.11 Changelog: https://github.com/thinq-connect/pythinqconnect/blob/1.0.11/RELEASE_NOTES.md --- pkgs/development/python-modules/thinqconnect/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/thinqconnect/default.nix b/pkgs/development/python-modules/thinqconnect/default.nix index a26e70017341..321217d9d271 100644 --- a/pkgs/development/python-modules/thinqconnect/default.nix +++ b/pkgs/development/python-modules/thinqconnect/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "thinqconnect"; - version = "1.0.9"; + version = "1.0.11"; pyproject = true; src = fetchFromGitHub { owner = "thinq-connect"; repo = "pythinqconnect"; tag = version; - hash = "sha256-O7jH6zpwNTZM9b7XRkNNVG2tjWsOD+GvOcDrcPkmugs="; + hash = "sha256-ZM+CCnGJga66b68MLKkd80dHPhF4mYMIFuV1M+5K3C8="; }; build-system = [ setuptools ]; From 707a0363db06b3d5cbeedf5afb4cc5ff6f6de1da Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 28 Mar 2026 17:38:44 +0000 Subject: [PATCH 23/60] python3Packages.withings-sync: 5.3.0 -> 5.3.2 --- pkgs/development/python-modules/withings-sync/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/withings-sync/default.nix b/pkgs/development/python-modules/withings-sync/default.nix index 210033536aeb..90a3657447ee 100644 --- a/pkgs/development/python-modules/withings-sync/default.nix +++ b/pkgs/development/python-modules/withings-sync/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "withings-sync"; - version = "5.3.0"; + version = "5.3.2"; pyproject = true; src = fetchFromGitHub { owner = "jaroslawhartman"; repo = "withings-sync"; tag = "v${version}"; - hash = "sha256-Q9zOXQIdl4jpCK6a5Xp4kZK67MqudX0thDAkRmdL3AQ="; + hash = "sha256-1pDM5paSXPQCOG5LRFxnp19K1iHcsfrGC9e7SEyxUDs="; }; postPatch = '' From b5f18cfea5023d60244b7ea8b930b30b8e5301aa Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 28 Mar 2026 19:57:37 +0000 Subject: [PATCH 24/60] gerrit: 3.13.4 -> 3.13.5 --- pkgs/by-name/ge/gerrit/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ge/gerrit/package.nix b/pkgs/by-name/ge/gerrit/package.nix index 80213907006f..756095f202e3 100644 --- a/pkgs/by-name/ge/gerrit/package.nix +++ b/pkgs/by-name/ge/gerrit/package.nix @@ -8,11 +8,11 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "gerrit"; - version = "3.13.4"; + version = "3.13.5"; src = fetchurl { url = "https://gerrit-releases.storage.googleapis.com/gerrit-${finalAttrs.version}.war"; - hash = "sha256-2CswgkpKe8XRx24497dTagfy+kWiLluac+q9l+UlA4k="; + hash = "sha256-Imhi9mZsLmjbwpUipQEdQLBbyBvMJw2THXkfxaikNkA="; }; buildCommand = '' From 0bfce03ec1433333bf9444cfe2a0929af8027c0c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 28 Mar 2026 20:19:38 +0000 Subject: [PATCH 25/60] tidal-hifi: 6.2.0 -> 6.3.1-Mavy --- pkgs/by-name/ti/tidal-hifi/electron.nix | 4 ++-- pkgs/by-name/ti/tidal-hifi/package.nix | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/ti/tidal-hifi/electron.nix b/pkgs/by-name/ti/tidal-hifi/electron.nix index 3c9578cc468a..6def880dfd9c 100644 --- a/pkgs/by-name/ti/tidal-hifi/electron.nix +++ b/pkgs/by-name/ti/tidal-hifi/electron.nix @@ -8,11 +8,11 @@ let https://github.com/Mastermindzh/tidal-hifi/blob/master/build/electron-builder.base.yml for the expected version */ - version = "40.1.0"; + version = "40.7.0"; in (fetchzip { url = "https://github.com/castlabs/electron-releases/releases/download/v${version}+wvcus/electron-v${version}+wvcus-linux-x64.zip"; - hash = "sha256-V9XakjxnfWWu7xZrw45NbOP86FuJjHOuzNBlnxuTzCE="; + hash = "sha256-Ax1gTt5ZRHFP7IBxNb+KXeglflel1zoz0VUHhEM2aAc="; stripRoot = false; }).overrideAttrs diff --git a/pkgs/by-name/ti/tidal-hifi/package.nix b/pkgs/by-name/ti/tidal-hifi/package.nix index b604b689e65c..39e86326b596 100644 --- a/pkgs/by-name/ti/tidal-hifi/package.nix +++ b/pkgs/by-name/ti/tidal-hifi/package.nix @@ -92,13 +92,13 @@ let in buildNpmPackage (finalAttrs: { pname = "tidal-hifi"; - version = "6.2.0"; + version = "6.3.1-Mavy"; src = fetchFromGitHub { owner = "Mastermindzh"; repo = "tidal-hifi"; tag = finalAttrs.version; - hash = "sha256-DIJfVoNFr2K1bII9XJRWqhBw0TGnzZgpx4Eh1EVX2OE="; + hash = "sha256-IOC6LQ6kLQGBTB1Ng6TWCsW9zvsJ3/Yb1515dGbV1EU="; }; nativeBuildInputs = [ @@ -107,7 +107,7 @@ buildNpmPackage (finalAttrs: { copyDesktopItems ]; - npmDepsHash = "sha256-W3tfIiKCeLPbe/pEkXksJn/XufImp7XU/qJbCYROel8="; + npmDepsHash = "sha256-rsZCy0W1B+beH6bSqOSp4Pu6h3hknrLCfUb8a0F4nFg="; forceGitDeps = true; makeCacheWritable = true; From 3eda513d14f2f1056cea35b7f82950b6e2c07415 Mon Sep 17 00:00:00 2001 From: azban Date: Sat, 28 Mar 2026 09:26:26 -0600 Subject: [PATCH 26/60] gpupad: 2.7.0 -> 3.1.0 --- .../gp/gpupad/glslang-use-combined-lib.patch | 16 ---------------- pkgs/by-name/gp/gpupad/package.nix | 16 ++-------------- 2 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 pkgs/by-name/gp/gpupad/glslang-use-combined-lib.patch diff --git a/pkgs/by-name/gp/gpupad/glslang-use-combined-lib.patch b/pkgs/by-name/gp/gpupad/glslang-use-combined-lib.patch deleted file mode 100644 index 6a1f7f6cb5d0..000000000000 --- a/pkgs/by-name/gp/gpupad/glslang-use-combined-lib.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index a05c447..20a5c98 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -276,8 +276,8 @@ endif() - - # link glslang - find_package(glslang CONFIG REQUIRED) --target_link_libraries(${PROJECT_NAME} PRIVATE glslang::OSDependent glslang::glslang -- glslang::MachineIndependent glslang::GenericCodeGen glslang::glslang-default-resource-limits -+target_link_libraries(${PROJECT_NAME} PRIVATE glslang::glslang -+ glslang::glslang-default-resource-limits -- glslang::SPVRemapper glslang::SPIRV) -+ glslang::SPIRV) - - # link SPIRV-Cross diff --git a/pkgs/by-name/gp/gpupad/package.nix b/pkgs/by-name/gp/gpupad/package.nix index 69ec7e4756b7..7a4def555547 100644 --- a/pkgs/by-name/gp/gpupad/package.nix +++ b/pkgs/by-name/gp/gpupad/package.nix @@ -2,7 +2,6 @@ lib, stdenv, fetchFromGitHub, - fetchpatch, cmake, glslang, @@ -17,27 +16,16 @@ stdenv.mkDerivation (finalAttrs: { pname = "gpupad"; - version = "2.7.0"; + version = "3.1.0"; src = fetchFromGitHub { owner = "houmain"; repo = "gpupad"; tag = finalAttrs.version; - hash = "sha256-Y0LNz8qHNfYhkh+ukJFi56zdaNIy5Gfvena+gSo0oOo="; + hash = "sha256-eZ9RhFPk7eV5xmp112E71xOc55GFkI0G8WTvyjxqGsM="; fetchSubmodules = true; }; - patches = [ - # the current version of glslang no longer separates its libs into sublibs - ./glslang-use-combined-lib.patch - - (fetchpatch { - name = "add-missing-inline.patch"; - url = "https://github.com/houmain/gpupad/commit/52fcb3619e5e2698a8c11a97668670a5cd0531a8.patch"; - hash = "sha256-FnC5uKickZVPVr+y1Thvtk+Xi38V0AHBYGU+x64EXrA="; - }) - ]; - strictDeps = true; nativeBuildInputs = [ From 93da9175c073abf5ce2f84e2b9cc52be3dff5e10 Mon Sep 17 00:00:00 2001 From: Alex James Date: Sat, 28 Mar 2026 17:04:06 -0500 Subject: [PATCH 27/60] lix: fix installCheckPhase on Darwin Set the build-test-env and build-test-shell Meson flags to ensure that the BUILD_TEST_ENV and BUILD_TEST_SHELL environment variables are set, as test_env_to_env depends on both of these variables [1]. [1]: https://git.lix.systems/lix-project/lix/commit/22b33b9d080f5220d399596790a5d69fe89add53 --- pkgs/tools/package-management/lix/common-lix.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pkgs/tools/package-management/lix/common-lix.nix b/pkgs/tools/package-management/lix/common-lix.nix index 68fa730097d7..9e400afd6b06 100644 --- a/pkgs/tools/package-management/lix/common-lix.nix +++ b/pkgs/tools/package-management/lix/common-lix.nix @@ -24,6 +24,7 @@ assert lib.assertMsg ( closureInfo, runCommand, meson, + bash, bison, boehmgc, boost, @@ -35,6 +36,7 @@ assert lib.assertMsg ( cargo, curl, cmake, + darwin, doxygen, editline, flex, @@ -375,6 +377,19 @@ stdenv.mkDerivation (finalAttrs: { )) (lib.mesonOption "build-test-shell" "${pkgsStatic.bash}/bin") ] + ++ + lib.optionals + (stdenv.hostPlatform.isDarwin && finalAttrs.doInstallCheck && lib.versionAtLeast version "2.95") + [ + (lib.mesonOption "build-test-env" ( + lib.makeBinPath [ + darwin.file_cmds + darwin.shell_cmds + darwin.text_cmds + ] + )) + (lib.mesonOption "build-test-shell" "${bash}/bin") + ] ++ lib.optionals (lib.versionAtLeast version "2.95") [ "--${ if stdenv.hostPlatform != stdenv.buildPlatform then "cross" else "native" From eea25c6306526a61eaea377aa990e7c57f843e3c Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 28 Mar 2026 11:35:59 +0100 Subject: [PATCH 28/60] python3Packages.torch: fetch upstream patch to allow gcc 14 with cuda 12.9 --- .../python-modules/torch/source/default.nix | 13 +++++++++++++ .../python-modules/torchaudio/default.nix | 12 ------------ .../python-modules/torchvision/default.nix | 12 ------------ 3 files changed, 13 insertions(+), 24 deletions(-) diff --git a/pkgs/development/python-modules/torch/source/default.nix b/pkgs/development/python-modules/torch/source/default.nix index a666b766dd63..d104a281a693 100644 --- a/pkgs/development/python-modules/torch/source/default.nix +++ b/pkgs/development/python-modules/torch/source/default.nix @@ -3,6 +3,7 @@ lib, fetchFromGitHub, fetchFromGitLab, + fetchpatch, git-unroll, buildPythonPackage, python, @@ -304,6 +305,18 @@ buildPythonPackage.override { inherit stdenv; } (finalAttrs: { patches = [ ./clang19-template-warning.patch + + # The GCC version upperbounds were wrong for cuda 12.8 and 12.9, which led downstream builds to + # illegitimately fail with: + # RuntimeError: The current installed version of g++ (14.3.0) is greater than the maximum + # required version by CUDA 12.9. Please make sure to use an adequate version of g++ + # (>=6.0.0, <14.0). + # TODO: remove at the next release + (fetchpatch { + name = "allow-gcc-14-with-cuda-12.8-9"; + url = "https://github.com/pytorch/pytorch/commit/39565a7dcf8f93ea22cedeaa20088b24ff6d2634.patch"; + hash = "sha256-Au5fVbs7i33d9c4Xj8koiBP7lGnsTGTaX4VlE2gAfy8="; + }) ] ++ lib.optionals cudaSupport [ ./fix-cmake-cuda-toolkit.patch diff --git a/pkgs/development/python-modules/torchaudio/default.nix b/pkgs/development/python-modules/torchaudio/default.nix index 4e967e98cd50..10e808ebcadb 100644 --- a/pkgs/development/python-modules/torchaudio/default.nix +++ b/pkgs/development/python-modules/torchaudio/default.nix @@ -53,18 +53,6 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: { TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CUDA = 1; TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MULTIGPU_CUDA = 1; - # At of 2026-03-27, the default `cudaPackages` version is 12.9.1 - # According to Nvidia, it should support GCC versions up to 14.x: - # -> https://docs.nvidia.com/cuda/archive/12.9.1/cuda-installation-guide-linux/index.html#host-compiler-support-policy - # However, PyTorch's *strict* upper bound is 14.0: - # -> https://github.com/pytorch/pytorch/blob/v2.11.0/torch/utils/cpp_extension.py#L75 - # Hence, the build fails with: - # RuntimeError: The current installed version of g++ (14.3.0) is greater than the maximum - # required version by CUDA 12.9. Please make sure to use an adequate version of g++ - # (>=6.0.0, <14.0). - # Hence, we disable the version check to silence the error: - TORCH_DONT_CHECK_COMPILER_ABI = cudaSupport; - # ROCM USE_ROCM = rocmSupport; PYTORCH_ROCM_ARCH = lib.optionalString rocmSupport torch.gpuTargetString; diff --git a/pkgs/development/python-modules/torchvision/default.nix b/pkgs/development/python-modules/torchvision/default.nix index e57eadd789ec..945875ce3220 100644 --- a/pkgs/development/python-modules/torchvision/default.nix +++ b/pkgs/development/python-modules/torchvision/default.nix @@ -63,18 +63,6 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: { TORCHVISION_LIBRARY = "${libjpeg_turbo}/lib/"; } // lib.optionalAttrs cudaSupport { - # At of 2026-03-27, the default `cudaPackages` version is 12.9.1 - # According to Nvidia, it should support GCC versions up to 14.x: - # -> https://docs.nvidia.com/cuda/archive/12.9.1/cuda-installation-guide-linux/index.html#host-compiler-support-policy - # However, PyTorch's *strict* upper bound is 14.0: - # -> https://github.com/pytorch/pytorch/blob/v2.11.0/torch/utils/cpp_extension.py#L75 - # Hence, the build fails with: - # RuntimeError: The current installed version of g++ (14.3.0) is greater than the maximum - # required version by CUDA 12.9. Please make sure to use an adequate version of g++ - # (>=6.0.0, <14.0). - # Hence, we disable the version check to silence the error: - TORCH_DONT_CHECK_COMPILER_ABI = 1; - TORCH_CUDA_ARCH_LIST = "${lib.concatStringsSep ";" cudaCapabilities}"; FORCE_CUDA = 1; }; From 904d4b1e2739e3d574c419f176eb96e19da2837d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 28 Mar 2026 22:45:43 +0000 Subject: [PATCH 29/60] ghostfolio: 2.250.0 -> 2.251.0 --- pkgs/by-name/gh/ghostfolio/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gh/ghostfolio/package.nix b/pkgs/by-name/gh/ghostfolio/package.nix index ee5f2467fd8f..02907acd2364 100644 --- a/pkgs/by-name/gh/ghostfolio/package.nix +++ b/pkgs/by-name/gh/ghostfolio/package.nix @@ -11,13 +11,13 @@ buildNpmPackage rec { pname = "ghostfolio"; - version = "2.250.0"; + version = "2.251.0"; src = fetchFromGitHub { owner = "ghostfolio"; repo = "ghostfolio"; tag = version; - hash = "sha256-7urvJb2X18XM+ZbdHKuda82IU/ZYBpRAxJhHAAdw3oc="; + hash = "sha256-wH4gX/0/MKgo6PX+PbwWss3FvdJN/tf8jFuFpfZIQ8s="; # populate values that require us to use git. By doing this in postFetch we # can delete .git afterwards and maintain better reproducibility of the src. leaveDotGit = true; @@ -27,7 +27,7 @@ buildNpmPackage rec { ''; }; - npmDepsHash = "sha256-ALmyzbWogE+6Yma6Ul9ATuF7QaG1NwZoVCh5pH01vns="; + npmDepsHash = "sha256-Ml7vk1RtJKtE+QTEvKC/ZosIsCxgER5xN2IdSV/8yHg="; nativeBuildInputs = [ prisma_6 From 1b84b0eca01ab624115a3de1a0ef1d40f3588c57 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 28 Mar 2026 23:03:55 +0000 Subject: [PATCH 30/60] python3Packages.torch: refactor passthru.tests --- .../python-modules/torch/source/default.nix | 4 +- .../python-modules/torch/tests/default.nix | 71 +++++++++++++------ 2 files changed, 51 insertions(+), 24 deletions(-) diff --git a/pkgs/development/python-modules/torch/source/default.nix b/pkgs/development/python-modules/torch/source/default.nix index d104a281a693..cfdb32bd9df5 100644 --- a/pkgs/development/python-modules/torch/source/default.nix +++ b/pkgs/development/python-modules/torch/source/default.nix @@ -754,7 +754,9 @@ buildPythonPackage.override { inherit stdenv; } (finalAttrs: { blasProvider = blas.provider; # To help debug when a package is broken due to CUDA support inherit brokenConditions; - tests = callPackage ../tests { }; + tests = callPackage ../tests { + inherit rocmSupport cudaSupport; + }; }; meta = { diff --git a/pkgs/development/python-modules/torch/tests/default.nix b/pkgs/development/python-modules/torch/tests/default.nix index 90fb21d018d7..28e6081b792a 100644 --- a/pkgs/development/python-modules/torch/tests/default.nix +++ b/pkgs/development/python-modules/torch/tests/default.nix @@ -1,33 +1,58 @@ -{ callPackage }: +{ + lib, + stdenv, + callPackage, + torchvision, + torchcodec, + torchaudio, -rec { - # To perform the runtime check use either - # `nix run .#python3Packages.torch.tests.tester-cudaAvailable` (outside the sandbox), or - # `nix build .#python3Packages.torch.tests.tester-cudaAvailable.gpuCheck` (in a relaxed sandbox) - tester-cudaAvailable = callPackage ./mk-runtime-check.nix { - feature = "cuda"; - versionAttr = "cuda"; - libraries = ps: [ ps.torchWithCuda ]; - }; - tester-rocmAvailable = callPackage ./mk-runtime-check.nix { - feature = "rocm"; - versionAttr = "hip"; - libraries = ps: [ ps.torchWithRocm ]; + rocmSupport, + cudaSupport, +}: + +let + cudaOnly = { + # To perform the runtime check use either + # `nix run .#python3Packages.torch.tests.tester-cudaAvailable` (outside the sandbox), or + # `nix build .#python3Packages.torch.tests.tester-cudaAvailable.gpuCheck` (in a relaxed sandbox) + tester-cudaAvailable = callPackage ./mk-runtime-check.nix { + feature = "cuda"; + versionAttr = "cuda"; + libraries = ps: [ ps.torchWithCuda ]; + }; + + tester-compileCuda = callPackage ./mk-torch-compile-check.nix { + feature = "cuda"; + libraries = ps: [ ps.torchWithCuda ]; + }; }; - compileCpu = tester-compileCpu.gpuCheck; + rocmOnly = { + tester-rocmAvailable = callPackage ./mk-runtime-check.nix { + feature = "rocm"; + versionAttr = "hip"; + libraries = ps: [ ps.torchWithRocm ]; + }; + tester-compileRocm = callPackage ./mk-torch-compile-check.nix { + feature = "rocm"; + libraries = ps: [ ps.torchWithRocm ]; + }; + }; +in +let tester-compileCpu = callPackage ./mk-torch-compile-check.nix { feature = null; libraries = ps: [ ps.torch ]; }; - tester-compileCuda = callPackage ./mk-torch-compile-check.nix { - feature = "cuda"; - libraries = ps: [ ps.torchWithCuda ]; - }; - tester-compileRocm = callPackage ./mk-torch-compile-check.nix { - feature = "rocm"; - libraries = ps: [ ps.torchWithRocm ]; - }; +in +{ + inherit tester-compileCpu; + compileCpu = tester-compileCpu.gpuCheck; mnist-example = callPackage ./mnist-example { }; + + # Core packages from the torch ecosystem + inherit torchvision torchaudio torchcodec; } +// lib.optionalAttrs cudaSupport cudaOnly +// lib.optionalAttrs rocmSupport rocmOnly From 9bca68f253a1b184e06a92196228b7b168e81acc Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 28 Mar 2026 23:07:23 +0000 Subject: [PATCH 31/60] python3Packages.torchaudio: customize pname of the gpuCheck derivation --- pkgs/development/python-modules/torchaudio/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/torchaudio/default.nix b/pkgs/development/python-modules/torchaudio/default.nix index 10e808ebcadb..0c27475e7706 100644 --- a/pkgs/development/python-modules/torchaudio/default.nix +++ b/pkgs/development/python-modules/torchaudio/default.nix @@ -119,6 +119,7 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: { ]; passthru.gpuCheck = torchaudio.overridePythonAttrs (old: { + pname = "${finalAttrs.pname}-gpuCheck"; requiredSystemFeatures = [ "cuda" ]; env = (old.env or { }) // { From 1765b2994230f9041923ff7698b516317f4b7d12 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 28 Mar 2026 23:33:47 +0000 Subject: [PATCH 32/60] opnborg: 0.1.78 -> 0.1.80 --- pkgs/by-name/op/opnborg/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/op/opnborg/package.nix b/pkgs/by-name/op/opnborg/package.nix index 53307d64d9e2..d6235fa0ad52 100644 --- a/pkgs/by-name/op/opnborg/package.nix +++ b/pkgs/by-name/op/opnborg/package.nix @@ -8,16 +8,16 @@ buildGoModule (finalAttrs: { pname = "opnborg"; - version = "0.1.78"; + version = "0.1.80"; src = fetchFromGitHub { owner = "paepckehh"; repo = "opnborg"; tag = "v${finalAttrs.version}"; - hash = "sha256-Vw3ZFVoev/ubS3/eAaCKk2NOKjRFsyMSsXXH1L7Ligg="; + hash = "sha256-DpGwCcBbm3tfKOlxb7qiPJhRTLo36wMXS0QabqWEfes="; }; - vendorHash = "sha256-ATq225/8diieVdjetkWCnBrL/dW4TijchRJdeZ8f0zg="; + vendorHash = "sha256-uSdMb4uTF9YV77bAz4sRJT3ApIeYtlxa4ba7X+Lg7pw="; ldflags = [ "-s" From fec664e5832fdc61853a492377401d8a1cb29fae Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 00:47:40 +0000 Subject: [PATCH 33/60] b4: 0.15.0 -> 0.15.1 --- pkgs/by-name/b4/b4/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/b4/b4/package.nix b/pkgs/by-name/b4/b4/package.nix index dbad85ab21a3..fcc090b9d289 100644 --- a/pkgs/by-name/b4/b4/package.nix +++ b/pkgs/by-name/b4/b4/package.nix @@ -7,12 +7,12 @@ python3Packages.buildPythonApplication (finalAttrs: { pname = "b4"; - version = "0.15.0"; + version = "0.15.1"; pyproject = true; src = fetchPypi { inherit (finalAttrs) pname version; - hash = "sha256-TP2Zonr5yr4xn+Ibogr2lfaMZZBMY3McT8WjDqONp8g="; + hash = "sha256-5IxEu1efraux/D8Vvxh0r9chvBpj+6EMlvVovB9HzLM="; }; # tests make dns requests and fails From 36bac642871bb4b48c3bef702efa693871abae49 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 02:23:45 +0000 Subject: [PATCH 34/60] grimblast: 0.1-unstable-2026-02-19 -> 0.1-unstable-2026-03-28 --- pkgs/by-name/gr/grimblast/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gr/grimblast/package.nix b/pkgs/by-name/gr/grimblast/package.nix index e86df57b0703..37cb9323a0a6 100644 --- a/pkgs/by-name/gr/grimblast/package.nix +++ b/pkgs/by-name/gr/grimblast/package.nix @@ -20,13 +20,13 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "grimblast"; - version = "0.1-unstable-2026-02-19"; + version = "0.1-unstable-2026-03-28"; src = fetchFromGitHub { owner = "hyprwm"; repo = "contrib"; - rev = "918f266dddae39fa4184a1b8bf51ec5381cf29f7"; - hash = "sha256-aH8h5ZOiyEGtHmEyuE/eFxx8TN7a+NGDnl4V+dbzJ6E="; + rev = "b3c2a094163cad4aac7af09333fddf2c9838c348"; + hash = "sha256-xr3Ih1HrAIlO9GGrmnVrmRh50GSPMWI4QWmbEwlbYq8="; }; strictDeps = true; From 18375e6b7f8e610b941289d7f32f27680adb0242 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 04:38:13 +0000 Subject: [PATCH 35/60] tsidp: 0.0.11 -> 0.0.12 --- pkgs/by-name/ts/tsidp/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ts/tsidp/package.nix b/pkgs/by-name/ts/tsidp/package.nix index 75f00942050f..438df791b4e1 100644 --- a/pkgs/by-name/ts/tsidp/package.nix +++ b/pkgs/by-name/ts/tsidp/package.nix @@ -6,16 +6,16 @@ }: buildGoModule (finalAttrs: { pname = "tsidp"; - version = "0.0.11"; + version = "0.0.12"; src = fetchFromGitHub { owner = "tailscale"; repo = "tsidp"; tag = "v${finalAttrs.version}"; - hash = "sha256-quhMj015EfchFeJIl/t1Z+zman/6IAYsRumCcN2wkAw="; + hash = "sha256-J85JXK7votjNzXh9qiu9YtafVh6s6SRjxO5y7jrh/tE="; }; - vendorHash = "sha256-iBy+osK+2LdkTzXhrkSaB6nWpUCpr8VkxJTtcfVCFuw="; + vendorHash = "sha256-CFiGRKlSCoPUpH63NiYBGvTUZI/Dxqkh7OsiExsNcEk="; passthru.updateScript = nix-update-script { }; From 17be5665a543223a05b082058fe306873a2226f8 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 29 Mar 2026 07:53:59 +0000 Subject: [PATCH 36/60] python3Packages.torchaudio: skip failing tests on aarch64-linux --- .../python-modules/torchaudio/default.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pkgs/development/python-modules/torchaudio/default.nix b/pkgs/development/python-modules/torchaudio/default.nix index 0c27475e7706..3ccc529f35a5 100644 --- a/pkgs/development/python-modules/torchaudio/default.nix +++ b/pkgs/development/python-modules/torchaudio/default.nix @@ -1,5 +1,6 @@ { lib, + stdenv, buildPythonPackage, fetchFromGitHub, @@ -68,6 +69,11 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: { # RuntimeError: Test is known to fail for Python 3.10, disabling for now # See: https://github.com/pytorch/audio/pull/2224#issuecomment-1048329450 TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310 = true; + + # Fails on aarch64-linux with: + # RuntimeError: `fbgemm` is not available + TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_QUANTIZATION = + stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64; }; build-system = [ @@ -116,6 +122,13 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: { # Very long to run "AutogradCPUTest" + ] + ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [ + # AssertionError: Tensor-likes are not close! + "test_batch_inverse_spectrogram" + "test_batch_pitch_shift" + "test_batch_spectrogram" + "test_griffinlim_0_99" ]; passthru.gpuCheck = torchaudio.overridePythonAttrs (old: { From 38eccbbf297c50f304d58cbbe921833d3d3967d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= Date: Sun, 29 Mar 2026 09:48:22 +0100 Subject: [PATCH 37/60] hyprland: 0.54.2 -> 0.54.3 --- pkgs/by-name/hy/hyprland/info.json | 10 +++++----- pkgs/by-name/hy/hyprland/package.nix | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/by-name/hy/hyprland/info.json b/pkgs/by-name/hy/hyprland/info.json index 03459cad5614..a20324489ca8 100644 --- a/pkgs/by-name/hy/hyprland/info.json +++ b/pkgs/by-name/hy/hyprland/info.json @@ -1,7 +1,7 @@ { - "branch": "v0.54.2-b", - "commit_hash": "59f9f2688ac508a0584d1462151195a6c4992f99", - "commit_message": "version: bump to 0.54.2", - "date": "2026-03-10", - "tag": "v0.54.2" + "branch": "v0.54.3-b", + "commit_hash": "521ece463c4a9d3d128670688a34756805a4328f", + "commit_message": "version: bump to 0.54.3", + "date": "2026-03-27", + "tag": "v0.54.3" } diff --git a/pkgs/by-name/hy/hyprland/package.nix b/pkgs/by-name/hy/hyprland/package.nix index 6a2a3c42932b..2af08df87af1 100644 --- a/pkgs/by-name/hy/hyprland/package.nix +++ b/pkgs/by-name/hy/hyprland/package.nix @@ -80,14 +80,14 @@ let in customStdenv.mkDerivation (finalAttrs: { pname = "hyprland" + optionalString debug "-debug"; - version = "0.54.2"; + version = "0.54.3"; src = fetchFromGitHub { owner = "hyprwm"; repo = "hyprland"; fetchSubmodules = true; tag = "v${finalAttrs.version}"; - hash = "sha256-YF31zdrg7ctjD2CR+8rzKNsR0luYgoq8lhRkzd6myL8="; + hash = "sha256-e+mVjQL3V+xoaH1c3YqAzRq9wwiuEYQTOgZlK0LwfYA="; }; postPatch = '' From 0d5fae3a1b76cdbd723e3b2d579ee4050d41d4ea Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 09:13:19 +0000 Subject: [PATCH 38/60] velocity: 3.5.0-unstable-2026-03-18 -> 3.5.0-unstable-2026-03-21 --- pkgs/by-name/ve/velocity/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ve/velocity/package.nix b/pkgs/by-name/ve/velocity/package.nix index dc10fd1c8cc5..7309ec197b4b 100644 --- a/pkgs/by-name/ve/velocity/package.nix +++ b/pkgs/by-name/ve/velocity/package.nix @@ -34,13 +34,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "velocity"; - version = "3.5.0-unstable-2026-03-18"; + version = "3.5.0-unstable-2026-03-21"; src = fetchFromGitHub { owner = "PaperMC"; repo = "Velocity"; - rev = "99bd03099689cbc9c8f92af1cba207e4348afa75"; - hash = "sha256-CHTGKvP1cgcwc7wNJw6KGqHuyM+3qXftGj0Edfq65Sw="; + rev = "d11511c18499497e7f7186211b109ef395b44acd"; + hash = "sha256-aruEBVVsFYfc8vEnyVluiGJiGJfUSSVU5DfM54nXuKY="; }; nativeBuildInputs = [ From b3fdd0f493e6b2810b0fe7856d2063313e69e3fc Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 09:27:23 +0000 Subject: [PATCH 39/60] python3Packages.pyenvisalink: 4.8 -> 4.9 --- pkgs/development/python-modules/pyenvisalink/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyenvisalink/default.nix b/pkgs/development/python-modules/pyenvisalink/default.nix index f097ff3f4bc5..d8985a124249 100644 --- a/pkgs/development/python-modules/pyenvisalink/default.nix +++ b/pkgs/development/python-modules/pyenvisalink/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "pyenvisalink"; - version = "4.8"; + version = "4.9"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-IgYOlH0mYqhRLTO3McBAstChqYWHQkwuOVPL8gKdcTo="; + hash = "sha256-WtBopLUCArWM4JwA517bnYidfOwqU3v7ApZCbsMuY/o="; }; propagatedBuildInputs = [ From 358b2ff9275a3662bf5ce00a73172f382b82c293 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 09:38:16 +0000 Subject: [PATCH 40/60] knossosnet: 1.3.2 -> 1.3.3 --- pkgs/by-name/kn/knossosnet/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/kn/knossosnet/package.nix b/pkgs/by-name/kn/knossosnet/package.nix index 24f4255bb985..926d6ccb0c10 100644 --- a/pkgs/by-name/kn/knossosnet/package.nix +++ b/pkgs/by-name/kn/knossosnet/package.nix @@ -11,13 +11,13 @@ buildDotnetModule rec { pname = "knossosnet"; - version = "1.3.2"; + version = "1.3.3"; src = fetchFromGitHub { owner = "KnossosNET"; repo = "Knossos.NET"; tag = "v${version}"; - hash = "sha256-Ss9xk7HiWBy6Ku8cMvhsxxCCkE8PbWmpSv7Rqk/l3bI="; + hash = "sha256-uu6sSWDKb6qyXvS0k7prMsZSQmMzVy+twsfCoH5GAJ8="; }; patches = [ ./dotnet-8-upgrade.patch ]; From 150d3add490a81e491f01499173463852e69506d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 10:43:55 +0000 Subject: [PATCH 41/60] snips-sh: 0.7.0 -> 0.9.1 --- pkgs/by-name/sn/snips-sh/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/sn/snips-sh/package.nix b/pkgs/by-name/sn/snips-sh/package.nix index aedab5e3aa11..3b0fce9faa17 100644 --- a/pkgs/by-name/sn/snips-sh/package.nix +++ b/pkgs/by-name/sn/snips-sh/package.nix @@ -9,14 +9,14 @@ }: buildGoModule (finalAttrs: { pname = "snips-sh"; - version = "0.7.0"; - vendorHash = "sha256-smmfGpnHcY570RelGbE3R7cOiYLaJs+LE+H2eq8j81A="; + version = "0.9.1"; + vendorHash = "sha256-41REdYiHEZOEsV8qslQoRBbP9H+sdVSZ+KBkZWkZtHM="; src = fetchFromGitHub { owner = "robherley"; repo = "snips.sh"; rev = "v${finalAttrs.version}"; - hash = "sha256-WsfDFgu1a55i3lu5/nlNr7TCYOrpKMX2vsK6SqT3vrw="; + hash = "sha256-U3ORTWPLJL+vNQ7nYQa2MgW2uQJzV5oIH/062b1dwqc="; }; tags = (lib.optional (!withTensorflow) "noguesser"); From 7f106c61e06817eec7a51084f5a998de027910e8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 29 Mar 2026 13:56:34 +0200 Subject: [PATCH 42/60] python3Packages.withings-sync: migrate to finalAttrs --- .../python-modules/withings-sync/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/withings-sync/default.nix b/pkgs/development/python-modules/withings-sync/default.nix index 90a3657447ee..9a55b19272d7 100644 --- a/pkgs/development/python-modules/withings-sync/default.nix +++ b/pkgs/development/python-modules/withings-sync/default.nix @@ -10,7 +10,7 @@ requests, }: -buildPythonPackage rec { +buildPythonPackage (finalAttrs: { pname = "withings-sync"; version = "5.3.2"; pyproject = true; @@ -18,13 +18,13 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "jaroslawhartman"; repo = "withings-sync"; - tag = "v${version}"; + tag = "v${finalAttrs.version}"; hash = "sha256-1pDM5paSXPQCOG5LRFxnp19K1iHcsfrGC9e7SEyxUDs="; }; postPatch = '' substituteInPlace pyproject.toml \ - --replace-fail "1.0.0.dev1" "${version}" + --replace-fail "1.0.0.dev1" "${finalAttrs.version}" ''; build-system = [ poetry-core ]; @@ -42,9 +42,9 @@ buildPythonPackage rec { meta = { description = "Synchronisation of Withings weight"; homepage = "https://github.com/jaroslawhartman/withings-sync"; - changelog = "https://github.com/jaroslawhartman/withings-sync/releases/tag/${src.tag}"; + changelog = "https://github.com/jaroslawhartman/withings-sync/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "withings-sync"; }; -} +}) From 7363813f657ffad17508f733076462bb3c3ace4e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 29 Mar 2026 13:58:57 +0200 Subject: [PATCH 43/60] python3Packages.pyworxcloud: migrate to finaAttrs --- pkgs/development/python-modules/pyworxcloud/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/pyworxcloud/default.nix b/pkgs/development/python-modules/pyworxcloud/default.nix index 2d21198b49e0..bf9d52ae2791 100644 --- a/pkgs/development/python-modules/pyworxcloud/default.nix +++ b/pkgs/development/python-modules/pyworxcloud/default.nix @@ -11,7 +11,7 @@ tzdata, }: -buildPythonPackage rec { +buildPythonPackage (finalAttrs: { pname = "pyworxcloud"; version = "6.1.1"; pyproject = true; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "MTrab"; repo = "pyworxcloud"; - tag = "v${version}"; + tag = "v${finalAttrs.version}"; hash = "sha256-z2X0Sj+D9OcrL6tkqNo7pS6wqcmskf4IZENins9c+g4="; }; @@ -44,11 +44,11 @@ buildPythonPackage rec { meta = { description = "Module for integrating with Worx Cloud devices"; homepage = "https://github.com/MTrab/pyworxcloud"; - changelog = "https://github.com/MTrab/pyworxcloud/releases/tag/${src.tag}"; + changelog = "https://github.com/MTrab/pyworxcloud/releases/tag/${finalAttrs.src.tag}"; license = with lib.licenses; [ gpl3Only mit ]; maintainers = with lib.maintainers; [ fab ]; }; -} +}) From 05a63675f532e1361984b7c59852a546d8d94fab Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 12:20:21 +0000 Subject: [PATCH 44/60] celluloid: 0.29 -> 0.30 --- pkgs/by-name/ce/celluloid/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ce/celluloid/package.nix b/pkgs/by-name/ce/celluloid/package.nix index 6d2cfc7b4274..6d35b6d78f48 100644 --- a/pkgs/by-name/ce/celluloid/package.nix +++ b/pkgs/by-name/ce/celluloid/package.nix @@ -22,13 +22,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "celluloid"; - version = "0.29"; + version = "0.30"; src = fetchFromGitHub { owner = "celluloid-player"; repo = "celluloid"; tag = "v${finalAttrs.version}"; - hash = "sha256-p4jMEM+ikcyVIi7cHm7u0wk9PKD8YJyhRXABgsh/SJc="; + hash = "sha256-UIjbEVV1VHySaJ0QIbCcdVyXd96XeE5ks5Z0NVMJ5hU="; }; nativeBuildInputs = [ From e8924c2bb675eaeeb8be86deb5dce9a5634b45ce Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 12:32:47 +0000 Subject: [PATCH 45/60] panoply: 5.9.1 -> 5.9.2 --- pkgs/by-name/pa/panoply/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/pa/panoply/package.nix b/pkgs/by-name/pa/panoply/package.nix index e970a3db3958..78e9e8030c27 100644 --- a/pkgs/by-name/pa/panoply/package.nix +++ b/pkgs/by-name/pa/panoply/package.nix @@ -8,11 +8,11 @@ stdenvNoCC.mkDerivation rec { pname = "panoply"; - version = "5.9.1"; + version = "5.9.2"; src = fetchurl { url = "https://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-${version}.tgz"; - hash = "sha256-PwGbN/J4zXelzV1nSUqOtOyb7anh+aht46Ihza5aLCc="; + hash = "sha256-fPaPd/ZFblZXOwM2yHeXPIUv/bxGAHki9jbeG2HTckI="; }; nativeBuildInputs = [ makeWrapper ]; From 3bad7cbbffc4ed2d9bb220dbca447247f39c930b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 12:51:07 +0000 Subject: [PATCH 46/60] python3Packages.victron-mqtt: 2026.3.10 -> 2026.3.12 --- pkgs/development/python-modules/victron-mqtt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/victron-mqtt/default.nix b/pkgs/development/python-modules/victron-mqtt/default.nix index 65a85288beb9..50ae49f00e90 100644 --- a/pkgs/development/python-modules/victron-mqtt/default.nix +++ b/pkgs/development/python-modules/victron-mqtt/default.nix @@ -12,14 +12,14 @@ buildPythonPackage (finalAttrs: { pname = "victron-mqtt"; - version = "2026.3.10"; + version = "2026.3.12"; pyproject = true; src = fetchFromGitHub { owner = "tomer-w"; repo = "victron_mqtt"; tag = "v${finalAttrs.version}"; - hash = "sha256-qVMgBeRdBCc2ykNP1W2XQ2fL9wYgjJ6V4h9qvO5d8EY="; + hash = "sha256-LfU75pOXFUck56okddlcABj0wM1SI/Os3lkfrQ37bjQ="; }; build-system = [ From df9731c1e86f776b517844c3007547e808d608ac Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 29 Mar 2026 13:49:02 +0200 Subject: [PATCH 47/60] python3Packages.pyenvisalink: modernize --- .../python-modules/pyenvisalink/default.nix | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/pyenvisalink/default.nix b/pkgs/development/python-modules/pyenvisalink/default.nix index d8985a124249..b2e4af32a754 100644 --- a/pkgs/development/python-modules/pyenvisalink/default.nix +++ b/pkgs/development/python-modules/pyenvisalink/default.nix @@ -5,19 +5,22 @@ colorlog, fetchPypi, pyserial, + setuptools, }: -buildPythonPackage rec { +buildPythonPackage (finalAttrs: { pname = "pyenvisalink"; version = "4.9"; - format = "setuptools"; + pyproject = true; src = fetchPypi { - inherit pname version; + inherit (finalAttrs) pname version; hash = "sha256-WtBopLUCArWM4JwA517bnYidfOwqU3v7ApZCbsMuY/o="; }; - propagatedBuildInputs = [ + build-system = [ setuptools ]; + + dependencies = [ async-timeout colorlog pyserial @@ -31,7 +34,8 @@ buildPythonPackage rec { meta = { description = "Python interface for Envisalink 2DS/3 Alarm API"; homepage = "https://github.com/Cinntax/pyenvisalink"; - license = with lib.licenses; [ mit ]; + changelog = "https://github.com/ufodone/pyenvisalink/releases/tag/${finalAttrs.version}"; + license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; -} +}) From af58034cf541b2667742a093c9f4e9cb945ccc03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=B7=F0=90=91=91=F0=90=91=B4=F0=90=91=95=F0=90=91=91?= =?UTF-8?q?=F0=90=91=A9=F0=90=91=A4?= Date: Sun, 29 Mar 2026 20:40:57 +0700 Subject: [PATCH 48/60] =?UTF-8?q?nixtamal:=201.2.0=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/by-name/ni/nixtamal/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ni/nixtamal/package.nix b/pkgs/by-name/ni/nixtamal/package.nix index 66c33c129a7a..30548ba467d0 100644 --- a/pkgs/by-name/ni/nixtamal/package.nix +++ b/pkgs/by-name/ni/nixtamal/package.nix @@ -18,7 +18,7 @@ ocamlPackages.buildDunePackage (finalAttrs: { pname = "nixtamal"; - version = "1.2.0"; + version = "1.3.0"; release_year = 2026; minimalOCamlVersion = "5.3"; @@ -27,7 +27,7 @@ ocamlPackages.buildDunePackage (finalAttrs: { url = "https://darcs.toastal.in.th/nixtamal/stable/"; mirrors = [ "https://smeder.ee/~toastal/nixtamal.darcs" ]; rev = finalAttrs.version; - hash = "sha256-e3d+OuKJ6iaS2w9Icnqc0scdaYTPoei53QZz0pwbyyk="; + hash = "sha256-fB7Rl3AGCMAwLfSegV2au9IvTZ7yNRjyS4YBBHU1pBQ="; }; nativeBuildInputs = [ From d0ddc2664f04b27fad1db6c84ea8b3a903768cb0 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 27 Mar 2026 14:46:48 +0100 Subject: [PATCH 49/60] stack: make sure cacert database is available when making HTTPS reqs Resolves https://github.com/NixOS/nixpkgs/issues/499796. --- .../haskell-modules/configuration-common.nix | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 082ea8b18a81..e8afdefc3ea2 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -176,6 +176,29 @@ with haskellLib; } ); + # Stack uses pure nix-shells for certain operations including HTTPS requests + # This patch makes stack add pkgs.cacert, so the certificate DB is available. + # https://github.com/commercialhaskell/stack/pull/6854 krank:ignore-line + stack = + appendPatches + [ + (pkgs.fetchpatch { + name = "stack-add-cacert-to-pure-shells.patch"; + url = "https://github.com/commercialhaskell/stack/commit/e869263cbd84a9e59ce1fa467e82993c8e7fb1dd.patch"; + hash = "sha256-O7GaNgcGBY6m6GHqVtejqOu2HCWWKWXARPnr/upT1RQ="; + includes = [ "src/Stack/Nix.hs" ]; + }) + ] + ( + overrideCabal (drv: { + # Stack's source files use CRLF + prePatch = '' + ${drv.prePatch or ""} + sed -i -e 's/\r$//' src/Stack/Nix.hs + ''; + }) super.stack + ); + # Extensions wants a specific version of Cabal for its list of Haskell # language extensions. extensions = doJailbreak ( From 4dc3d9a98b522d7d835f2f7f6189db6851283cde Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 13:53:05 +0000 Subject: [PATCH 50/60] komac: 2.15.0 -> 2.16.0 --- pkgs/by-name/ko/komac/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ko/komac/package.nix b/pkgs/by-name/ko/komac/package.nix index 0d695c77a6b7..33cd33eb900c 100644 --- a/pkgs/by-name/ko/komac/package.nix +++ b/pkgs/by-name/ko/komac/package.nix @@ -16,16 +16,16 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "komac"; - version = "2.15.0"; + version = "2.16.0"; src = fetchFromGitHub { owner = "russellbanks"; repo = "Komac"; tag = "v${finalAttrs.version}"; - hash = "sha256-yNUHtYH8gVLjznDaQMuvcTFvK3smuuSLg3uKVVgcUfs="; + hash = "sha256-joPF92qeK+L+JfPcILbfQQXXOL11hiPDt4JNXouPCK0="; }; - cargoHash = "sha256-W3CL8lObRHkbTwNKZjbN0ErpXGn5KADCGfFTJDw1vfo="; + cargoHash = "sha256-bmesjvXX++Kn47E+KpHKYF/lpIcNXtVzH4s/AMHDmhc="; nativeBuildInputs = [ pkg-config From b80d87569d7ddec6f2d910cbfa46e03bbad01cf0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 14:14:28 +0000 Subject: [PATCH 51/60] flutter_rust_bridge_codegen: 2.11.1 -> 2.12.0 --- pkgs/by-name/fl/flutter_rust_bridge_codegen/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fl/flutter_rust_bridge_codegen/package.nix b/pkgs/by-name/fl/flutter_rust_bridge_codegen/package.nix index 9c16b3639e51..b4355c78e50a 100644 --- a/pkgs/by-name/fl/flutter_rust_bridge_codegen/package.nix +++ b/pkgs/by-name/fl/flutter_rust_bridge_codegen/package.nix @@ -7,17 +7,17 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "flutter_rust_bridge_codegen"; - version = "2.11.1"; + version = "2.12.0"; src = fetchFromGitHub { owner = "fzyzcjy"; repo = "flutter_rust_bridge"; tag = "v${finalAttrs.version}"; - hash = "sha256-Us+LwT6tjBcTl2xclVsiLauSlIO8w+PiokpiDB+h1fI="; + hash = "sha256-8lLHnJ3IWDZHsj444Gvl0BN+wRlc5JeQfdOQi0QG1Wg="; fetchSubmodules = true; }; - cargoHash = "sha256-pxEwcLiRB95UBfXb+JgS8duEXiZUApH/C8Exus5TkfU="; + cargoHash = "sha256-R6Brxb8OGkInAH/+GPoxc2f/bSWcsWP3aUMh1VrKBuc="; cargoBuildFlags = [ "--package" "flutter_rust_bridge_codegen" From 25d4b0405498384181127102355ea0becaf5a477 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 14:30:17 +0000 Subject: [PATCH 52/60] home-assistant-custom-lovelace-modules.universal-remote-card: 4.10.7 -> 4.10.8 --- .../universal-remote-card/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix index 6d0dd5f42982..32786a78a71b 100644 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix @@ -6,16 +6,16 @@ buildNpmPackage rec { pname = "universal-remote-card"; - version = "4.10.7"; + version = "4.10.8"; src = fetchFromGitHub { owner = "Nerwyn"; repo = "android-tv-card"; rev = version; - hash = "sha256-75GLAKIRYsX4phoiZYQ4njht2mHGYwJfZednXj8AoA4="; + hash = "sha256-VeLAvCdVFO0LsO/vvaHZVYy0F1DHjD82jHay+Au9kPU="; }; - npmDepsHash = "sha256-kYHv2epYw9UZsBQTGI9r902CTheixGZeww+hQi0+Q/w="; + npmDepsHash = "sha256-c/ZqmMZECRUjQW88eJqdOowPynAdOcve8qtHZhuEBak="; installPhase = '' runHook preInstall From 4d72a72c20f524e541115c2b3c0bf0371a3feb9f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 14:35:42 +0000 Subject: [PATCH 53/60] stac-validator: 3.10.2 -> 3.11.0 --- pkgs/by-name/st/stac-validator/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/st/stac-validator/package.nix b/pkgs/by-name/st/stac-validator/package.nix index 1ea6972fc9c2..505c789eff0e 100644 --- a/pkgs/by-name/st/stac-validator/package.nix +++ b/pkgs/by-name/st/stac-validator/package.nix @@ -6,14 +6,14 @@ python3Packages.buildPythonPackage rec { pname = "stac-validator"; - version = "3.10.2"; + version = "3.11.0"; pyproject = true; src = fetchFromGitHub { owner = "stac-utils"; repo = "stac-validator"; tag = "v${version}"; - hash = "sha256-Csw7+/0VTZuZ7xBmdPAWBk8NMGXtjKfr15F3IkbCFZ8="; + hash = "sha256-5wcnEdk8+/stdJVQ97Me/+H3GrS7DA+Nd0OQtPEXDl4="; }; build-system = [ python3Packages.setuptools ]; From bc7cedf62bc6483efd4f80ff7edf5af59e64edcf Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Mar 2026 15:27:09 +0000 Subject: [PATCH 54/60] libretro.beetle-psx: 0-unstable-2026-03-20 -> 0-unstable-2026-03-28 --- pkgs/applications/emulators/libretro/cores/beetle-psx.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/beetle-psx.nix b/pkgs/applications/emulators/libretro/cores/beetle-psx.nix index 64db3e9b820f..b4237015355d 100644 --- a/pkgs/applications/emulators/libretro/cores/beetle-psx.nix +++ b/pkgs/applications/emulators/libretro/cores/beetle-psx.nix @@ -8,13 +8,13 @@ }: mkLibretroCore { core = "mednafen-psx" + lib.optionalString withHw "-hw"; - version = "0-unstable-2026-03-20"; + version = "0-unstable-2026-03-28"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-psx-libretro"; - rev = "8b5dea564b687dd07d91cea48615fab213d1e2c9"; - hash = "sha256-vIEjwhE86TsXbAPk6IbMlWWFWE2Nn6R/+gBe9mMmio4="; + rev = "8fcb04d617b55c00f3255287c530242acf3855dc"; + hash = "sha256-ihS0F/mbHkhrrEiI3bERQxwIgupBiZo2irpzSSWtexE="; }; extraBuildInputs = lib.optionals withHw [ From 227ed17a1b03aa9d27d7b6bd59dd9ce316a8ce2e Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 29 Mar 2026 18:50:06 +0300 Subject: [PATCH 55/60] linuxPackages.amneziawg: 1.0.20260322 -> 1.0.20260329-2 Now with upstreamed (and arguably cleaner) NEON fix, and another crash fix. --- pkgs/os-specific/linux/amneziawg/default.nix | 10 +-- .../linux/amneziawg/neon-619.patch | 74 ------------------- 2 files changed, 2 insertions(+), 82 deletions(-) delete mode 100644 pkgs/os-specific/linux/amneziawg/neon-619.patch diff --git a/pkgs/os-specific/linux/amneziawg/default.nix b/pkgs/os-specific/linux/amneziawg/default.nix index b3fb2bb4a566..e291e91d77d5 100644 --- a/pkgs/os-specific/linux/amneziawg/default.nix +++ b/pkgs/os-specific/linux/amneziawg/default.nix @@ -9,21 +9,15 @@ stdenv.mkDerivation (finalAttrs: { pname = "amneziawg"; - version = "1.0.20260322"; + version = "1.0.20260329-2"; src = fetchFromGitHub { owner = "amnezia-vpn"; repo = "amneziawg-linux-kernel-module"; tag = "v${finalAttrs.version}"; - hash = "sha256-Y6TETOo5oAr3ZtqsJX909zm38rXq+1fAXiRFSt+g2Gw="; + hash = "sha256-BlWnncTzVKDpCVvtLp8L+bABs81YH/Ce+9JGCoCm1LI="; }; - patches = [ - # fix aarch64-linux builds with NEON - # upstream PR: https://github.com/amnezia-vpn/amneziawg-linux-kernel-module/pull/159 - ./neon-619.patch - ]; - sourceRoot = "${finalAttrs.src.name}/src"; hardeningDisable = [ "pic" ]; nativeBuildInputs = kernel.moduleBuildDependencies; diff --git a/pkgs/os-specific/linux/amneziawg/neon-619.patch b/pkgs/os-specific/linux/amneziawg/neon-619.patch deleted file mode 100644 index 7daac1ecd873..000000000000 --- a/pkgs/os-specific/linux/amneziawg/neon-619.patch +++ /dev/null @@ -1,74 +0,0 @@ ---- a/compat/simd/include/linux/simd.h -+++ b/compat/simd/include/linux/simd.h -@@ -18,31 +18,42 @@ typedef enum { - HAVE_NO_SIMD = 1 << 0, - HAVE_FULL_SIMD = 1 << 1, - HAVE_SIMD_IN_USE = 1 << 31 -+} simd_state_t; -+ -+typedef struct { -+ simd_state_t state; -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) && defined(CONFIG_KERNEL_MODE_NEON) -+ struct user_fpsimd_state kstate; -+#endif - } simd_context_t; - - #define DONT_USE_SIMD ((simd_context_t []){ HAVE_NO_SIMD }) - - static inline void simd_get(simd_context_t *ctx) - { -- *ctx = !IS_ENABLED(CONFIG_PREEMPT_RT) && !IS_ENABLED(CONFIG_PREEMPT_RT_BASE) && may_use_simd() ? HAVE_FULL_SIMD : HAVE_NO_SIMD; -+ ctx->state = !IS_ENABLED(CONFIG_PREEMPT_RT) && !IS_ENABLED(CONFIG_PREEMPT_RT_BASE) && may_use_simd() ? HAVE_FULL_SIMD : HAVE_NO_SIMD; - } - - static inline void simd_put(simd_context_t *ctx) - { - #if defined(CONFIG_X86_64) -- if (*ctx & HAVE_SIMD_IN_USE) -+ if (ctx->state & HAVE_SIMD_IN_USE) - kernel_fpu_end(); - #elif defined(CONFIG_KERNEL_MODE_NEON) -- if (*ctx & HAVE_SIMD_IN_USE) -+ if (ctx->state & HAVE_SIMD_IN_USE) -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) -+ kernel_neon_end(&ctx->kstate); -+#else - kernel_neon_end(); - #endif -- *ctx = HAVE_NO_SIMD; -+#endif -+ ctx->state = HAVE_NO_SIMD; - } - - static inline bool simd_relax(simd_context_t *ctx) - { - #ifdef CONFIG_PREEMPT -- if ((*ctx & HAVE_SIMD_IN_USE) && need_resched()) { -+ if ((ctx->state & HAVE_SIMD_IN_USE) && need_resched()) { - simd_put(ctx); - simd_get(ctx); - return true; -@@ -53,16 +64,20 @@ static inline bool simd_relax(simd_context_t *ctx) - - static __must_check inline bool simd_use(simd_context_t *ctx) - { -- if (!(*ctx & HAVE_FULL_SIMD)) -+ if (!(ctx->state & HAVE_FULL_SIMD)) - return false; -- if (*ctx & HAVE_SIMD_IN_USE) -+ if (ctx->state & HAVE_SIMD_IN_USE) - return true; - #if defined(CONFIG_X86_64) - kernel_fpu_begin(); - #elif defined(CONFIG_KERNEL_MODE_NEON) -+#if LINUX_VERSION_CODE > KERNEL_VERSION(6, 19, 0) -+ kernel_neon_begin(&ctx->kstate); -+#else - kernel_neon_begin(); - #endif -- *ctx |= HAVE_SIMD_IN_USE; -+#endif -+ ctx->state |= HAVE_SIMD_IN_USE; - return true; - } - From c9d8364bfd32485312562fe6ee21859a78b86625 Mon Sep 17 00:00:00 2001 From: "Markus S. Wamser" Date: Sun, 29 Mar 2026 12:30:58 +0200 Subject: [PATCH 56/60] pdfposter: 0.8.1 -> 0.9.1 - renamed by upstream from pdftools.pdfposter to pdfposter - no longer depends on old version of pypdf --- pkgs/by-name/pd/pdfposter/package.nix | 40 ++++++++------------------- 1 file changed, 11 insertions(+), 29 deletions(-) diff --git a/pkgs/by-name/pd/pdfposter/package.nix b/pkgs/by-name/pd/pdfposter/package.nix index 98162fdc054d..d710f848c068 100644 --- a/pkgs/by-name/pd/pdfposter/package.nix +++ b/pkgs/by-name/pd/pdfposter/package.nix @@ -1,44 +1,26 @@ { lib, - python3, + python3Packages, fetchPypi, }: -let - localPython = python3.override { - self = localPython; - packageOverrides = self: super: { - # Can be removed once this is merged - # https://gitlab.com/pdftools/pdfposter/-/merge_requests/7 - pypdf2 = super.pypdf2.overridePythonAttrs (oldAttrs: rec { - version = "2.11.1"; - format = "setuptools"; - pyproject = null; - src = fetchPypi { - pname = "PyPDF2"; - inherit version; - hash = "sha256-PHut1RLCFxHrF4nC6tv5YnkonA+URS7lSoZHO/vv1zI="; - }; - }); - }; - }; -in -with localPython.pkgs; -buildPythonApplication rec { +python3Packages.buildPythonApplication rec { pname = "pdfposter"; - version = "0.8.1"; - format = "setuptools"; + version = "0.9.1"; + pyproject = true; - propagatedBuildInputs = [ pypdf2 ]; + build-system = with python3Packages; [ setuptools ]; + + dependencies = with python3Packages; [ pypdf ]; src = fetchPypi { - pname = "pdftools.pdfposter"; + pname = "pdfposter"; inherit version; - hash = "sha256-yWFtHgVKAWs4dRlSk8t8cB2KBJeBOa0Frh3BLR9txS0="; + hash = "sha256-Y5gUrHI470vsORETxkpf3WH5YXgdIeTZvSb3v/UgD24="; }; pythonImportsCheck = [ - "pdftools.pdfposter" - "pdftools.pdfposter.cmd" + "pdfposter" + "pdfposter.cmd" ]; meta = { From 145ca3a11d767468bd7e5dc503c6ca8af84044b0 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 29 Mar 2026 16:33:02 +0000 Subject: [PATCH 57/60] systemctl-tui: 0.5.1 -> 0.5.2 Diff: https://github.com/rgwood/systemctl-tui/compare/v0.5.1...v0.5.2 Changelog: https://github.com/rgwood/systemctl-tui/releases/tag/v0.5.2 --- pkgs/by-name/sy/systemctl-tui/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/sy/systemctl-tui/package.nix b/pkgs/by-name/sy/systemctl-tui/package.nix index 42dcfd3ec573..73fae11200f1 100644 --- a/pkgs/by-name/sy/systemctl-tui/package.nix +++ b/pkgs/by-name/sy/systemctl-tui/package.nix @@ -8,16 +8,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "systemctl-tui"; - version = "0.5.1"; + version = "0.5.2"; src = fetchFromGitHub { owner = "rgwood"; repo = "systemctl-tui"; tag = "v${finalAttrs.version}"; - hash = "sha256-KB8iOaN3ndi8uQq1t7TJ1IVHjJEeDBAQ5BRjxwR4Gjo="; + hash = "sha256-r9bbEItk+DzVh6oFybaa8LZAAe35TyvvT6tuXOQlCSQ="; }; - cargoHash = "sha256-l2cIr+ENjGOBuB5rEO+ze2Ihhds2zfejvuY00YzLrf8="; + cargoHash = "sha256-XLISZFxC3v0Hf0QX3P1HmrzACMBwFvB5hrAsZgYE7ig="; nativeInstallCheckInputs = [ versionCheckHook @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: { doInstallCheck = true; passthru = { - updateScript = nix-update-script; + updateScript = nix-update-script { }; }; meta = { From 65bd8ca1c93739affa5c26d224e7ff0b6202f7bc Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sat, 28 Mar 2026 14:43:54 -0400 Subject: [PATCH 58/60] workflows/test: run when updating pinned.json --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c4c7e7c1921..bf40e819491d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,6 +62,7 @@ jobs: '.github/workflows/merge-group.yml', '.github/workflows/test.yml', 'ci/github-script/supportedSystems.js', + 'ci/pinned.json', 'ci/supportedBranches.js', ].includes(file))) core.setOutput('merge-group', true) @@ -85,6 +86,7 @@ jobs: 'ci/github-script/reviews.js', 'ci/github-script/supportedSystems.js', 'ci/github-script/withRateLimit.js', + 'ci/pinned.json', 'ci/supportedBranches.js', ].includes(file))) core.setOutput('pr', true) From 3e8cf17e7f182f326732684d3ce8e630cf479909 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Fri, 27 Mar 2026 19:37:24 -0400 Subject: [PATCH 59/60] ci/pinned: update --- ci/pinned.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/pinned.json b/ci/pinned.json index 9e039136a160..c83b67ab54b3 100644 --- a/ci/pinned.json +++ b/ci/pinned.json @@ -9,9 +9,9 @@ }, "branch": "nixpkgs-unstable", "submodules": false, - "revision": "bde09022887110deb780067364a0818e89258968", - "url": "https://github.com/NixOS/nixpkgs/archive/bde09022887110deb780067364a0818e89258968.tar.gz", - "hash": "13mi187zpa4rw680qbwp7pmykjia8cra3nwvjqmsjba3qhlzif5l" + "revision": "fdc7b8f7b30fdbedec91b71ed82f36e1637483ed", + "url": "https://github.com/NixOS/nixpkgs/archive/fdc7b8f7b30fdbedec91b71ed82f36e1637483ed.tar.gz", + "hash": "0h19f2gy632baa2g0infji3nbr0s3mfaqis34gskdc2haiksvvvb" }, "treefmt-nix": { "type": "Git", @@ -22,9 +22,9 @@ }, "branch": "main", "submodules": false, - "revision": "e96d59dff5c0d7fddb9d113ba108f03c3ef99eca", - "url": "https://github.com/numtide/treefmt-nix/archive/e96d59dff5c0d7fddb9d113ba108f03c3ef99eca.tar.gz", - "hash": "02gqyxila3ghw8gifq3mns639x86jcq079kvfvjm42mibx7z5fzb" + "revision": "71b125cd05fbfd78cab3e070b73544abe24c5016", + "url": "https://github.com/numtide/treefmt-nix/archive/71b125cd05fbfd78cab3e070b73544abe24c5016.tar.gz", + "hash": "16860sqpjg7y1d3lyhw9b9si4kwrfd5xcpvvdp6jyfzvff2z4kz8" } }, "version": 5 From 5acbc4d2c2f06f0b32282dad412eaaee984f3a82 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sun, 29 Mar 2026 13:45:45 -0400 Subject: [PATCH 60/60] Revert "ci/pinned: update" --- .github/workflows/test.yml | 2 -- ci/pinned.json | 12 ++++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bf40e819491d..8c4c7e7c1921 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,7 +62,6 @@ jobs: '.github/workflows/merge-group.yml', '.github/workflows/test.yml', 'ci/github-script/supportedSystems.js', - 'ci/pinned.json', 'ci/supportedBranches.js', ].includes(file))) core.setOutput('merge-group', true) @@ -86,7 +85,6 @@ jobs: 'ci/github-script/reviews.js', 'ci/github-script/supportedSystems.js', 'ci/github-script/withRateLimit.js', - 'ci/pinned.json', 'ci/supportedBranches.js', ].includes(file))) core.setOutput('pr', true) diff --git a/ci/pinned.json b/ci/pinned.json index c83b67ab54b3..9e039136a160 100644 --- a/ci/pinned.json +++ b/ci/pinned.json @@ -9,9 +9,9 @@ }, "branch": "nixpkgs-unstable", "submodules": false, - "revision": "fdc7b8f7b30fdbedec91b71ed82f36e1637483ed", - "url": "https://github.com/NixOS/nixpkgs/archive/fdc7b8f7b30fdbedec91b71ed82f36e1637483ed.tar.gz", - "hash": "0h19f2gy632baa2g0infji3nbr0s3mfaqis34gskdc2haiksvvvb" + "revision": "bde09022887110deb780067364a0818e89258968", + "url": "https://github.com/NixOS/nixpkgs/archive/bde09022887110deb780067364a0818e89258968.tar.gz", + "hash": "13mi187zpa4rw680qbwp7pmykjia8cra3nwvjqmsjba3qhlzif5l" }, "treefmt-nix": { "type": "Git", @@ -22,9 +22,9 @@ }, "branch": "main", "submodules": false, - "revision": "71b125cd05fbfd78cab3e070b73544abe24c5016", - "url": "https://github.com/numtide/treefmt-nix/archive/71b125cd05fbfd78cab3e070b73544abe24c5016.tar.gz", - "hash": "16860sqpjg7y1d3lyhw9b9si4kwrfd5xcpvvdp6jyfzvff2z4kz8" + "revision": "e96d59dff5c0d7fddb9d113ba108f03c3ef99eca", + "url": "https://github.com/numtide/treefmt-nix/archive/e96d59dff5c0d7fddb9d113ba108f03c3ef99eca.tar.gz", + "hash": "02gqyxila3ghw8gifq3mns639x86jcq079kvfvjm42mibx7z5fzb" } }, "version": 5