Commit Graph

1005283 Commits

Author SHA1 Message Date
Michael Daniels fa813fd9ae nixos/vsftpd: release note PAM regression (#517011) 2026-05-25 19:47:38 +00:00
Michael Daniels 7510d6a5b9 simgrid: fix build with pybind11 3.x (#520342) 2026-05-25 19:46:20 +00:00
Thiago Kenji Okada 612012e504 libretro.vice-x128: 0-unstable-2026-04-23 -> 0-unstable-2026-05-21 (#524106) 2026-05-25 19:32:09 +00:00
Thiago Kenji Okada 8c0a1b0254 libretro.ppsspp: 0-unstable-2026-05-17 -> 0-unstable-2026-05-25 (#524098) 2026-05-25 19:31:37 +00:00
Xiangyan Sun b344ee4e9a luaPackages.lrexlib-pcre2: init at 2.9.2-1 2026-05-25 12:01:23 -07:00
nixpkgs-ci[bot] 89194fdc21 narsil: 1.4.0-140-g962201f6f -> 1.4.0-143-g086e3b6af (#523909) 2026-05-25 18:58:39 +00:00
R. Ryantm b24425548d cargo-public-api: 0.51.0 -> 0.52.0 2026-05-25 18:57:26 +00:00
Nikolay Korotkiy 5b52d822ee nchat: 5.14.44 -> 5.15.26 (#523902) 2026-05-25 18:57:08 +00:00
Michael Daniels 9bdec01aff python3Packages.sqlalchemy-continuum: drop sqlalchemy-{i18n,utils} removed in 1.5.x (#523368) 2026-05-25 18:56:37 +00:00
Michael Daniels 01cf1ecae8 shim-unsigned: fix build with binutils 2.46 (#523050) 2026-05-25 18:56:17 +00:00
Michael Daniels 926f66f71a git-run: regenerate package-lock.json for npm 11 (#523239) 2026-05-25 18:52:54 +00:00
Michael Daniels 6b66e835a5 applgrid: fix Linux build (#523201) 2026-05-25 18:52:36 +00:00
Michael Daniels 774a70896d rubyPackages.glib2: 4.3.3 -> 4.3.6 (#523157) 2026-05-25 18:51:35 +00:00
Michael Daniels 3c838147ba python3Packages.eth-utils: disable failing typing tests (#523103) 2026-05-25 18:50:59 +00:00
Harinn 0ffae4a1de shim-unsigned: fix build with binutils 2.46 2026-05-25 14:48:37 -04:00
Marc Jakobi 06cdad314c luaPackages.lgi: Backport fix for GLib 2.88 (#523825) 2026-05-25 18:48:32 +00:00
Masum Reza 4aad360dc2 scx.cscheds: move env variable into env for structuredAttrs (#524091) 2026-05-25 18:47:11 +00:00
R. Ryantm 58231f8792 dalfox: 2.13.0 -> 3.0.0 2026-05-25 18:44:31 +00:00
Michael Daniels de5fa9f03a python3Packages.sphinx-toolbox: relax ruamel.yaml and sphinx-tabs (#522794) 2026-05-25 18:44:28 +00:00
Michael Daniels 9456632362 corkscrew: fix build on Darwin (#522729) 2026-05-25 18:43:55 +00:00
Michael Daniels 4c7e66e4d9 python313Packages.coq-tools: fix build, modernize; python313Packages.subprocess4: init at 0.1.1 (#522464) 2026-05-25 18:43:45 +00:00
R. Ryantm 1b924b8697 editorconfig-checker: 3.6.1 -> 3.7.0 2026-05-25 18:40:27 +00:00
Fabian Affolter c308e0ee1f python3Packages.inkbird-ble: 1.1.1 -> 1.3.0 (#524081) 2026-05-25 18:37:06 +00:00
Fabian Affolter 04ff10f194 cnspec: 13.9.0 -> 13.11.0 (#524073) 2026-05-25 18:35:55 +00:00
Michael Daniels 93919bf57d python3Packages.aspy-refactor-imports: drop (#523031) 2026-05-25 18:35:44 +00:00
Michael Daniels 55175fd3a8 fwts: link against zlib (#522269) 2026-05-25 18:34:32 +00:00
Michael Daniels 12baa2a013 fauna-shell: fix build (#522268) 2026-05-25 18:34:05 +00:00
Michael Daniels baf347e1b0 foonathan-memory: add patch to fix build on Darwin (#522077) 2026-05-25 18:30:23 +00:00
Michael Daniels 952c40b32b nixosTests.pam-zfs-key: fix dataset mounting (#521699) 2026-05-25 18:29:46 +00:00
Michael Daniels 6bbea66110 python3Packages.docstr-coverage: disable failing tests with click 8.3 (#521864) 2026-05-25 18:29:12 +00:00
Michael Daniels 92936606e7 aw-notify: fix Darwin build (#521820) 2026-05-25 18:27:36 +00:00
nixpkgs-ci[bot] 062960dd9a rune: 0.14.1 -> 0.14.2 (#524095) 2026-05-25 18:19:42 +00:00
Sergei Trofimovich 9efc4173ed tfenv.tests: fix the eval
Without the change the eval fails as:

    $ nix build --no-link -f. tfenv.tests
    error:
       … while evaluating the attribute 'version'
         at pkgs/by-name/tf/tfenv/package.nix:75:5:
           74|     updateScript = nix-update-script { };
           75|     tests.version = testers.testVersion {
             |     ^
           76|       package = finalAttrs.finalPackage.tfenv;

       … while evaluating the 'name' attribute of a derivation

       … while evaluating a branch condition
         at lib/strings.nix:2903:5:
         2902|     # First detect the common case of already valid strings, to speed those up
         2903|     if stringLength string <= 207 && okRegex string != null then
             |     ^
         2904|       unsafeDiscardStringContext string

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: attribute 'tfenv' missing
       at pkgs/by-name/tf/tfenv/package.nix:76:17:
           75|     tests.version = testers.testVersion {
           76|       package = finalAttrs.finalPackage.tfenv;
             |                 ^
           77|     };
       Did you mean one of env or stdenv?
2026-05-25 19:13:53 +01:00
Marcin Serwin 4562e2e35c shadps4: 0.13.0 -> 0.15.0, shadps4-qtlauncher: init at 224 (#474696) 2026-05-25 18:09:33 +00:00
R. Ryantm a2f0aea9bd mago: 1.23.0 -> 1.29.0 2026-05-25 18:06:32 +00:00
Michael Daniels b1547990a6 python3Packages.ipv8-rust-tunnels: enable pyo3 abi3 forward compat for python 3.14 (#518963) 2026-05-25 17:57:56 +00:00
Michael Daniels 22a83373ef python3Packages.psycopg2cffi: disable test_notify on python 3.13+ (#521591) 2026-05-25 17:55:00 +00:00
Michael Daniels fd496963e3 monophony: drop quadradical from maintainers (#524103) 2026-05-25 17:36:04 +00:00
Pol Dellaiera 9a7be82c17 docker_25: 25.0.13 -> 25.0.16 (#521615) 2026-05-25 17:29:07 +00:00
Florian Klink 2fcba1bf8b lensfun: update lens database (#523491) 2026-05-25 17:28:27 +00:00
R. Ryantm 67bab3636a libretro.vice-x128: 0-unstable-2026-04-23 -> 0-unstable-2026-05-21 2026-05-25 17:17:35 +00:00
Sandro 4d21bfedc4 python3Packages.openrazer: 3.12.2 -> 3.12.3 (#523308) 2026-05-25 17:07:28 +00:00
Henry-Hiles cb714a85ad monophony: drop quadradical from maintainers 2026-05-25 13:05:38 -04:00
nixpkgs-ci[bot] 7670a9fe5e tcping-rs: 1.2.26 -> 1.2.27 (#524041) 2026-05-25 17:00:00 +00:00
nixpkgs-ci[bot] 0c26c9d66b wstunnel: 10.5.4 -> 10.5.5 (#523982) 2026-05-25 16:59:55 +00:00
nixpkgs-ci[bot] 2eef2808d9 rcon-cli: 1.7.4 -> 1.7.5 (#523929) 2026-05-25 16:59:51 +00:00
nixpkgs-ci[bot] 2dc7e5ec5a adguardhome: 0.107.74 -> 0.107.76 (#523692) 2026-05-25 16:59:41 +00:00
nixpkgs-ci[bot] 8ce8708786 devede: make various improvements to the derivation (#521088) 2026-05-25 16:59:16 +00:00
R. Ryantm 2e34eff32b libretro.ppsspp: 0-unstable-2026-05-17 -> 0-unstable-2026-05-25 2026-05-25 16:50:35 +00:00
R. Ryantm 31e74d6de0 cdncheck: 1.2.36 -> 1.2.37 2026-05-25 16:45:51 +00:00