Commit Graph

23243 Commits

Author SHA1 Message Date
lassulus
29f71bdf1b
Merge pull request #332155 from r-ryantm/auto-update/ttyplot
ttyplot: 1.6.5 -> 1.7.0
2024-08-04 10:52:33 +02:00
Franz Pletz
63d92a39a2
Merge pull request #332011 from DariusChit/tmux-shutdown-patch 2024-08-04 10:34:48 +02:00
R. Ryantm
729e7d5af2 ttyplot: 1.6.5 -> 1.7.0 2024-08-04 03:22:40 +00:00
DariusChit
5a628e6349 tmux: add patch for hanging on shutdown 2024-08-03 22:37:23 +01:00
Anselm Schüler
e1354a3538
maintainers: partially remove anselmschueler 2024-08-03 19:09:47 +02:00
Nick Cao
e7ccc351aa
Merge pull request #331895 from r-ryantm/auto-update/pfetch-rs
pfetch-rs: 2.10.0 -> 2.11.0
2024-08-03 10:04:11 -04:00
Matthias Beyer
3cf8230b31
Merge pull request #331846 from r-ryantm/auto-update/timetagger_cli
timetagger_cli: 23.8.3 -> 24.7.1
2024-08-03 10:17:06 +02:00
R. Ryantm
90d02f0086 cloc: 2.00 -> 2.02 2024-08-03 07:49:07 +02:00
R. Ryantm
f4dbe80c4d pfetch-rs: 2.10.0 -> 2.11.0 2024-08-03 02:40:36 +00:00
Nick Cao
81d6cb6d11
Merge pull request #331853 from GaetanLepage/nbqa
nbqa: fix by adding distutils dependency
2024-08-02 21:13:57 -04:00
adisbladis
e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
Gaetan Lepage
e58878b8a1 nbqa: fix by adding distutils test dependency 2024-08-02 23:31:13 +02:00
R. Ryantm
0c69b24df0 timetagger_cli: 23.8.3 -> 24.7.1 2024-08-02 20:18:36 +00:00
Nick Cao
754ab77cae
Merge pull request #331665 from r-ryantm/auto-update/gotify-cli
gotify-cli: 2.2.4 -> 2.3.2
2024-08-02 15:14:15 -04:00
Martin Weinelt
eb442d9081
Merge pull request #331394 from mweinelt/esphome-2024.7.3
esphome: 2024.7.2 -> 2024.7.3
2024-08-02 20:50:16 +02:00
Emily
8764d898c4
Merge pull request #330741 from emilazy/push-rlvumrtyxrmk
python3Packages.nose3: drop
2024-08-02 16:31:00 +01:00
Aleksana
9295d8ef80
Merge pull request #330192 from philiptaron/kakoune-maintainer
kakoune: add philiptaron as maintainer to most kakoune-related things
2024-08-02 22:53:17 +08:00
tomberek
f325432c8c
Merge pull request #326516 from r-ryantm/auto-update/wootility
wootility: 4.6.20 -> 4.6.21
2024-08-02 01:42:32 -04:00
R. Ryantm
bbb9f070f6 gotify-cli: 2.2.4 -> 2.3.2 2024-08-02 03:44:24 +00:00
Philip Taron
2f3e77e1f2
kakoune: add philiptaron as maintainer to most kakoune-related things 2024-08-01 18:06:40 -07:00
Sandro
5263b5bcb1
Merge pull request #299274 from anthonyroussel/steampipe-plugin-aws
steampipePackages.steampipe-plugins-aws: init at 0.132.0
2024-08-01 22:23:56 +02:00
Bjørn Forsman
b94f1f7a5e Revert "diffoscope: disable another broken test"
This reverts commit 9eae9c2035.

No longer needed since commit adbceb5fab
("diffoscope: 271 -> 273").

