Commit Graph

87769 Commits

Author SHA1 Message Date
Nick Cao
13c2d45404
Merge pull request #332132 from r-ryantm/auto-update/gopass
gopass: 1.15.13 -> 1.15.14
2024-08-04 09:29:52 -04:00
Nick Cao
5677c2e082
Merge pull request #332130 from r-ryantm/auto-update/evtx
evtx: 0.8.2 -> 0.8.3
2024-08-04 09:12:27 -04:00
Nick Cao
c29720365d
Merge pull request #332091 from r-ryantm/auto-update/shadowsocks-rust
shadowsocks-rust: 1.20.2 -> 1.20.3
2024-08-04 09:08:53 -04:00
R. Ryantm
285ee47a61 age-plugin-yubikey: 0.4.0 -> 0.5.0 2024-08-04 12:22:25 +00:00
Tobias Poschwatta
c5daea8c97 duff: 2014-07-03 -> 2024-02-16
This updates duff to the latest commit, removing links to a now
hostile domain.
2024-08-04 14:22:14 +02:00
amesgen
0f05f31b4d
gh-markdown-preview: move to by-name 2024-08-04 13:37:11 +02:00
amesgen
5781e6b004
gh-dash: move to by-name 2024-08-04 13:37:11 +02:00
amesgen
9ca3776827
gh-actions-cache: move to by-name 2024-08-04 13:37:10 +02:00
Aleksana
e4ca401b20
Merge pull request #332163 from r-ryantm/auto-update/gh-dash
gh-dash: 4.4.0 -> 4.5.0
2024-08-04 19:31:50 +08:00
Marcus Ramberg
1cd390fd50
Merge pull request #332202 from r-ryantm/auto-update/networkmanager
networkmanager: 1.48.4 -> 1.48.6
2024-08-04 12:29:29 +02:00
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
5e763e941c networkmanager: 1.48.4 -> 1.48.6 2024-08-04 08:22:02 +00:00
R. Ryantm
88cbf825b2 mongodb-tools: 100.9.4 -> 100.10.0 2024-08-04 06:38:54 +00:00
R. Ryantm
84eed40b9c gh-dash: 4.4.0 -> 4.5.0 2024-08-04 03:55:42 +00:00
R. Ryantm
729e7d5af2 ttyplot: 1.6.5 -> 1.7.0 2024-08-04 03:22:40 +00:00
R. Ryantm
8964f5a8f1 panoply: 5.4.3 -> 5.5.0 2024-08-04 02:09:10 +00:00
Julius Michaelis
2fd334dc73 trashy: move installShellCompletion to postInstall for consistency 2024-08-04 10:50:48 +09:00
Julius Michaelis
87e574e110 treewide: rewrite some uses of hostPlatform == buildPlatform to canExecute
This rewrites uses of

stdenv.hostPlatform == stdenv.buildPlatform

to

stdenv.buildPlatform.canExecute stdenv.hostPlatform

