Atemu
2dbeda8d63
present: fix crash caused by dependency ( #348837 )
2024-10-18 08:21:54 +02:00
Erno Hopearuoho
55cabd03a0
present: fix crash caused by dependency
...
fixes #348788
2024-10-17 13:17:56 +03:00
R. Ryantm
578111bde0
seafile-shared: 9.0.7 -> 9.0.8
2024-10-16 11:05:34 +00:00
SharzyL
4974d65d14
riscv-pk: 1.0.0 -> unstable-2024-10-09
2024-10-14 17:05:59 +08:00
Maximilian Bosch
80792e6e01
Merge: epson-escpr2: 1.2.13 -> 1.2.18 ( #348153 )
2024-10-13 15:10:12 +02:00
Shawn8901
81369ea862
epson-escpr2: 1.2.13 -> 1.2.18
2024-10-12 23:12:40 +02:00
K900
001fb496bf
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-12 21:08:11 +03:00
K900
15f8bd80fc
uboot: 2024.07 -> 2024.10 ( #347188 )
2024-10-12 20:32:58 +03:00
github-actions[bot]
aa2334f4a8
Merge master into staging-next
2024-10-11 00:14:02 +00:00
Franz Pletz
c636130b36
tmuxPlugins.extrakto: unstable-2021-04-04 -> 0-unstable-2024-08-25 ( #338786 )
2024-10-10 21:43:48 +02:00
uima
921e8400dc
fix: fix the updated version from 2024-08-25 to 2024-08-26
...
Due to the timezone, I misread the upstream commit as 2024-08-26, but it actually is 2024-08-25
2024-10-10 21:59:58 +08:00
uima
484832887e
Apply suggestions from code review that use patchShebangs
instead of sed
...
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2024-10-10 21:54:38 +08:00
github-actions[bot]
a5883bc172
Merge master into staging-next
2024-10-10 12:05:39 +00:00
Fausto Núñez Alberro
beb0995851
Add fnune as maintainer of tmuxPlugins.extrakto
2024-10-10 09:58:47 +02:00
Jared Baur
b8d9a0eaa6
ubootCM3588NAS: don't install non-existent image for SPI flash
...
The defconfig for ubootCM3588NAS does not specify building an image for
SPI flash, so remove the attempt to install the non-existent file.
2024-10-08 08:46:45 -07:00
K900
19bda3deee
ubootCM3588NAS: init at 2024.10
2024-10-08 17:44:02 +03:00
K900
ce8336e709
ubootOrangePi3B: init at 2024.10
2024-10-08 17:44:00 +03:00
Emily
df769e85f3
Merge master into staging-next
2024-10-08 01:23:55 +01:00
Jared Baur
3920b9d819
uboot: 2024.07 -> 2024.10
2024-10-07 16:47:09 -07:00
Thomas Gerbet
16caf1231b
cups-filters: remove support for legacy CUPS browsing and for LDAP
...
Fixes CVE-2024-47176 and CVE-2024-47850. NixOS is not affected by these security issues by
default because we do not ship the default configuration file so it fallbacks to `BrowseRemoteProtocols dnssd`.
631/udp is removed from the open firewall ports, it was by the CUPS
browsing protocol.
2024-10-07 22:28:12 +02:00
github-actions[bot]
5c3e5ec59f
Merge master into staging-next
2024-10-06 12:05:15 +00:00
OTABI Tomoya
fe8531cc51
lilypond-unstable: 2.25.19 -> 2.25.20 ( #345307 )
2024-10-06 16:50:40 +09:00
github-actions[bot]
fb53f9f64b
Merge master into staging-next
2024-10-04 18:04:31 +00:00
R. Ryantm
807db16ef8
fastly: 10.14.1 -> 10.15.0
2024-10-04 10:24:52 +00:00
Lily Foster
3070d8a681
ghostscript: fix build on darwin
...
3230e58d06
https://hydra.nixos.org/build/274082857/nixlog/3/tail
2024-10-02 20:14:24 +02:00
R. Ryantm
a63e4cf4b3
lilypond-unstable: 2.25.19 -> 2.25.20
2024-09-29 15:00:44 +00:00
github-actions[bot]
22165c231d
Merge master into staging-next
2024-09-27 12:05:46 +00:00
Thomas Gerbet
d726e2d301
cups-filters: apply patch for CVE-2024-47076
...
Advisory:
https://github.com/OpenPrinting/libcupsfilters/security/advisories/GHSA-w63j-6g73-wmg5
2024-09-26 23:51:12 +02:00
Artturin
f0e657f3b1
Merge branch 'master' into staging-next
2024-09-25 06:05:01 +03:00
Peder Bergebakken Sundt
5968338068
infnoise: use finalAttrs.finalPackage
2024-09-24 23:28:55 +02:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Fabián Heredia Montiel
9b2a506736
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/tools/package-management/nix/default.nix
2024-09-22 13:45:27 -06:00
Emily
3b5f32c447
python312Packages.blessings: drop ( #336152 )
2024-09-22 15:25:12 +01:00
github-actions[bot]
94770996ae
Merge master into staging-next
2024-09-22 00:15:32 +00:00
Nick Cao
d53f51fded
opensbi: 1.5 -> 1.5.1 ( #342858 )
2024-09-21 19:36:02 -04:00
github-actions[bot]
d3ae261fc3
Merge master into staging-next
2024-09-21 12:05:16 +00:00
davidsierradz
c9c7974117
tmux-fingers: 2.1.1 -> 2.2.2
2024-09-20 17:57:46 -05:00
K900
d8a54461fc
Merge remote-tracking branch 'origin/staging-next' into staging
2024-09-20 07:27:56 +03:00
h7x4
9a6c76c4af
treewide: remove unused inputs ( #342672 )
2024-09-19 20:36:18 +02:00
Nick Cao
072c1bc15c
opensbi: 1.5 -> 1.5.1
...
Diff: https://github.com/riscv-software-src/opensbi/compare/v1.5...v1.5.1
2024-09-18 14:19:21 -04:00
Simon Hauser
18459ab73c
ghostscript: 10.03.1 -> 10.04.0
2024-09-18 17:17:10 +02:00
github-actions[bot]
81d645b6a9
Merge staging-next into staging
2024-09-18 06:05:20 +00:00
Peder Bergebakken Sundt
8c8c27bb19
treewide: remove unused inputs
2024-09-18 01:00:07 +02:00
Anthony ROUSSEL
91beb4b016
solfege: migrate to pkgs/by-name, format with nixfmt-rfc-style
2024-09-17 22:02:50 +02:00
github-actions[bot]
73cf025711
Merge staging-next into staging
2024-09-17 12:05:50 +00:00
R. Ryantm
9288b05f5d
fastly: 10.14.0 -> 10.14.1
2024-09-16 14:49:16 +00:00
K900
4e803e9656
Merge remote-tracking branch 'origin/staging-next' into staging
2024-09-12 07:00:07 +03:00
Rafael Fernández López
6316f21759
fastly: 10.13.3 -> 10.14.0
2024-09-10 19:32:35 +02:00
github-actions[bot]
3169038ef8
Merge staging-next into staging
2024-09-10 12:06:25 +00:00
Florian Klink
cb714bfbd4
ubootOrangePi5Plus: init
...
This adds the uboot version used for the Xunlong Orange Pi 5 Plus.
2024-09-10 14:20:43 +07:00