Commit Graph
939285 Commits
Author SHA1 Message Date
Weijia WangandGitHub 4fd90bb7a7 instawow: 6.0.0 -> 7.0.0 (#456080) 2026-02-01 21:41:21 +00:00
quantenzitrone 9177a976e7 ugarit-manifest-maker: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:41:14 +01:00
quantenzitrone 8367bedf66 ugarit: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:40:57 +01:00
quantenzitrone 2a7711e8a5 pyznap: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:40:47 +01:00
quantenzitrone 0f3f3b3e2f xbindkeys-config: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:40:41 +01:00
Weijia WangandGitHub b7e598763d bwbasic: 3.30 -> 3.40 (#455526) 2026-02-01 21:40:09 +00:00
quantenzitrone 3c439f7275 virtualgl{,Lib}: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:40:08 +01:00
Gaetan Lepage ff047a9023 python3Packages.ydata-profiling: disable on python>=3.14
Tracking: https://github.com/NixOS/nixpkgs/issues/475732
2026-02-01 21:38:29 +00:00
Adam C. StephensandGitHub 60fcab386b openvswitch: set and fix strictDeps (#485999) 2026-02-01 21:38:14 +00:00
Gaetan Lepage 490c7d2129 python3Packages.ydata-profiling: cleanup 2026-02-01 21:35:58 +00:00
Gaetan Lepage 8344a1fab7 python3Packages.ydata-profiling: 4.18.0 -> 4.18.1
Diff: https://github.com/ydataai/ydata-profiling/compare/v4.18.0...v4.18.1

Changelog: https://github.com/ydataai/ydata-profiling/releases/tag/v4.18.1
2026-02-01 21:33:45 +00:00
quantenzitrone c6332f2acd libstrangle: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:33:21 +01:00
nixpkgs-ci[bot]andGitHub 57cad32fa3 piliplus: 1.1.5.5 -> 1.1.5.7 (#486032) 2026-02-01 21:33:09 +00:00
quantenzitrone a26f47dd15 unrar-wrapper: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:32:09 +01:00
quantenzitrone 1037c24fdf unar: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:32:03 +01:00
quantenzitrone 777f5590d3 swftools: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:31:16 +01:00
quantenzitrone 27b5db0b82 unetbootin: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:30:25 +01:00
quantenzitrone 05fdd11b7d winbox3: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:30:12 +01:00
quantenzitrone 8cc83e4cff turbovnc: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:28:10 +01:00
R. Ryantm 43cedd3791 python3Packages.hstspreload: 2025.12.3 -> 2026.2.1 2026-02-01 21:27:56 +00:00
quantenzitrone 1c633f98f3 pulumi-bin: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:27:56 +01:00
quantenzitrone 67d0d31580 meshcentral: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:27:42 +01:00
quantenzitrone 37abaa702d meraki-cli: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:27:34 +01:00
quantenzitrone c7798cb4a9 ibmcloud-cli: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:27:16 +01:00
Matthias Ahouansou 4604280a7b rmpc: install desktop file 2026-02-01 21:27:12 +00:00
quantenzitrone c3b38dfd06 cdist: move to pkgs/by-name
this shouldn't create any rebuilds
2026-02-01 22:26:58 +01:00
Thiago Kenji OkadaandGitHub 7630fd5ffc libretro.ppsspp: 0-unstable-2026-01-24 -> 0-unstable-2026-01-31 (#485783) 2026-02-01 21:24:09 +00:00
Thiago Kenji OkadaandGitHub dd0cb12de1 libretro.gpsp: 0-unstable-2025-11-23 -> 0-unstable-2026-01-27 (#485865) 2026-02-01 21:23:51 +00:00
Martin Weinelt d4abf7032d zigbee2mqtt: 2.7.2 -> 2.8.0
https://github.com/Koenkk/zigbee2mqtt/releases/tag/2.8.0
2026-02-01 22:22:12 +01:00
R. Ryantm 1c59d9abe3 beam26Packages.ex_doc: 0.40.0 -> 0.40.1 2026-02-01 21:16:39 +00:00
nixpkgs-ci[bot]andGitHub 316b15b330 emmylua-ls: 0.19.0 -> 0.20.0 (#486016) 2026-02-01 21:15:39 +00:00
R. Ryantm eb9f97b00f git-machete: 3.38.1 -> 3.39.0 2026-02-01 21:13:06 +00:00
R. Ryantm 41c14830b8 terraform-providers.turbot_turbot: 1.13.0 -> 1.13.1 2026-02-01 21:11:38 +00:00
Bjørn Forsman 70b9d9ccb9 remake: fix build with gcc15
Specifically this error:

  In file included from command/break.c:30:
  command/../../src/makeint.h:616:7: error: conflicting types for 'getcwd'; have 'char *(void)'
    616 | char *getcwd ();
        |       ^~~~~~
  In file included from /nix/store/dj43clc5ff7jjnfmhbaj6q4q0h8kpfpm-glibc-2.40-66-dev/include/features.h:511,
                   from /nix/store/dj43clc5ff7jjnfmhbaj6q4q0h8kpfpm-glibc-2.40-66-dev/include/alloca.h:21,
                   from command/../../src/makeint.h:35:
  /nix/store/dj43clc5ff7jjnfmhbaj6q4q0h8kpfpm-glibc-2.40-66-dev/include/bits/unistd.h:111:1: note: previous definition of 'getcwd' with type 'char *(char *, size_t)' {aka 'char *(char *, long unsigned int)'}
    111 | __NTH (getcwd (__fortify_clang_overload_arg (char *, , __buf), size_t __size))
        | ^~~~~

Upstream has already fixed it in their development branch, so
fetch/apply their patch.
2026-02-01 22:09:45 +01:00
Théo ZimmermannandGitHub a49d9b9716 coq.withPackages: document use with language servers (#486028) 2026-02-01 21:00:38 +00:00
R. Ryantm 8fdba79d8f piliplus: 1.1.5.5 -> 1.1.5.7 2026-02-01 21:00:24 +00:00
Matthias Ahouansou 05477ed337 rmpc: update website 2026-02-01 20:59:13 +00:00
R. Ryantm 56363a71eb python3Packages.faraday-plugins: 1.27.1 -> 1.27.2 2026-02-01 20:55:34 +00:00
Théo Zimmermann 923099da30 coq.withPackages: document use with language servers
Added guidance on installing Rocq language servers when using
`coq.withPackages`.

#484870
2026-02-01 21:55:27 +01:00
Sigmanificient 220357fb2b dcv: fix version 2026-02-01 21:54:53 +01:00
R. Ryantm c1322cd48e python3Packages.pynmeagps: 1.0.57 -> 1.1.0 2026-02-01 20:52:49 +00:00
dishandGitHub 539ced93dc slidev-cli: 52.11.3 -> 52.11.5 (#485601) 2026-02-01 20:52:38 +00:00
nixpkgs-ci[bot]andGitHub 32defc76d4 vacuum-go: 0.23.4 -> 0.23.5 (#485574) 2026-02-01 20:47:00 +00:00
Robert Schütz 1263885d71 python3Packages.python-iso639: 2025.11.16 -> 2026.1.31
Diff: https://github.com/jacksonllee/iso639/compare/v2025.11.16...v2026.1.31

Changelog: https://github.com/jacksonllee/iso639/blob/v2026.1.31/CHANGELOG.md
2026-02-01 12:46:20 -08:00
Michael DanielsandGitHub 149597f163 rathole: 0.5.0-unstable-2024-06-06 -> 0.5.0-unstable-2025-07-29 (#481598) 2026-02-01 20:37:21 +00:00
Michael DanielsandGitHub e796a25bfd typora: init darwin at 1.12.4; refactor (#474329) 2026-02-01 20:31:10 +00:00
Michael DanielsandGitHub 61a09a100e teleport_18: 18.6.1 -> 18.6.5 (#483688) 2026-02-01 20:27:31 +00:00
kirillrdyandGitHub 94e3a3e4af lasuite-docs: 4.4.0 -> 4.5.0 (#485502) 2026-02-01 20:22:42 +00:00
K900andGitHub b6e1010c18 treewide: remove unnecessary dependencies on mesa (#485650) 2026-02-01 20:21:00 +00:00
Michael DanielsandGitHub 9843ebba3e tree-sitter-grammars.tree-sitter-org-nvim: 0-unstable-2023-06-19 -> 1.3.1-unstable-2023-06-19 (#472053) 2026-02-01 20:20:50 +00:00