when guarding postInstall scripts that use $out/bin/… to generate shell completions
2024-08-04 10:50:48 +09:00
Julius Michaelis
6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
Julius Michaelis
59b930d820 charasay: fix generating shell completions 2024-08-04 10:42:37 +09:00
R. Ryantm
60048950bc openipmi: 2.0.35 -> 2.0.36 2024-08-04 01:30:48 +00:00
R. Ryantm
405be78807 gopass: 1.15.13 -> 1.15.14 2024-08-04 01:25:25 +00:00
R. Ryantm
eba75667ee evtx: 0.8.2 -> 0.8.3 2024-08-04 01:16:48 +00:00
R. Ryantm
90928184b6 wasm-tools: 1.214.0 -> 1.215.0 2024-08-04 00:14:09 +00:00
R. Ryantm
7f37108456 shadowsocks-rust: 1.20.2 -> 1.20.3 2024-08-03 22:16:44 +00:00
DariusChit
5a628e6349 tmux: add patch for hanging on shutdown 2024-08-03 22:37:23 +01:00
Peder Bergebakken Sundt
ec91af6409
Merge pull request #314132 from newAM/cleanup-xtask-binaries
treewide: cleanup xtask binaries
2024-08-03 22:26:17 +02:00
Pol Dellaiera
2951ad8e0a
Merge pull request #331811 from mfrw/mfrw/arti-1.2.6
arti: 1.2.4 -> 1.2.6
2024-08-03 21:14:45 +02:00
Sandro Jäckel
db8489b618
netbird: 0.28.4 -> 0.28.7
Diff: https://github.com/netbirdio/netbird/compare/v0.28.4...v0.28.7

Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.28.7
2024-08-03 20:53:26 +02:00
R. Ryantm
6fe75e3b62
mdcat: 2.1.2 -> 2.3.0 2024-08-03 20:27:58 +02:00
Anselm Schüler
e1354a3538
maintainers: partially remove anselmschueler 2024-08-03 19:09:47 +02:00
Peder Bergebakken Sundt
ff4306ae98
Merge pull request #330653 from teatwig/cve-bin-tool
python312Packages.lib4sbom: 0.7.1 -> 0.7.2
2024-08-03 18:10:49 +02:00
Aleksana
4787eebee4
Merge pull request #331627 from max-privatevoid/pr-s3ql-5.2.1
s3ql: 5.1.3 -> 5.2.1
2024-08-03 23:16:41 +08:00
Nick Cao
021536ff84
Merge pull request #331458 from r-ryantm/auto-update/gcsfuse
gcsfuse: 2.3.2 -> 2.4.0
2024-08-03 10:57:21 -04:00
R. Ryantm
ecea394b12 gping: 1.17.1 -> 1.17.3 2024-08-03 14:15:03 +00: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
Nick Cao
879f2d03d9
Merge pull request #331926 from r-ryantm/auto-update/telepresence2
telepresence2: 2.19.0 -> 2.19.1
2024-08-03 10:01:41 -04:00
Nick Cao
92c297c16b
Merge pull request #331890 from r-ryantm/auto-update/hcledit
hcledit: 0.2.11 -> 0.2.13
2024-08-03 09:56:59 -04:00
Nick Cao
0ee9421a82
Merge pull request #331830 from r-ryantm/auto-update/ugrep
ugrep: 6.2.0 -> 6.3.0
2024-08-03 09:55:50 -04:00
github-actions[bot]
41e708f4b7
Merge staging-next into staging 2024-08-03 12:01:32 +00:00
Fabian Affolter
3725cee487
Merge pull request #331925 from r-ryantm/auto-update/qovery-cli
qovery-cli: 0.97.0 -> 1.1.0
2024-08-03 13:40:54 +02:00
Fabian Affolter
0c53765af8
Merge pull request #331901 from r-ryantm/auto-update/httpx
httpx: 1.6.6 -> 1.6.7
2024-08-03 13:40:37 +02:00
Matthias Beyer
48945d9be6
Merge pull request #331777 from mfrw/mfrw/difftastic-0.60.0
difftastic: 0.59.0 -> 0.60.0
2024-08-03 10:17:19 +02: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
Masum Reza
56f5a5a972
Merge pull request #331826 from DontEatOreo/update-undmg
undmg: 1.1.0 -> 1.1.0-unstable-2024-08-02
2024-08-03 12:23:46 +05:30
github-actions[bot]
746071163c
Merge staging-next into staging 2024-08-03 06:01:24 +00:00
R. Ryantm
90d02f0086 cloc: 2.00 -> 2.02 2024-08-03 07:49:07 +02:00
R. Ryantm
c19698cb74 telepresence2: 2.19.0 -> 2.19.1 2024-08-03 05:32:41 +00:00
R. Ryantm
da04e028fc qovery-cli: 0.97.0 -> 1.1.0 2024-08-03 05:29:27 +00:00
R. Ryantm
8bd2e0edf1 httpx: 1.6.6 -> 1.6.7 2024-08-03 03:08:25 +00:00
R. Ryantm
f4dbe80c4d pfetch-rs: 2.10.0 -> 2.11.0 2024-08-03 02:40:36 +00:00
R. Ryantm
7f3849b3be hcledit: 0.2.11 -> 0.2.13 2024-08-03 02:22:34 +00:00
rewine
fa768fbda9
Merge pull request #331856 from symphorien/update-nix-du-121
nix-du: 1.2.0 -> 1.2.1
2024-08-03 09:27:56 +08: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
Emily Trau
f10aad89bd
Merge pull request #329272 from vringar/fix/ghidra-extensions
gradle: fix update-deps.sh to use Nix bash
2024-08-03 10:41:29 +10: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
github-actions[bot]
81cddc1677
Merge staging-next into staging 2024-08-03 00:02:50 +00:00
Bruno Bigras
72f35a0af4 veilid: 0.3.3 -> 0.3.4 2024-08-02 19:02:34 -04:00
Cole Mickens
20b3191140
Merge pull request #331628 from emilazy/push-plukoopowzmx
wl-screenrec: 0.1.3 -> 0.1.4-unstable-2024-07-28
2024-08-02 14:53:28 -07:00
Gaetan Lepage
e58878b8a1 nbqa: fix by adding distutils test dependency 2024-08-02 23:31:13 +02:00
Guillaume Girol
4c445ed479 nix-du: 1.2.0 -> 1.2.1
Diff: https://github.com/symphorien/nix-du/compare/v1.2.0...v1.2.1
2024-08-02 23:06:19 +02:00
R. Ryantm
0c69b24df0 timetagger_cli: 23.8.3 -> 24.7.1 2024-08-02 20:18:36 +00:00
Nick Cao
3135dcd603
Merge pull request #331774 from r-ryantm/auto-update/coldsnap
coldsnap: 0.6.1 -> 0.6.2
2024-08-02 15:31:55 -04:00
Nick Cao
d72a3f7022
Merge pull request #331791 from r-ryantm/auto-update/gobgp
gobgp: 3.28.0 -> 3.29.0
2024-08-02 15:29:59 -04: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
Nick Cao
5440e63806
Merge pull request #331666 from r-ryantm/auto-update/spire
spire: 1.10.0 -> 1.10.1
2024-08-02 15:13:38 -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
R. Ryantm
8b8b6acc49 ugrep: 6.2.0 -> 6.3.0 2024-08-02 18:42:07 +00:00
github-actions[bot]
931cf50e01
Merge staging-next into staging 2024-08-02 18:01:49 +00:00
DontEatOreo
dcd8a19b7c
undmg: 1.1.0 -> 1.1.0-unstable-2024-08-02
Diff: https://github.com/matthewbauer/undmg/compare/v1.1.0...0d92602b694f810fa4b137d87c743f345b303a14
2024-08-02 20:56:07 +03:00
DontEatOreo
d7bf713fbe
undmg: refactor meta 2024-08-02 20:52:53 +03:00
DontEatOreo
53774f1026
undmg: format 2024-08-02 20:51:53 +03:00
Emily
d9b57ba729 wl-screenrec: 0.1.3 -> 0.1.4-unstable-2024-07-28
Includes support for FFmpeg 7. We can’t use
the release tag because of a Cargo build issue; see
<https://github.com/russelltg/wl-screenrec/issues/77>. Hopefully
there’ll be a new release tag soon.

