Ben Siraphob
9be97d3de7
golly: fix build on darwin
2025-05-22 14:15:17 -04:00
Philip Taron and GitHub
a16efe5d2f
applyPatches: simplify src attribute inheritance ( #409614 )
2025-05-21 20:53:02 -07:00
Randy Eckenrode and GitHub
4fbe10f581
Don't trigger the evaluation of apple-sdk in Linux stdenv ( #409574 )
2025-05-21 23:31:40 -04:00
techknowlogick and zowoq
efa98030f3
terraform: 1.12.0 -> 1.12.1
...
Diff: https://github.com/hashicorp/terraform/compare/v1.12.0...v1.12.1
Changelog: https://github.com/hashicorp/terraform/blob/v1.12.1/CHANGELOG.md
2025-05-22 13:14:21 +10:00
Austin Horstman and GitHub
28e952ee7f
sbarlua: init at unstable-2024-08-12 ( #409620 )
2025-05-21 22:00:24 -05:00
635c78bbfe
crystal-dock: 2.12 -> 2.14 ( #409593 )
...
Co-authored-by: rafameou <rafameou@users.noreply.github.com >
2025-05-22 02:55:49 +00:00
Austin Horstman
2f4fc457c5
sbarlua: init at unstable-2024-08-12
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-05-21 21:52:49 -05:00
92b155611e
rcp: 0.16.0 -> 0.17.0 ( #409612 )
...
Co-authored-by: wykurz <wykurz@users.noreply.github.com >
2025-05-22 02:51:24 +00:00
977dfd88ee
arkade: 0.11.38 -> 0.11.39 ( #409558 )
...
Co-authored-by: techknowlogick <hello@techknowlogick.com >
2025-05-22 02:14:12 +00:00
Peder Bergebakken Sundt
9ec7451ac9
applyPatches: simplify src attribute inheritance.
...
This fixes the potential mismatch between a `applyPatches` with and without patches, as the latter would not merge the `meta` or `passthru` args.
This is technically a breaking change to the `applyPatches` interface, but there are no instances of this in nixpkgs.
2025-05-22 04:09:52 +02:00
Aleksana and GitHub
81d4df38fa
cppfront: init at 0.8.1 ( #409126 )
2025-05-22 10:07:12 +08:00
b2b63feb3a
nfpm: 2.42.0 -> 2.42.1 ( #409443 )
...
Co-authored-by: techknowlogick <hello@techknowlogick.com >
2025-05-22 02:06:44 +00:00
f6a7796c6a
vpl-gpu-rt: 25.2.1 -> 25.2.2 ( #409432 )
...
Co-authored-by: evanrichter <evanrichter@users.noreply.github.com >
2025-05-22 02:04:07 +00:00
Aleksana and GitHub
5e5f2b56c6
direnv: fix indentation of generated scripts ( #409550 )
2025-05-22 10:02:17 +08:00
R. Ryantm
76340fb06e
rcp: 0.16.0 -> 0.17.0
2025-05-22 02:00:09 +00:00
Peder Bergebakken Sundt and GitHub
f6d952ff5c
git-cola: added .desktop file ( #403012 )
2025-05-22 03:59:36 +02:00
Ben Siraphob and GitHub
9a4886171d
circt: fix build failure on darwin ( #409592 )
2025-05-21 21:58:27 -04:00
Yt and GitHub
ef3140231e
nltk-data: make searchable, add all downloadables ( #409482 )
2025-05-21 21:56:01 -04:00
Peder Bergebakken Sundt and GitHub
eedca28842
freecad: 1.0.0 -> 1.0.1, adopt, clean up ( #408873 )
2025-05-22 03:48:07 +02:00
Martin Weinelt and GitHub
8ef82d9b1d
bind: 9.20.8 -> 9.20.9 ( #409445 )
2025-05-22 03:13:05 +02:00
dotlambda and GitHub
d91cb47b10
sc-im: 0.8.4 -> 0.8.5 ( #409527 )
2025-05-21 17:50:12 -07:00
R. Ryantm
969a309a91
crystal-dock: 2.12 -> 2.14
2025-05-22 00:39:18 +00:00
Austin Horstman and GitHub
89eac15781
yaziPlugins.projects: 0-unstable-2025-03-03 -> 0-unstable-2025-05-17 ( #409295 )
2025-05-21 19:12:32 -05:00
Felix Bargfeldt and GitHub
423912a7d2
maestro: 1.40.0 -> 1.40.3 ( #407259 )
2025-05-22 02:03:30 +02:00
Felix Bargfeldt and GitHub
0c823cb1fd
amp-cli: 0.0.1747195318-g6d7769 -> 0.0.1747483284-g8cf01d ( #407933 )
2025-05-22 01:38:37 +02:00
Felix Bargfeldt and GitHub
8108e15dad
netbird-ui: 0.43.3 -> 0.44.0 ( #407795 )
2025-05-22 01:36:44 +02:00
Martin Weinelt and GitHub
770eb699c5
python3Packages.django-lasuite: init at 0.0.9 ( #401770 )
2025-05-22 01:36:05 +02:00
Yohann Boniface and GitHub
96a5ce7e44
wrangler: 3.80.1 -> 4.16.0 ( #409572 )
2025-05-22 01:26:52 +02:00
Shogo Takata
f8483c358a
circt: fix build failure on darwin
2025-05-22 08:06:49 +09:00
Paul Haerle and GitHub
190ee55caa
systemd-boot: improve error message if no previous systemd boot is fo… ( #409073 )
2025-05-22 00:54:16 +02:00
Zhaofeng Li
5953ae56d8
Don't trigger the evaluation of apple-sdk in Linux stdenv
...
During the Apple SDK revamp of #346043 , cc-wrapper and bintools-wrapper
were modified to automatically add a fallback SDK if $DEVELOPER_DIR is
not set [^1]. However, because of the order of the && operands,
apple-sdk is always evaluated even when it's not needed.
Flip the && operands so we only trigger the evaluation when targeting
Darwin.
[^1]: 51755b0c00
2025-05-21 16:53:22 -06:00
Ezri Zhu
c332cf3d29
wrangler: add ezrizhu to maintainers
2025-05-21 18:51:02 -04:00
Ezri Zhu
515e5fe4cc
wrangler: 3.80.1 -> 4.16.0
...
Also resolved below two build issues
* Broken symlinks: nixpkgs build now checks for broken symlinks, this PR
adds all the relevant directories back to the out dir so all symlinks
are intact.
* Missing npm: wrangler specifies an older version of pnpm than the one
in pnpm_9 as used in the build process, this PR patches the
package.json to remove the pnpm version so pnpm_9 doesn't attempt to
change it's version resulting in a pnpm binary not found error. (with
help from @cameronraysmith in #377334 )
2025-05-21 18:47:22 -04:00
Yohann Boniface and GitHub
0a952f9588
bufisk: use finalAttrs ( #408322 )
2025-05-22 00:15:10 +02:00
da0960a3e5
reddit-tui: 0.3.6 -> 0.3.8 ( #409389 )
...
Co-authored-by: LazyStability <LazilyStable@proton.me >
2025-05-21 21:55:53 +00:00
Benjamin Sparks
a7d3ac57c5
nltk-data: add all downloadables
2025-05-21 23:21:19 +02:00
Benjamin Sparks
4375d986d6
treewide: nltk-data.snowball_data -> nltk-data.snowball-data
2025-05-21 23:21:19 +02:00
Benjamin Sparks
60d135d45a
treewide: nltk-data.averaged_perceptron_tagger_eng -> nltk-data.averaged-perceptron-tagger-eng
2025-05-21 23:20:49 +02:00
Benjamin Sparks
869486464c
treewide: nltk-data.averaged_perceptron_tagger -> nltk-data.averaged-perceptron-tagger
2025-05-21 23:19:56 +02:00
Benjamin Sparks
4b08542fbe
treewide: nltk-data.punkt_tab -> nltk-data.punkt-tab
2025-05-21 23:18:54 +02:00
Leona Maroni and GitHub
85c96a8e90
percona-server_8_0: 8.0.41-32 -> 8.0.42-33 ( #409211 )
2025-05-21 23:17:38 +02:00
r-vdp
b7b2c7cb02
direnv: fix indentation of generated scripts
2025-05-21 23:11:12 +02:00
Savchenko Dmitriy
5bd8b1082f
git-cola: added .desktop file and icon
...
git-cola was missing its bubbles icon and was
displayed inconsistently in desktop environments
2025-05-22 00:07:55 +03:00
R. Ryantm
8815f5848d
arkade: 0.11.38 -> 0.11.39
2025-05-21 21:07:04 +00:00
Ramses and GitHub
6f9a8cf293
nixos/direnv: fix silent option... again ( #402399 )
2025-05-21 23:06:34 +02:00
lassulus and GitHub
ca74454a76
spoolman: init at 0.22.1 ( #316110 )
2025-05-21 23:00:42 +02:00
Arne Keller and GitHub
bbbdf4b640
nodejs_24: 24.0.2 -> 24.1.0 ( #409460 )
2025-05-21 22:44:14 +02:00
Leona Maroni and GitHub
1d5ba0e9a6
python313Packages.supervisor: fix build with python 3.13 ( #407899 )
2025-05-21 22:41:08 +02:00
pinpox
c649478ee9
spoolman: init at 0.22.1
2025-05-21 22:31:17 +02:00
Pavol Rusnak and GitHub
9e966b4c32
phoenixd: 0.5.0 -> 0.6.0 ( #409516 )
2025-05-21 22:07:17 +02:00