Commit Graph

23721 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
d3ee30f608
markdown-anki-decks: fix build (#344044) 2024-10-01 02:03:12 +02:00
Peder Bergebakken Sundt
0214720570
twm: 0.10.2 -> 0.11.0, move to pkgs/by-name (#345159) 2024-10-01 01:52:45 +02:00
Markus Kowalewski
76f6718360
hpcg: cleanup, add runHooks to InstallPhase, move to pkgs/by-name (#344718) 2024-09-30 17:06:29 +02:00
Martin Weinelt
f1d4256b50
esphome: 2024.9.0 -> 2024.9.1 (#344089) 2024-09-30 15:37:41 +02:00
OTABI Tomoya
fe3cc14beb
vtm: 0.9.99.09 -> 0.9.99.13 (#344017) 2024-09-30 21:52:24 +09:00
Fabián Heredia Montiel
f7dff42ab9
esptool: 4.8.0 -> 4.8.1 (#345231) 2024-09-29 11:27:15 -06:00
Nick Cao
36314b1167
interactsh: 1.1.9 -> 1.2.1 (#345134) 2024-09-29 08:53:30 -04:00
Robert Schütz
bd1ec9901b esptool: 4.8.0 -> 4.8.1
Diff: https://github.com/espressif/esptool/compare/refs/tags/v4.8.0...v4.8.1

Changelog: https://github.com/espressif/esptool/blob/refs/tags/v4.8.1/CHANGELOG.md
2024-09-28 22:33:12 -07:00
R. Ryantm
f6c3b3e8c9
twm: 0.10.2 -> 0.11.0, move to pkgs/by-name 2024-09-28 15:25:15 -04:00
R. Ryantm
3cfe4aad6d interactsh: 1.1.9 -> 1.2.1 2024-09-28 16:25:07 +00:00
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
Markus Kowalewski
21377a2876
hpcg: move to pkgs/by-name 2024-09-26 21:18:51 +02:00
Markus Kowalewski
7301f5b7d2
hpcg: cleanup, add runHooks to InstallPhase 2024-09-26 21:05:36 +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
Martin Weinelt
994311dad7
esphome: 2024.9.0 -> 2024.9.1
https://github.com/esphome/esphome/releases/tag/2024.9.1
2024-09-24 01:56:28 +02:00
Jan van Brügge
f2ff5dc267
immich-cli: 2.2.15 -> 2.2.19 2024-09-23 22:38:01 +02:00
Matthias Thym
e123625aa9 markdown-anki-decks: fix build 2024-09-23 21:45:58 +02:00
R. Ryantm
e89d03cef3 vtm: 0.9.99.09 -> 0.9.99.13 2024-09-23 18:15:53 +00: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