Diff: <https://github.com/russelltg/wl-screenrec/compare/v0.1.3...b817accf1d4f2373cb6f466f760de35e5b8626bd>
2024-08-02 18:36:29 +01:00
Muhammad Falak R Wani
50962e2880 arti: 1.2.4 -> 1.2.6
Diff: https://gitlab.torproject.org/tpo/core/arti/-/compare/arti-v1.2.4...arti-v1.2.6
Changelog: https://gitlab.torproject.org/tpo/core/arti/-/blob/arti-v1.2.6/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-08-02 21:49:37 +05:30
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
R. Ryantm
7c908d40bb gobgp: 3.28.0 -> 3.29.0 2024-08-02 14:40:57 +00:00
tomberek
de4490e5eb
Merge pull request #315471 from LeSuisse/ntp-4.2.8p18
ntp: 4.2.8p17 -> 4.2.8p18
2024-08-02 10:12:37 -04:00
Muhammad Falak R Wani
126e6855f9 difftastic: 0.59.0 -> 0.60.0
Diff: https://github.com/wilfred/difftastic/compare/0.59.0...0.60.0
Changelog: https://github.com/Wilfred/difftastic/blob/0.60.0/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-08-02 19:14:09 +05:30
Masum Reza
09509386c7
Merge pull request #330453 from r-ryantm/auto-update/hyprland-per-window-layout
hyprland-per-window-layout: 2.11 -> 2.12
2024-08-02 19:13:30 +05:30
R. Ryantm
300c7e6cc3 coldsnap: 0.6.1 -> 0.6.2 2024-08-02 13:05:03 +00:00
R. Ryantm
2a3d5d1e9f d2: 0.6.5 -> 0.6.6 2024-08-02 13:03:16 +00:00
github-actions[bot]
78947ebef4
Merge staging-next into staging 2024-08-02 12:01:52 +00:00
vringar
5c354f19ea ghidra: restore configurability to buildGhidraExtension
This is required as Ghidra plugins don't have a consistent
layout and have to be widely configurable
2024-08-02 13:11:01 +02:00
Jörg Thalheim
5f7514af7e nixVersions.nix_2_24: init at 2.24.1 2024-08-02 12:40:11 +02:00
K900
41c4517239
Revert "pebble: 2.4.0 -> 2.6.0 and fix version info" 2024-08-02 12:07:39 +03:00
seth
ccb7d30b59
turbo: migrate to by-name 2024-08-02 04:04:20 -04:00
seth
f9ff8c2304
turbo: pin darwin.apple_sdk in expression 2024-08-02 04:04:15 -04:00
tomberek
63c3b5e06f
Merge pull request #329984 from OPNA2608/update/haguichi
haguichi: 1.4.6 -> 1.5.0
2024-08-02 02:09:51 -04:00
tomberek
cbd4fecf54
Merge pull request #330856 from spitulax/keymapper-update
keymapper: 4.4.4 -> 4.5.2
2024-08-02 02:07:40 -04:00
github-actions[bot]
fe3585d6db
Merge staging-next into staging 2024-08-02 06:01:37 +00:00
tomberek
0b1a6c8bb6
Merge pull request #331558 from emilazy/push-xlsnptznlrsl
harvid: 0.9.0 -> 0.9.1; tidy up
2024-08-02 01:53:30 -04:00
tomberek
8fe1db0000
Merge pull request #322331 from afh/update-pebble
pebble: 2.4.0 -> 2.6.0 and fix version info
2024-08-02 01:48:32 -04: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
d0d88e7376 spire: 1.10.0 -> 1.10.1 2024-08-02 03:53:24 +00:00
R. Ryantm
bbb9f070f6 gotify-cli: 2.2.4 -> 2.3.2 2024-08-02 03:44:24 +00:00
R. Ryantm
2d44e42d98 steampipePackages.steampipe-plugin-github: 0.41.0 -> 0.42.0 2024-08-02 02:01:33 +00:00
R. Ryantm
3ab88dc28b pmacct: 1.7.8 -> 1.7.9 2024-08-02 02:01:29 +00:00
R. Ryantm
fae007be06 steampipePackages.steampipe-plugin-aws: 0.138.0 -> 0.144.0 2024-08-02 01:41:10 +00:00
Philip Taron
2f3e77e1f2
kakoune: add philiptaron as maintainer to most kakoune-related things 2024-08-01 18:06:40 -07:00
github-actions[bot]
203fa1d4a2
Merge staging-next into staging 2024-08-02 00:02:35 +00:00
Max
ab8e7df750 s3ql: 5.1.3 -> 5.2.1 2024-08-02 00:55:46 +02:00
Nick Cao
22b718c756
Merge pull request #331503 from r-ryantm/auto-update/mark
mark: 9.13.0 -> 10.0.0
2024-08-01 18:02:40 -04:00
R. Ryantm
0ec7f9ab29 rustypaste-cli: 0.9.0 -> 0.9.1 2024-08-01 21:16:30 +00: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
Sandro
83d2194d0e
Merge pull request #305391 from LeSuisse/rustls-ffi-0.13.0
rustls-ffi: 0.10.0 -> 0.13.0
2024-08-01 22:08:38 +02:00
R. Ryantm
ea32b78553 aardvark-dns: 1.11.0 -> 1.12.0 2024-08-01 18:37:07 +00:00
github-actions[bot]
6005fb81f3
Merge staging-next into staging 2024-08-01 18:01:28 +00:00
Rick van Schijndel
05c5a73f71
Merge pull request #324693 from SigmaSquadron/xen-4.18
xen: 4.15 -> {4.16,4.17,4.18,4.19}
2024-08-01 19:17:34 +02:00
Emily
cf59de18df harvid: move to pkgs/by-name 2024-08-01 16:59:47 +01:00
Emily Trau
f98048899b jadx: format according to rfc 2024-08-01 16:26:50 +02:00
Emily Trau
7dbeba27ae jadx: 1.4.7 -> 1.5.0 2024-08-01 16:26:50 +02:00
Leon Schoorl
9036ede9dc texlive.bin: update src urls 2024-08-01 16:06:44 +02:00
Doron Behar
744ee783af
Merge pull request #331099 from doronbehar/pkg/sequoia-sq
sequoia-sq: 0.34.0 -> 0.37.0
2024-08-01 13:32:45 +00:00
Peder Bergebakken Sundt
b926e6ece9
Merge pull request #331116 from pbsds/fix-finalattrs-docheck-1722356587
treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
2024-08-01 14:58:44 +02:00
github-actions[bot]
b0709876cb
Merge staging-next into staging 2024-08-01 12:01:44 +00:00
Emily
9e00db03d8
Merge pull request #331487 from bjornfor/diffoscope-revert-stale-hotfix
Revert "diffoscope: disable another broken test"
2024-08-01 12:14:22 +01:00
R. Ryantm
6ff7091e80 mark: 9.13.0 -> 10.0.0 2024-08-01 10:34:11 +00:00
Florian
1149f210e7
Merge pull request #330674 from tobim/pkgs/adopt-perf-logrotate-ghostscript
ghostscript, logrotate, linux-perf: adopt
2024-08-01 11:24:27 +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
Fabian Affolter
761cf6dc96
Merge pull request #331421 from r-ryantm/auto-update/trivy
trivy: 0.53.0 -> 0.54.1
2024-08-01 09:53:07 +02:00
7c6f434c
0a77c53594
Merge pull request #331381 from trofi/btrfs-progs-update
btrfs-progs: 6.9.2 -> 6.10
2024-08-01 06:48:48 +00:00
github-actions[bot]
66ce57641f
Merge staging-next into staging 2024-08-01 06:01:46 +00:00
K900
a4a42b3aec Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-01 08:57:50 +03:00
Franz Pletz
f8bd2a5f31
Merge pull request #331146 from risicle/ris-wget-re-enable-tests 2024-08-01 07:28:15 +02:00
Franz Pletz
7cf4acafa8
Merge pull request #331393 from mweinelt/kea-2.6.1 2024-08-01 07:27:21 +02:00
R. Ryantm
e0640d882b gcsfuse: 2.3.2 -> 2.4.0 2024-08-01 05:17:38 +00:00
Franz Pletz
d50ccea16b
Merge pull request #331328 from mweinelt/radvd-2.20-rc1 2024-08-01 07:02:50 +02:00
Emily
5111b7afd7
gixy: pass‐through nginx tests
These exercise Gixy through the NixOS nginx module.
2024-08-01 11:25:23 +09:00
Emily
6bd2c7576a
gixy: add pytest migration patch 2024-08-01 11:25:23 +09:00
Emily
5db8f3da5f
gixy: modernize 2024-08-01 11:25:22 +09: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
Emily
22af46b512
grin: 1.3.0 -> 1.3.0-unstable-2023-08-30 2024-08-01 11:25:21 +09:00
Emily
eeb13b181f
grin: modernize 2024-08-01 11:25:19 +09:00
R. Ryantm
f3831850d2 trivy: 0.53.0 -> 0.54.1 2024-08-01 01:47:57 +00: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
Martin Weinelt
a28bd8b9dc
kea: 2.6.0 -> 2.6.1
https://downloads.isc.org/isc/kea/2.6.1/Kea-2.6.1-ReleaseNotes.txt
2024-08-01 00:46:20 +02:00
Jörg Thalheim
0b3af62180
Merge pull request #331352 from Sigmanificient/aws-google-auth
aws-google-auth: drop
2024-07-31 23:30:52 +02:00
Sergei Trofimovich
97f2dc9518 btrfs-progs: 6.9.2 -> 6.10
Changes: https://github.com/kdave/btrfs-progs/releases/tag/v6.10
2024-07-31 22:25:20 +01:00
maralorn
a7a6e3dfe5 Merge branch 'master' into haskell-updates 2024-07-31 22:45:39 +02:00
Sigmanificient
fd9e28993f aws-google-auth: drop 2024-07-31 21:16:33 +02:00
maralorn
2a5bfeacab
Merge pull request #331080 from alexfmpe/echidna
echidna: fix build on aarch64-darwin
2024-07-31 19:51:53 +02:00
Franz Pletz
665eb68ccb
Merge pull request #331232 from r-ryantm/auto-update/shotman 2024-07-31 18:58:44 +02:00
John Titor
7a8913b2d1 jdupes: point to new homepage link, cleanup
apply nixfmt-rfc-style
rec -> finalAttrs
2024-07-31 22:18:30 +05:30
R. Ryantm
84c30688a9 jdupes: 1.27.3 -> 1.28.0 2024-07-31 22:18:30 +05:30
Martin Weinelt
0042324cf3
radvd: 2.19 -> 2.20_rc1
https://github.com/radvd-project/radvd/blob/refs/tags/v2.20_rc1/CHANGES
2024-07-31 18:11:55 +02:00
Sandro
5e26e4adc0
Merge pull request #321117 from trofi/xmlto-update 2024-07-31 17:39:51 +02:00
Maciej Krüger
a2aca6ac95
Merge pull request #331160 from Stunkymonkey/synapse-admin-remove-yarn-lock
synapse-admin: reuse yarn.lock from src
2024-07-31 17:33:40 +02:00
Sandro
020e888b5c
Merge pull request #331283 from r-ryantm/auto-update/croc 2024-07-31 17:26:28 +02:00
Nick Cao
0c640e70c3
Merge pull request #331213 from r-ryantm/auto-update/memtier-benchmark
memtier-benchmark: 2.1.0 -> 2.1.1
2024-07-31 11:13:29 -04:00
Peter Hoeg
15d31625fe pwgen-secure: recent python versions does not like invalid escape sequences 2024-07-31 16:11:36 +02:00
R. Ryantm
db848c5f4c croc: 10.0.10 -> 10.0.11 2024-07-31 12:47:21 +00:00
Arnout Engelen
29d4566505
Merge pull request #324888 from trofi/diffoscope-update
diffoscope: 271 -> 273
2024-07-31 14:27:02 +02:00
Sandro
e26d970502
Merge pull request #331238 from vs49688/fail2banfix 2024-07-31 14:25:03 +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
github-actions[bot]
bcb5e2eebe
Merge staging-next into staging 2024-07-31 12:01:52 +00: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
Martin Weinelt
90e8307562
Merge pull request #329636 from mweinelt/curl-8.9.0
curl: 8.8.0 -> 8.9.0
2024-07-31 13:09:10 +02:00
Pierre Allix
8d6ad83102 gp-saml-gui: 20230507 -> 20240731 2024-07-31 12:01:02 +02:00
Sandro
4048ba10fd
Merge pull request #331214 from tricktron/fix-openconnect-darwin 2024-07-31 11:52:38 +02:00
Sandro
75ad444c4d
Merge pull request #331228 from katexochen/dnf5/up 2024-07-31 11:42:18 +02:00
Zane van Iperen
df951077f3
fail2ban: backport openssh 9.8 fixes + move to by-name
See [1].

