Philip Taron and GitHub
5e036e9cfb
python312Packages.wheel: 0.44.0 -> 0.45.1, fix poetry2nix ( #361930 )
2024-12-05 20:43:08 -08:00
Philip Taron and GitHub
e949d487a0
hwdata: 0.389 -> 0.390 ( #361980 )
2024-12-05 20:40:58 -08:00
Jörg Thalheim and GitHub
662a44ff8d
cargo: avoid using system curl on darwin ( #300521 )
2024-12-06 02:29:14 +01:00
Alex James
153867a4e3
cargo: avoid using system curl on darwin
...
Modern versions of macOS link the system-provided curl library against
the system-provided libressl library. On recent versions of macOS, the
system libressl library reads from /private/etc/ssl/openssl.cnf. As this
path is not included in the default Nix sandbox profile, applications
that use the system curl library will report a permission error [1].
This issue affects the bootstrap version of cargo and can be seen while
building rustc for darwin with the sandbox enabled [2]. This change
works around the sandbox failure by using install_name_tool to patch the
cargo binary to use curl provided by Nix, which was the approach used in
oxalica/rust-overlay [3].
[1]: https://github.com/NixOS/nix/issues/9625
[2]: https://gist.github.com/al3xtjames/06bf71ceffd745eef20be8ce03b982c5
[3]: https://github.com/oxalica/rust-overlay/pull/149
2024-12-05 19:23:45 -06:00
Robert Schütz and GitHub
feec4e9426
gpgme: 1.24.0 -> 1.24.1 ( #361986 )
2024-12-05 16:58:09 -08:00
github-actions[bot] and GitHub
34bb17e9ab
Merge staging-next into staging
2024-12-06 00:16:02 +00:00
github-actions[bot] and GitHub
3a5c0e6ce2
Merge master into staging-next
2024-12-06 00:15:39 +00:00
Aleksana and GitHub
47a92239db
cargo-shuttle: 0.47.0 -> 0.49.0 ( #361827 )
2024-12-06 08:04:08 +08:00
nixpkgs-merge-bot[bot] and GitHub
ad4171cd39
staruml: 6.2.2 -> 6.3.0 ( #361340 )
2024-12-06 00:02:37 +00:00
Nick Cao and GitHub
d4297d0e0c
julia_111{,-bin}: 1.11.1 -> 1.11.2, julia_19{,-bin}: drop ( #361178 )
2024-12-05 19:00:48 -05:00
Weijia Wang and GitHub
21de726c19
mailpit: 1.21.0 -> 1.21.5 ( #360646 )
2024-12-06 00:36:59 +01:00
Weijia Wang and GitHub
3416e72d65
gitoxide: 0.38.0 -> 0.39.0 ( #360861 )
2024-12-06 00:36:15 +01:00
surfaceflinger and GitHub
8e770757c6
jazz2: 2.9.1 -> 3.0.0 ( #360909 )
...
Diff: https://github.com/deathkiller/jazz2-native/compare/2.9.1...3.0.0
2024-12-05 18:35:58 -05:00
Gaétan Lepage and GitHub
9e37dcaa58
protobuf: 29.0 -> 29.1 ( #361908 )
2024-12-06 00:35:36 +01:00
aucub and GitHub
092aef6491
pdfium-binaries: 6721 -> 6872 ( #359931 )
...
* pdfium-binaries: 6721 -> 6858
* pdfium-binaries: 6858 -> 6872
2024-12-05 18:27:19 -05:00
Philip Taron and GitHub
1551874a6a
lynx: 2.9.0dev.12 -> 2.9.2 ( #362192 )
2024-12-05 15:25:17 -08:00
Weijia Wang and GitHub
61194a6d4b
maelstrom-clj: 0.2.3 -> 0.2.4 ( #361932 )
2024-12-06 00:16:50 +01:00
surfaceflinger and GitHub
77fb5441bf
graphene-hardened-malloc: add updateScript ( #360468 )
...
* graphene-hardened-malloc: add updateScript
* graphene-hardened-malloc: 2024040900 -> 2024120400
2024-12-05 18:13:03 -05:00
Jeff Spiers and GitHub
979c64655b
joplin-desktop: fix unpacking on x86_64-darwin with 7zz ( #361912 )
2024-12-05 23:53:56 +01:00
Philip Taron and GitHub
7016c90a7e
tailscale: 1.76.6 -> 1.78.0 ( #362225 )
2024-12-05 14:48:07 -08:00
Philip Taron and GitHub
15d148fad2
ghostscript: support SOURCE_DATE_EPOCH for reproducible builds ( #362173 )
2024-12-05 14:46:47 -08:00
e4b06f587e
sptlrx: 1.1.0 -> 1.2.2 ( #360405 )
...
Update pkgs/by-name/sp/sptlrx/package.nix
Co-authored-by: seth <getchoo@tuta.io >
2024-12-05 17:36:16 -05:00
Peder Bergebakken Sundt and GitHub
07f1020592
python312Packages.gradio-pdf: 0.0.17 -> 0.0.19 ( #361804 )
2024-12-05 23:34:34 +01:00
Sefa Eyeoglu and GitHub
cb2f546ce5
pipewire: disable webrtc-audio-processing if unavailable ( #339012 )
2024-12-05 23:29:33 +01:00
Ashish SHUKLA
80cdb176ad
tailscale: 1.76.6 -> 1.78.0
...
Changes: https://tailscale.com/changelog#2024-12-05
2024-12-05 22:29:23 +00:00
Cosima Neidahl and GitHub
7c0fc9cf18
famistudio: .NET 7 -> 8 ( #361867 )
2024-12-05 23:28:35 +01:00
Luflosi
db216f91c2
ghostscript: support SOURCE_DATE_EPOCH for reproducible builds
...
Without this patch, it is impossible to generate PDF documents in a reproducible way using Ghostscript, as CreationDate and ModDate are included in the PDF, which are based on the current time. I ran into this problem while using the LATEX command `\includegraphics` with an `.eps` graphic.
The Ghostscript developers are not interested in fixing this and rejected the patch, see https://bugs.ghostscript.com/show_bug.cgi?id=696765#c28 .
[Debian carries the same patch](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794004 ), as does [Arch Linux](https://gitlab.archlinux.org/archlinux/packaging/packages/ghostscript/-/commit/426e6bf6f290c1acf1816c032c630d921b626c95 ).
2024-12-05 23:12:44 +01:00
Isaac Chua and Bjørn Forsman
839585c58c
youtube-music: fix desktopName and startupWMClass
2024-12-05 23:10:51 +01:00
Emmanuel Genga and GitHub
a58774a968
gqmqtt: init at 0.2.0-alpha ( #360312 )
...
gqmqtt: add updateScript
2024-12-05 17:04:58 -05:00
Sefa Eyeoglu and GitHub
af327b3493
taterclient-ddnet: 9.0.0 -> 9.0.1 ( #360538 )
2024-12-05 22:55:33 +01:00
misuzu and GitHub
a608963071
python312Packages.pyreadstat: 1.2.7 -> 1.2.8 ( #360532 )
2024-12-05 23:30:16 +02:00
misuzu and GitHub
e80f051359
linuxPackages.r8125: 9.013.02 -> 9.014.01 ( #361615 )
2024-12-05 23:26:43 +02:00
Sergei Trofimovich and GitHub
477a7db1cc
maturin: 1.7.4 -> 1.7.5 ( #359505 )
2024-12-05 16:10:41 -05:00
misuzu and GitHub
2e0d114024
flirt: init at 0.2 ( #362189 )
2024-12-05 22:51:05 +02:00
Philip Taron and GitHub
7ab6865a51
stdenv.mkDerivation: improve performance of outputChecks ( #360725 )
2024-12-05 12:46:49 -08:00
misuzu and GitHub
8323395a04
oh-my-posh: 23.20.3 -> 24.11.4 ( #362171 )
2024-12-05 22:44:57 +02:00
misuzu and GitHub
14e7e223a1
komac: add shell completions ( #362157 )
2024-12-05 22:44:36 +02:00
nixpkgs-merge-bot[bot] and GitHub
ce5e6aac3f
stella: 7.0 -> 7.0b ( #361408 )
2024-12-05 20:37:53 +00:00
misuzu and GitHub
7cb3aa38e5
opentelemetry-collector-contrib: fix darwin builds ( #362159 )
2024-12-05 22:23:42 +02:00
David McFarland and GitHub
9bb136edda
dotnet: nixfmt output of nuget-to-nix ( #361579 )
2024-12-05 16:14:44 -04:00
R. Ryantm
96af88adc8
lynx: 2.9.0dev.12 -> 2.9.2
2024-12-05 20:12:41 +00:00
misuzu and GitHub
48733b509e
nixos/prometheus-restic-exporter: add option to specify repository as a file ( #344983 )
2024-12-05 22:12:30 +02:00
Jakub Ryška and GitHub
9b37d566f2
nixos/asusd: correct suffix of asus/profile.conf to ron ( #285904 )
2024-12-05 22:10:11 +02:00
misuzu and GitHub
92951015e6
openseeface: init at 1.20.4-unstable-2024-09-21 ( #289617 )
2024-12-05 22:06:15 +02:00
misuzu and GitHub
76541074a2
komika-fonts: init at 0-unstable-2024-08-12 ( #334261 )
2024-12-05 21:55:51 +02:00
David Chocholatý
9751944f85
flirt: init at 0.2
2024-12-05 20:54:01 +01:00
David Chocholatý
8b5bc060a9
maintainers: Add adda
2024-12-05 20:54:01 +01:00
Philip Taron and GitHub
b0749e8e6f
linuxPackages.nvidiaPackages.latest: 560.35.03 -> 565.77 ( #362162 )
2024-12-05 11:48:40 -08:00
Philip Taron and GitHub
6dc317f692
python312Packages.azure-multiapi-storage: fix build ( #362147 )
2024-12-05 11:48:00 -08:00
Ramses and GitHub
a390ec54d9
qemu: fix strictDeps ( #358487 )
2024-12-05 20:36:02 +01:00