Manually resolved conflict due to commit
5cf0c470cb ("diffoscope: apply nixfmt").
2024-08-01 11:12:50 +02:00
Emily
0fa536d5b2
svtplay-dl: migrate to pytest 2024-08-01 11:25:22 +09:00
Emily
4094f03ffd
svtplay-dl: use buildPythonApplication 2024-08-01 11:25:22 +09:00
Martin Weinelt
7df877abd7
esphome: 2024.7.2 -> 2024.7.3
https://github.com/esphome/esphome/releases/tag/2024.7.3
2024-08-01 01:48:22 +02:00
Emily Trau
553b959505
Merge pull request #330851 from r-ryantm/auto-update/svtplay-dl
svtplay-dl: 4.89 -> 4.97.1
2024-08-01 09:26:00 +10:00
Arnout Engelen
29d4566505
Merge pull request #324888 from trofi/diffoscope-update
diffoscope: 271 -> 273
2024-07-31 14:27:02 +02:00
Bannerets
077e145d2d
zf: 0.9.1 -> 0.9.2 (#330890)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-07-31 14:10:54 +02:00
Sandro
91299a7cdb
Merge pull request #328863 from katexochen/upower/up 2024-07-31 14:01:42 +02:00
lassulus
301c3bf478
Merge pull request #331210 from r-ryantm/auto-update/gh-markdown-preview
gh-markdown-preview: 1.5.0 -> 1.6.0
2024-07-31 13:34:27 +02:00
Sergei Trofimovich
5cf0c470cb diffoscope: apply nixfmt 2024-07-31 09:08:15 +01:00
Sergei Trofimovich
adbceb5fab diffoscope: 271 -> 273
Changes:
- https://diffoscope.org/news/diffoscope-272-released/
- https://diffoscope.org/news/diffoscope-273-released/
2024-07-31 09:07:57 +01:00
zimbatm
1efdf8162a tmux-cssh: move to by-name 2024-07-31 09:10:33 +02:00
zimbatm
43ab2b48b3 ovh-ttyrec: move to by-name 2024-07-31 09:10:32 +02:00
zimbatm
3d2cee1c04 direnv: move to by-name 2024-07-31 09:10:32 +02:00
R. Ryantm
f51e3fb4db gh-markdown-preview: 1.5.0 -> 1.6.0 2024-07-31 06:52:24 +00:00
❄️
09faf66aea
Merge pull request #331120 from khaneliman/snapper
snapper: fix build
2024-07-30 20:29:32 -03:00
Peder Bergebakken Sundt
a5779e925d
Merge pull request #328550 from pbsds/init-pytest-coverage-shim-1721428630
python3Packages.pytest-cov-stub: init at 1.0.0
2024-07-30 19:04:29 +02:00
Austin Horstman
3d45adb1fb
snapper: fix build
zlib missing dependency
2024-07-30 11:40:15 -05:00
Sigmanificient
aab1113d4a treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
Jonathan Davies
a8f203cf8e
vector: 0.39.0 → 0.40.0 2024-07-29 21:50:53 +01:00
Florian Klink
179867eb14
Merge pull request #330886 from jmbaur/bootgen-2024.1
xilinx-bootgen: update, format, move to by-name
2024-07-29 21:44:13 +03:00
Fabián Heredia Montiel
fb89aa5757
Merge pull request #330562 from pineapplehunter/immich-2.2.12
immich-cli: 2.2.4 -> 2.2.12
2024-07-29 11:10:41 -06:00
Jared Baur
303bc9a08e
xilinx-bootgen: move to pkgs/by-name 2024-07-29 08:53:06 -07:00
Jared Baur
49bc45b59c
xilinx-bootgen: add jmbaur as maintainer 2024-07-29 08:51:11 -07:00
Jared Baur
6ee5796295
xilinx-bootgen: reformat 2024-07-29 08:50:27 -07:00
Jared Baur
a36e69c83d
xilinx-bootgen: xilinx_v2023.2 -> xilinx_v2024.1 2024-07-29 08:49:38 -07:00
R. Ryantm
161d0f0d0a svtplay-dl: 4.89 -> 4.97.1 2024-07-29 12:41:26 +00:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Fabian Affolter
52ec9ac3b1
Merge pull request #329874 from cyberus-technology/cyclonedx-python-4.5.0
cyclonedx-python: 3.11.7 -> 4.5.0
2024-07-28 18:52:11 +02:00