[1]: https://discourse.nixos.org/t/fail2ban-is-not-working-for-sshd-with-systemd-backend/48972/3?u=vs49688
2024-07-31 19:18:45 +10:00
Fernando Rodrigues
3e1ca12243
xen: rename xen-light to xen-slim
xen-light was dropped in favour of xen and xen-slim

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
Reviewed-by: Matei Dibu <contact@mateidibu.dev>
2024-07-31 05:57:07 -03:00
R. Ryantm
a5d9fb867c shotman: 0.4.6 -> 0.4.7 2024-07-31 08:52:05 +00:00
Paul Meyer
c3837ef025 dnf5: 5.1.15 -> 5.2.5.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-31 10:44:02 +02:00
Paul Meyer
0358591a76 librepo: 1.15.1 -> 1.18.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-31 10:43:38 +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
f3edb08a28 aws-vault: move to by-name 2024-07-31 09:10:33 +02:00
zimbatm
1efdf8162a tmux-cssh: move to by-name 2024-07-31 09:10:33 +02:00
zimbatm
1ccc99fe9e dispad: move to by-name 2024-07-31 09:10:32 +02:00
zimbatm
43ab2b48b3 ovh-ttyrec: move to by-name 2024-07-31 09:10:32 +02:00
zimbatm
66194de349 gifsicle: 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
zimbatm
840dc890e9 zerotierone: move to by-name 2024-07-31 09:10:32 +02:00
zimbatm
caa12efaf4 keycard-cli: move to by-name 2024-07-31 09:10:31 +02:00
zimbatm
7b8adc065a su-exec: move to by-name 2024-07-31 09:10:31 +02:00
zimbatm
159042ff69 verifpal: move to by-name 2024-07-31 09:10:30 +02:00
zimbatm
feb8a6f051 confd: move to by-name 2024-07-31 09:10:30 +02:00
zimbatm
1629c2eac0 foreman: move to by-name 2024-07-31 09:10:30 +02:00
zimbatm
4cfef992fa goreman: move to by-name 2024-07-31 09:10:30 +02:00
zimbatm
ebed8837b5 shab: move to by-name 2024-07-31 09:10:30 +02:00
zimbatm
06e0eef0f7 gist: move to by-name 2024-07-31 09:10:29 +02:00
zimbatm
7266ad59ce nar-serve: move to by-name 2024-07-31 09:10:29 +02:00
zimbatm
31e5e88a93 nix-store-gcs-proxy: move to by-name 2024-07-31 09:10:29 +02:00
zimbatm
99dc6c2efa nixpkgs-fmt: move to by-name 2024-07-31 09:10:29 +02:00
zimbatm
2bd7cf6cca vpsfree-client: move to by-name 2024-07-31 09:10:28 +02:00
Thibault Gagnaux
230fcec81e
openconnect: fix build on darwin
by only including pcsclite on linux.
2024-07-31 14:56:49 +08:00
R. Ryantm
7b0554b78d memtier-benchmark: 2.1.0 -> 2.1.1 2024-07-31 06:56:36 +00:00
R. Ryantm
f51e3fb4db gh-markdown-preview: 1.5.0 -> 1.6.0 2024-07-31 06:52:24 +00:00
Stanisław Pitucha
130e852f92
Merge pull request #320155 from viraptor/mpdcron-darwin
mpdcron: mark broken on darwin
2024-07-31 16:39:22 +10:00
K900
4f29b5a16b Merge remote-tracking branch 'origin/staging-next' into staging 2024-07-31 08:57:17 +03:00
Doron Behar
16aba95671 sequoia-sqv: 1.1.0 -> 1.2.1 2024-07-31 08:05:33 +03:00
Doron Behar
20b1291f06 sequoia-sqop: small 'with lib;' removal 2024-07-31 08:05:33 +03:00
Stanisław Pitucha
5fbeaf6d89
Merge pull request #317744 from viraptor/x2vnc-darwin
x2vnc: set C standard
2024-07-31 11:45:37 +10:00
❄️
09faf66aea
Merge pull request #331120 from khaneliman/snapper
snapper: fix build
2024-07-30 20:29:32 -03:00
Nick Cao
9100133809
Merge pull request #326342 from leona-ya/sudo-rs-0.2.3
sudo-rs: 0.2.2 -> 0.2.3
2024-07-30 18:48:34 -04:00
Peder Bergebakken Sundt
bbeed57c49
Merge pull request #330616 from yaxitech/step-ca-0.27.2-hash
step-ca: fix hash
2024-07-30 23:14:20 +02:00
Felix Buehler
98772dab45 synapse-admin: reuse yarn.lock from src 2024-07-30 22:56:32 +02:00
Nick Cao
45d71087e4
Merge pull request #330969 from r-ryantm/auto-update/yaydl
yaydl: 0.14.0 -> 0.14.1
2024-07-30 16:45:49 -04:00
Nick Cao
a8b599256e
Merge pull request #330971 from r-ryantm/auto-update/trurl
trurl: 0.13 -> 0.14
2024-07-30 16:45:00 -04:00
Robert Scott
44bf7a805e wget: fix & re-enable tests 2024-07-30 20:21:23 +01:00
Leona Maroni
cb15b280ab
sudo-rs: 0.2.2 -> 0.2.3
https://github.com/trifectatechfoundation/sudo-rs/releases/tag/v0.2.3

