Sergei Trofimovich
5e169ca869
diffoscope: 277 -> 278
...
Changes: https://diffoscope.org/news/diffoscope-278-released/
2024-09-28 15:04:29 +01:00
Matthias Beyer
80931ba844
tmux: 3.4 -> 3.5
...
Patches were removed, as they seem to be applied:
* https://github.com/tmux/tmux/pull/3840
* https://github.com/tmux/tmux/pull/3933
* aa17f0e0c1
* 3823fa2c57
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2024-09-27 10:46:36 +02:00
Franz Pletz
8b085394e9
netbootxyz-efi: 2.0.75 -> 2.0.82 ( #344757 )
2024-09-27 05:00:27 +02:00
Nick Cao
a8566c88a6
wasm-tools: 1.216.0 -> 1.217.0 ( #341059 )
2024-09-26 21:55:10 -04:00
Ludovic Ortega
2a4c44498e
netbootxyz-efi: 2.0.75 -> 2.0.82
...
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
2024-09-27 01:09:06 +02:00
Weijia Wang
2509ae4ac3
phrase-cli: 2.31.2 -> 2.32.0 ( #342546 )
2024-09-26 23:43:19 +02:00
Rafael Fernández López
13911b147d
wasm-tools: 1.216.0 -> 1.217.0
2024-09-26 22:54:40 +02:00
Weijia Wang
6abfa0e387
aichat: 0.20.0 -> 0.22.0 ( #339348 )
2024-09-26 22:38:07 +02:00
Franz Pletz
d874e1e212
treewide: remove maintainer alibabzo ( #344534 )
2024-09-26 15:49:52 +02:00
K900
b964291466
{buildFHSEnvBubblewrap,buildFHSEnvChroot}: add nativeBuildInputs
( #344516 )
2024-09-26 08:38:07 +03:00
Peder Bergebakken Sundt
8a7b35c6ef
wakapi: 2.11.2 -> 2.12.0; modernize ( #340779 )
2024-09-26 02:49:27 +02:00
Alistair Bill
ad93bf2f14
treewide: remove maintainer alibabzo
2024-09-25 22:39:13 +01:00
Artturin
4cb379f4d7
treewide: use nativeBuildInputs
in appimage builder derivations
2024-09-25 23:01:28 +03:00
Peder Bergebakken Sundt
061878461f
poop: 0.4.0 -> 0.5.0 ( #344138 )
2024-09-25 18:47:10 +02:00
Franz Pletz
c2fcd81a66
macchina: 6.1.8 -> 6.2.1 ( #341499 )
2024-09-25 17:23:36 +02:00
OTABI Tomoya
2958fa2daf
rpm-ostree: 2024.7 -> 2024.8 ( #341958 )
2024-09-25 12:05:52 +09:00
Peder Bergebakken Sundt
eba30179f4
gummy: use finalAttrs.finalPackage
2024-09-24 23:28:54 +02:00
Peder Bergebakken Sundt
13cd33392a
datefmt: use finalAttrs.finalPackage
2024-09-24 23:28:53 +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
Robert Schütz
d3e7f568fb
esptool: 4.7.0 -> 4.8.0 ( #342885 )
2024-09-24 11:19:13 -07:00
Julien Malka
a630e6e946
rtz: 0.7.0 → 0.7.1 ( #343066 )
2024-09-24 20:08:18 +02:00
Yt
d026e3fa1a
immich: init at 1.115.0; nixos/immich: init module ( #324127 )
2024-09-24 05:56:12 -04:00
R. Ryantm
6e85aa8ba6
aichat: 0.20.0 -> 0.22.0
2024-09-24 07:13:05 +00:00
ocfox
942901b2a3
poop: 0.4.0 -> 0.5.0
2024-09-24 13:49:34 +08:00
Robert Schütz
cb876f18c5
nbqa: add passthru.withTools ( #343632 )
2024-09-23 20:07:24 -07:00
Jan van Brügge
f2ff5dc267
immich-cli: 2.2.15 -> 2.2.19
2024-09-23 22:38:01 +02:00
Nick Cao
ed49ebe5e5
moar: 1.27.0 -> 1.27.2 ( #343944 )
2024-09-23 09:47:55 -04:00
Aleksana
357050f5ce
pokeget-rs: 1.6.2 -> 1.6.3 ( #343945 )
2024-09-23 21:41:47 +08:00
Nick Cao
33efd7d1df
backdown: 1.1.1 -> 1.1.2 ( #343929 )
2024-09-23 09:41:21 -04:00
R. Ryantm
0699fe6957
pokeget-rs: 1.6.2 -> 1.6.3
2024-09-23 11:34:02 +00:00
R. Ryantm
13935f9ffd
moar: 1.27.0 -> 1.27.2
2024-09-23 11:34:00 +00:00
R. Ryantm
0d4bfb52fb
macchina: 6.1.8 -> 6.2.1
2024-09-23 10:35:47 +00:00
R. Ryantm
d03e2a74e3
backdown: 1.1.1 -> 1.1.2
2024-09-23 10:04:07 +00:00
Fabian Affolter
921f61df10
sshx: unstable-2023-11-23 -> 0.2.4 ( #342406 )
2024-09-23 08:33:21 +02:00
Pol Dellaiera
4b9c0fa18f
python3{11,12}Packages.boto: drop ( #343727 )
2024-09-22 22:31:55 +02:00
Pol Dellaiera
cd80d12600
plantuml: 1.2024.5 -> 1.2024.7 ( #343735 )
2024-09-22 22:08:48 +02:00
Anthony ROUSSEL
8078f7fda8
plantuml-server: migrate to pkgs/by-name, format with nixfmt-rfc-style
2024-09-22 16:46:06 +02:00
Anthony ROUSSEL
3c083ed52f
plantuml: migrate to pkgs/by-name, format with nixfmt-rfc-style
2024-09-22 16:46:05 +02:00
Nick Cao
fda859712f
cyclonedx-python: 4.5.0 -> 4.6.0 ( #343571 )
2024-09-22 10:35:41 -04:00
Anthony ROUSSEL
775c4ad439
plantuml-c4: migrate to pkgs/by-name, format with nixfmt-rfc-style
2024-09-22 16:10:59 +02:00
Emily
8caee3d83d
kargo: drop
...
No release since 2017 and deprecated upstream; see
<1869aa3985 (diff-a39c9f7aa728d5fa3b973bc6ba49228a)
>.
2024-09-22 14:57:38 +01:00
Robert Schütz
8a242099b8
python312Packages.blacken-docs: move from top-level
...
We need it as a Python module for nbqa.
2024-09-21 18:51:56 -07:00
R. Ryantm
f5f3be3663
chafa: 1.14.3 -> 1.14.4
2024-09-21 23:28:58 +00:00
R. Ryantm
2130e6aa9e
cyclonedx-python: 4.5.0 -> 4.6.0
2024-09-21 20:28:42 +00:00
Aleksana
c0e65bb829
cloud-utils: 0.32 -> 0.33 ( #343424 )
2024-09-21 23:10:11 +08:00
Johannes Jöns
eca2693230
python3Packages.notobuilder: init at 0-unstable-2024-08-03 ( #333709 )
2024-09-21 14:32:54 +00:00
Nick Cao
c550aedb67
ytarchive: 0.4.0 -> 0.5.0 ( #343414 )
2024-09-21 09:49:42 -04:00
Martin Weinelt
aefa0dc1ae
esphome: 2024.8.3 -> 2024.9.0 ( #343427 )
2024-09-21 14:50:03 +02:00
Muhammad Falak R Wani
745ca3a829
zoxide: 0.9.5 -> 0.9.6
...
Diff: https://github.com/ajeetdsouza/zoxide/compare/refs/tags/v0.9.5...v0.9.6
Changelog: https://github.com/ajeetdsouza/zoxide/blob/v0.9.6/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-09-21 10:59:22 +05:30