Commit Graph
784567 Commits
Author SHA1 Message Date
R. RyantmandMasum Reza d82a5b3ed0 vscode-extensions.ms-pyright.pyright: 1.1.398 -> 1.1.399 2025-04-09 10:14:19 +05:30
PerchunPakandMasum Reza 00f81357aa astal: move source to a separate package
It provides general description for all astal packages and r-ryantm
will create properly named PRs.
2025-04-09 10:13:11 +05:30
R. Ryantm 42c8027025 python312Packages.ckzg: 2.1.0 -> 2.1.1 2025-04-09 04:41:09 +00:00
Winter 1c1c517c8d tests.importCargoLock.gitDependencyRevNonWorkspaceNestedCrate: use system zlib
Fixes build on Darwin. (We could just bump libz-sys, but this is the
preferred change anyways.)
2025-04-09 00:40:29 -04:00
Jörg Thalheim 8db5666df2 nixVersions: update nix-fallback-paths (2.24.14 -> 2.28.1) 2025-04-09 06:39:56 +02:00
Pol DellaieraandGitHub b5d863ceb3 python312Packages.firecrawl-py: 1.6.0 -> 1.7.0 (#397269) 2025-04-09 06:33:17 +02:00
R. Ryantm 064cbb73bd papermc: 1.21.4-222 -> 1.21.4-224 2025-04-09 04:20:16 +00:00
R. Ryantm 5bf7b93711 aws-lc: 1.49.0 -> 1.49.1 2025-04-09 04:00:59 +00:00
R. Ryantm 18fa1a13b9 clorinde: 0.14.2 -> 0.14.3 2025-04-09 03:54:00 +00:00
R. Ryantm 41aa57bde6 capnproto-rust: 0.20.1 -> 0.21.0 2025-04-09 03:52:10 +00:00
R. Ryantm 676f07788f servo: 0-unstable-2025-03-29 -> 0-unstable-2025-04-08 2025-04-09 03:42:09 +00:00
Adam C. StephensandGitHub 79448d6a6e nixos/zfs: add option to load pool credentials into kernel keyring (#324918) 2025-04-08 23:34:13 -04:00
Austin HorstmanandGitHub 3c130ca66f icinga2: 2.14.3 -> 2.14.5 (#395718) 2025-04-08 20:31:17 -07:00
Adam C. Stephens fce5edc755 lxcfs: wrap lxc.reboot.hook 2025-04-08 23:25:54 -04:00
Liam Murphy d4a8babe90 judy: revert Darwin reproducibility fixes
It was already reproducible: the only reason it seemed not to be was due
to a quirk of how `--rebuild` works on macOS. Since the implementation
of the Nix sandbox on macOS is unable to change the meaning of paths,
when rebuilding a derivation, it can't be done at the same path as the
original. Instead, the rebuild occurs with a different output path, and
the output is scanned for instances of that path so that they can be
replaced with the correct one afterwards (ala ca-derivations).

Unfortunately, macOS's codesigning system seems to include the hash of
the signed binary as part of its signature, including any incorrect
paths it contains. This results in the binaries still being different
after the path replacement step has occured.

The reason to go out of our way to revert this is that the workaround to
avoid including the output path in any binaries includes replacing the
install name of judy with `@rpath/*` rather than its absolute path,
which breaks at least one dependency that doesn't add it to RPATH
(gtkwave), and possibly others.

To confirm that it's reproducible:

```
drv=$(nix eval .#judy --apply "pkg: (pkg.overrideAttrs { __REBUILD = true; }).drvPath" --raw)
out=$(nix derivation show "$drv" | jq -r ".[].outputs.out.path")

nix build "$drv^*" --no-link
cp -r "$out" rebuild-1

nix store delete "$out" --option keep-outputs false
nix build "$drv^*" --no-link
cp -r "$out" rebuild-2

diff -r rebuild-1 rebuild-2
```
2025-04-09 13:12:12 +10:00
63665d67aa dioxionary: 1.1.4 -> 1.2.0 (#397243)
Co-authored-by: ulic-youthlic <ulic-youthlic@users.noreply.github.com>
2025-04-09 03:09:14 +00:00
R. Ryantm 00ed468673 python312Packages.firecrawl-py: 1.6.0 -> 1.7.0 2025-04-09 02:51:25 +00:00
Morgan Helton 1d7763e2fc release-cuda: add sunshine 2025-04-08 21:31:08 -05:00
Martin Weinelt 4ad172dbca firefox-bin-unwrapped: 137.0 -> 137.0.1
https://www.mozilla.org/en-US/firefox/137.0.1/releasenotes/
2025-04-09 04:31:07 +02:00
Martin Weinelt 9553d40cad firefox-unwrapped: 137.0 -> 137.0.1
https://www.mozilla.org/en-US/firefox/137.0.1/releasenotes/
2025-04-09 04:30:15 +02:00
WinterandGitHub 959931a042 maintainers: caralice -> magistau (#397245) 2025-04-08 22:21:31 -04:00
R. Ryantm a6b27afa53 open62541pp: 0.17.0 -> 0.18.0 2025-04-09 01:40:48 +00:00
Pol DellaieraandGitHub 317b668709 vscode-extensions.bodil.blueprint-gtk: init at 0.2.0 (#384836) 2025-04-09 03:37:35 +02:00
R. Ryantm 8e400785ca jumppad: 0.18.0 -> 0.18.1 2025-04-09 01:21:54 +00:00
R. Ryantm 349a1adca4 flannel: 0.26.5 -> 0.26.6 2025-04-09 01:13:01 +00:00
Jan Tojnar c38a109ae1 webkitgtk_6_0: 2.48.0 → 2.48.1
https://github.com/WebKit/WebKit/compare/webkitgtk-2.48.0...webkitgtk-2.48.1
https://webkitgtk.org/2025/04/02/webkitgtk2.48.1-released.html
https://webkitgtk.org/security/WSA-2025-0003.html

CVE-2024-54551, CVE-2025-24208, CVE-2025-24209, CVE-2025-24213, CVE-2025-24216, CVE-2025-24264, CVE-2025-30427
2025-04-09 03:12:41 +02:00
R. Ryantm 91d188b3b5 cargo-modules: 0.22.1 -> 0.23.1 2025-04-09 00:52:22 +00:00
Austin HorstmanandGitHub 540a6277a7 vimPlugins.bitbake-vim: 2.8.8 -> 2.10.4 (#397241) 2025-04-08 17:49:52 -07:00
R. Ryantm a8e5754a2e faas-cli: 0.17.1 -> 0.17.3 2025-04-09 00:44:48 +00:00
Sam WandGitHub 4b92da53ca sendgmail: init at 0-unstable-2025-03-06 2025-04-08 17:43:29 -07:00
nixpkgs-ci[bot]andGitHub 6c98e107c7 Merge master into staging-next 2025-04-09 00:15:45 +00:00
Martin Weinelt d7a6d3e33b python312Packages.ctranslate2: migrate to pep517 builder
and update disabled tests.
2025-04-09 02:09:07 +02:00
R. Ryantm bed09317a2 vcluster: 0.24.0 -> 0.24.1 2025-04-09 00:08:48 +00:00
Robert HensingandGitHub 6a39c6e495 nixVersions.stable: 2.24 -> 2.28 (#396442) 2025-04-09 02:06:13 +02:00
58a2a2f13c myks: 4.6.1 -> 4.8.0 (#397216)
Co-authored-by: Zebradil <german.lashevich@gmail.com>
2025-04-09 00:03:44 +00:00
Martin Weinelt b0a34d3180 ctranslate2: 4.5.0 -> 4.6.0
https://github.com/OpenNMT/CTranslate2/blob/v4.6.0/CHANGELOG.md
2025-04-09 01:50:27 +02:00
R. Ryantm f84c9b2463 dioxionary: 1.1.4 -> 1.2.0 2025-04-08 23:43:29 +00:00
R. Ryantm 439103b95b vimPlugins.bitbake-vim: 2.8.8 -> 2.10.4 2025-04-08 23:38:24 +00:00
Austin Horstman ce9b2ffcea yaziPlugins.mactag: 25.2.26-unstable-2025-03-17 -> 25.4.4-unstable-2025-04-04 2025-04-08 18:36:45 -05:00
Austin Horstman 495299fc0b yaziPlugins.mime-ext: 25.2.26-unstable-2025-03-17 -> 25.4.4-unstable-2025-04-04 2025-04-08 18:36:38 -05:00
Austin Horstman 54e2831b32 yaziPlugins.git: 25.2.26-unstable-2025-03-17 -> 25.4.4-unstable-2025-04-04 2025-04-08 18:34:29 -05:00
Alice Carroll 34a88239ca maintainers: caralice -> magistau 2025-04-09 02:32:30 +03:00
Robert Schütz f1b4c90812 deltatouch: 1.10.2 -> 1.14.3
Diff: https://codeberg.org/lk108/deltatouch/compare/v1.10.2...v1.14.3

Changelog: https://codeberg.org/lk108/deltatouch/src/tag/v1.14.3/CHANGELOG
2025-04-08 16:28:31 -07:00
R. Ryantm b458a08f39 vivaldi: 7.3.3635.4 -> 7.3.3635.7 2025-04-08 23:26:59 +00:00
dotlambdaandGitHub 512e76c816 libdeltachat: 1.158.0 -> 1.159.0 (#397131) 2025-04-08 16:26:38 -07:00
R. Ryantm 240c7ae697 yarn-berry: 4.8.0 -> 4.8.1 2025-04-08 23:26:22 +00:00
dotlambdaandGitHub 561d0ffcdf python312Packages.mcp: 1.5.0 -> 1.6.0 (#397202) 2025-04-08 16:26:05 -07:00
Austin Horstman 834ae55353 yaziPlugins: use a helper function for creating derivations 2025-04-08 18:19:57 -05:00
Austin Horstman a4bc0854b3 yaziPlugins.bypass: init at 0-unstable-2025-02-16 2025-04-08 18:18:44 -05:00
Austin Horstman bab4c74cbf yaziPlugins.starship: init at 25.2.7-unstable-2025-02-23 2025-04-08 18:18:42 -05:00