Update homepage and repo to point to the new owner
2024-07-30 23:48:36 +05:30
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
Aleksana
24d960dd4a
Merge pull request #331089 from Sigmanificient/normalize-empty-maintainer-list
treewide: normalize empty maintainers list formatting
2024-07-31 01:02:00 +08:00
❄️
5e51830924
Merge pull request #330877 from museoa/upload-bsd-finger
bsd-finger: adopt and refactor
2024-07-30 13:48:56 -03:00
Austin Horstman
3d45adb1fb
snapper: fix build
zlib missing dependency
2024-07-30 11:40:15 -05:00
Peder Bergebakken Sundt
29ab705c17 treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
repeat of #271241
discussion: #272978

I did not replace the instance in eiwd, since it causes an infinite recursion.
2024-07-30 18:32:01 +02:00
A1ca7raz
d053605927 ciel: 3.2.7 -> 3.3.0 2024-07-30 23:56:46 +08:00
Doron Behar
39ecfa6273 sequoia-sqv: small 'with lib;' removal 2024-07-30 18:07:39 +03:00
Sigmanificient
aab1113d4a treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
Alexandre Esteves
f307302a7f echidna: run nixfmt 2024-07-30 13:53:34 +01:00
Alexandre Esteves
cb10e91077 echidna: fix build on aarch64-darwin 2024-07-30 13:43:53 +01:00
Sandro
1fd89eab2e
Merge pull request #330366 from denbeigh2000/denbeigh/bindfs-macos 2024-07-30 14:09:22 +02:00
R. Ryantm
42e81cc7a7 sigtop: 0.11.0 -> 0.12.0 2024-07-30 13:11:41 +02:00
Denbeigh Stevens
3d54e5af5c bindfs: fix macos build by disabling system binding
This adds `--disable-macos-fs-link` to configureFlags on darwin
platforms, removing /etc/fstab and `mount -t bindfs` support.

