K900
b964291466
{buildFHSEnvBubblewrap,buildFHSEnvChroot}: add nativeBuildInputs
( #344516 )
2024-09-26 08:38:07 +03:00
Artturin
4cb379f4d7
treewide: use nativeBuildInputs
in appimage builder derivations
2024-09-25 23:01:28 +03:00
Thibault Molleman
cb7f76ef98
nextcloud-client: fix description ( #344196 )
2024-09-25 18:47:56 +02:00
Franz Pletz
ed3371c607
rambox: 2.3.4 -> 2.4.0 ( #344112 )
2024-09-25 17:31:16 +02:00
Fabián Heredia Montiel
25377ad35e
qbittorrent: 4.6.5 -> 4.6.7 ( #343060 )
2024-09-25 09:10:18 -06:00
Nick Cao
aab25b64c0
shellhub-agent: 0.16.0 -> 0.16.2 ( #344422 )
2024-09-25 10:26:01 -04:00
Nick Cao
8825f83890
pluto: 5.20.2 -> 5.20.3 ( #344396 )
2024-09-25 09:01:04 -04:00
Nick Cao
5b80e8c3ba
signalbackup-tools: 20240913 -> 20240924-2 ( #344263 )
2024-09-25 08:24:58 -04:00
Sandro
0b6666ead3
rclone: 1.68.0 -> 1.68.1 ( #344401 )
2024-09-25 14:19:21 +02:00
R. Ryantm
1990dc11b7
shellhub-agent: 0.16.0 -> 0.16.2
2024-09-25 11:51:12 +00:00
OTABI Tomoya
8f4bbf6f2b
calicoctl: 3.28.1 -> 3.28.2 ( #342922 )
2024-09-25 20:20:15 +09:00
R. Ryantm
359d035405
rclone: 1.68.0 -> 1.68.1
2024-09-25 09:28:59 +00:00
R. Ryantm
da5f7a87fe
pluto: 5.20.2 -> 5.20.3
2024-09-25 09:15:25 +00:00
OTABI Tomoya
6620643ec6
glooctl: 1.17.6 -> 1.17.8 ( #342445 )
2024-09-25 12:24:06 +09:00
OTABI Tomoya
a56f6e6eba
k3d: 5.7.3 -> 5.7.4 ( #341544 )
2024-09-25 12:17:51 +09:00
OTABI Tomoya
319d4af914
linkerd_edge: 24.8.3 -> 24.9.2 ( #341976 )
2024-09-25 12:01:20 +09:00
Philip Taron
75f804420d
treewide: use finalAttrs.finalPackage in testers.testVersion ( #342431 )
2024-09-24 15:56:53 -07:00
Nick Cao
2fb0e017bd
storj-uplink: 1.111.4 -> 1.113.4 ( #343615 )
2024-09-24 18:37:47 -04:00
Nick Cao
14dd3c11cf
argo: 3.5.10 -> 3.5.11 ( #343299 )
2024-09-24 18:20:43 -04:00
Malo Bourgon
6f63c9e016
signalbackup-tools: 20240913 -> 20240924-2
...
Diff: 20240913...20240924
-2
2024-09-24 14:29:28 -07:00
Peder Bergebakken Sundt
c14bf38c79
notmuch: use finalAttrs.finalPackage
2024-09-24 23:28:56 +02:00
Artturin
63fa53d97c
treewide: reformat files which need reformatting after
...
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03: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
Markus Kowalewski
8f9e33133c
protonmail-bridge: 3.12.0 -> 3.13.0 ( #342816 )
2024-09-24 22:00:46 +02:00
Jörg Thalheim
73e0dd91e2
deck: 1.39.6 -> 1.40.1 ( #341935 )
2024-09-24 11:21:16 +02:00
R. Ryantm
f6fecceada
rambox: 2.3.4 -> 2.4.0
2024-09-24 03:31:38 +00:00
Frank Doepper
66763feae9
oysttyer: remove
...
oysttyer is no longer maintained, because Twitter disabled free API
access. Upstream archived the repository in 02/2023.
2024-09-23 21:34:55 +02:00
Vladimír Čunát
c8f08a7ddb
thunderbird: 128.1.1esr -> 128.2.3esr ( #343927 )
...
https://www.thunderbird.net/en-US/thunderbird/128.2.0esr/releasenotes/
https://www.thunderbird.net/en-US/thunderbird/128.2.1esr/releasenotes/
https://www.thunderbird.net/en-US/thunderbird/128.2.2esr/releasenotes/
https://www.thunderbird.net/en-US/thunderbird/128.2.3esr/releasenotes/
2024-09-23 18:25:17 +02:00
Robert Schütz
64a773b7e4
electron_32: init at 32.1.1, bitwarden-desktop: 2024.8.2 -> 2024.9.0 ( #343097 )
2024-09-23 07:31:56 -07:00
R. RyanTM
b760aff974
rke2_testing: 1.31.0-rc1+rke2r1 -> 1.31.1-rc3+rke2r1 ( #343540 )
2024-09-23 15:37:29 +02:00
Nick Cao
bb78ac561e
arkade: 0.11.24 -> 0.11.26 ( #343823 )
2024-09-23 09:35:29 -04:00
R. Ryantm
4008474056
thunderbird-unwrapped: 128.1.1esr -> 128.2.3esr
2024-09-23 09:58:22 +00:00
h7x4
7366da7b6c
xpipe: 11.2 -> 11.3 ( #343840 )
2024-09-23 09:17:48 +02:00
R. Ryantm
88635b9e19
kubernetes-helmPlugins.helm-diff: 3.9.10 -> 3.9.11
2024-09-22 21:54:01 -05:00
R. Ryantm
124c7e945b
xpipe: 11.2 -> 11.3
2024-09-23 01:17:31 +00:00
R. Ryantm
17ddf8b3fc
arkade: 0.11.24 -> 0.11.26
2024-09-22 23:26:01 +00:00
Emily
1f1c8b3e6e
signal-desktop: 7.24.1 -> 7.25.0 ( #343011 )
2024-09-22 22:03:19 +01:00
Pol Dellaiera
4b9c0fa18f
python3{11,12}Packages.boto: drop ( #343727 )
2024-09-22 22:31:55 +02:00
OTABI Tomoya
dbe1125de3
python3Packages.proton-vpn-network-manager: 0.5.2 -> 0.6.3 ( #343208 )
2024-09-23 01:02:19 +09:00
Nick Cao
2eca2deae7
kubelogin-oidc: 1.29.0 -> 1.30.0 ( #343498 )
2024-09-22 10:50:47 -04:00
Emily
2ffdba973c
nixops_unstablePlugins.nixops-aws: drop
...
Marked as broken for months, and depends on boto which has been
deprecated for years and is now also broken and due for removal.
2024-09-22 14:57:38 +01:00
Johannes Jöns
062beac77b
firefox-{beta,devedition}{-bin}-unwrapped: 131.0b2 -> 131.0b9 ( #343333 )
2024-09-22 09:26:51 +00:00
R. Ryantm
523e5df514
storj-uplink: 1.111.4 -> 1.113.4
2024-09-21 23:28:17 +00:00
Johannes Jöns
640936bdfc
discord-canary: 0.0.483 -> 0.0.492 ( #343551 )
2024-09-21 21:00:56 +00:00
R. Ryantm
67b5852ad0
discord-canary: 0.0.483 -> 0.0.492
2024-09-21 18:57:06 +00:00
Emily
46827afca1
ungoogled-chromium: 128.0.6613.137-1 -> 129.0.6668.58-1 ( #343511 )
2024-09-21 20:35:22 +02:00
Jörg Thalheim
ffba6051f4
ladybird: 0-unstable-2024-09-08 -> 0-unstable-2024-09-21 (and skia) ( #343535 )
2024-09-21 19:17:18 +02:00
Francesco Gazzetta
05958843a8
ladybird: 0-unstable-2024-09-08 -> 0-unstable-2024-09-21
2024-09-21 18:07:29 +02:00
networkException
a444490175
ungoogled-chromium: 128.0.6613.137-1 -> 129.0.6668.58-1
...
https://chromereleases.googleblog.com/2024/09/stable-channel-update-for-desktop_17.html
This update includes 9 security fixes.
CVEs:
CVE-2024-8904 CVE-2024-8905 CVE-2024-8906 CVE-2024-8907 CVE-2024-8908
CVE-2024-8909
2024-09-21 16:33:11 +02:00
Nick Cao
4b167e66ff
jx: 3.10.154 -> 3.10.155 ( #343458 )
2024-09-21 09:56:12 -04:00