This isn't ideal, but is better than the tool not building at all.
2024-07-30 02:30:56 -07:00
Fabian Affolter
98ea8b0574
Merge pull request #330968 from r-ryantm/auto-update/natscli
natscli: 0.1.4 -> 0.1.5
2024-07-30 09:34:37 +02:00
Anderson Torres
70a9ac30ed bsd-finger: adopt and refactor
- migrate to by-name
- convert to finalAttrs design pattern
- get rid of fetchDebianPatch
- set mainProgram according to buildProduct
- deprecate buildClient
- nixfmt-rfc-style
- adopted by AndersonTorres
2024-07-29 23:22:01 -03:00
R. Ryantm
02c7a60eab trurl: 0.13 -> 0.14 2024-07-30 00:34:06 +00:00
R. Ryantm
584ab07a6d yaydl: 0.14.0 -> 0.14.1 2024-07-30 00:30:47 +00:00
R. Ryantm
4a2ff2df01 natscli: 0.1.4 -> 0.1.5 2024-07-30 00:29:35 +00:00
Yt
dcd0434dc9
Merge pull request #330891 from jmbaur/aide-sysconfdir
aide: fix default DB/config location
2024-07-30 00:28:39 +00:00
Yt
12b71d62f9
Merge pull request #330922 from jpds/vector-0.40.0
vector: 0.39.0 → 0.40.0
2024-07-30 00:28:08 +00:00
jade
0a1650c376
Merge pull request #330923 from philiptaron/nix-doc-build-fixes
nix-doc: fix build for Rust 1.79+
2024-07-29 16:05:10 -07:00
R. Ryantm
6c9d467e03 rrdtool: 1.8.0 -> 1.9.0 2024-07-29 22:35:06 +00:00
Sergei Trofimovich
5f2e83c777 xmlto: 0.0.28 -> 0.0.29 2024-07-29 22:26:00 +01:00
Jonathan Davies
a8f203cf8e
vector: 0.39.0 → 0.40.0 2024-07-29 21:50:53 +01:00
Nick Cao
623e888801
tell-me-your-secrets: modernize 2024-07-29 15:58:37 -04:00
Philip Taron
e430cf4dbd
nix-doc: sign up to maintain this tool in nixpkgs
I use it a lot.
2024-07-29 12:43:38 -07:00
Philip Taron
bb65f97e88
nix-doc: fix build for Rust 1.79+
As of Rust 1.79+ (turned on in a5b2fe7374) `relro-level` is now stable. 🎉

This means `nix-doc` (which uses this option in its unstable form) needs to pass through `-C` instead of `-Z`.
2024-07-29 12:42:13 -07:00
Nick Cao
c7b5f486d3
Merge pull request #330598 from r-ryantm/auto-update/nitrokey-app2
nitrokey-app2: 2.3.0 -> 2.3.1
2024-07-29 15:40:38 -04:00
Nick Cao
455fe6fa64
Merge pull request #330658 from r-ryantm/auto-update/nexttrace
nexttrace: 1.3.1 -> 1.3.2
2024-07-29 15:34:49 -04:00
R. Ryantm
fe1b5c5bb6 mu: 1.12.5 -> 1.12.6 2024-07-29 20:58:48 +02: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
Florian Brandes
fc8096cd34
pgadmin: format
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-07-29 20:30:26 +02:00
Florian Brandes
580e6f79bd
pgadmin: 8.9 -> 8.10
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-07-29 20:29:29 +02:00
Philip Taron
1dfa4e2a3f metasploit-env: avoid top-level with in shell.nix 2024-07-29 19:46:18 +02: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
146ee44c70
aide: fix default DB/config location
Without specifying otherwise, aide will look in $out/etc for its
configuration file and database. Since this is immutable, changing it to
/etc allows it to be usable.
2024-07-29 09:27:20 -07: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
Bintang Adiputra Pratama
96a5271f92
keymapper: 4.4.4 -> 4.5.2 2024-07-29 20:05:41 +07:00
R. Ryantm
161d0f0d0a svtplay-dl: 4.89 -> 4.97.1 2024-07-29 12:41:26 +00:00
Terje Larsen
199a8f8548
google-cloud-sdk: 483.0.0 -> 485.0.0 2024-07-29 11:06:30 +02:00