Commit Graph

90540 Commits

Author SHA1 Message Date
Michele Guerini Rocco
8d20628da6
libreswan: 5.0 -> 5.1 (#348509) 2024-10-24 10:18:17 +02:00
Jon Seager
8db4995bf3
distrobuilder: 3.0 -> 3.1 (#350825) 2024-10-24 08:23:40 +01:00
Aleksana
af50c28579
splice.nix: remove toplevel {build,host,target}Platform in __splicedPackages (#350299) 2024-10-24 15:19:21 +08:00
Fabian Affolter
3f1f36d281
burpsuite: 2024.8.4 -> 2024.8.5 (#350767) 2024-10-24 09:12:38 +02:00
Austin Horstman
684ccea449
btop: add khaneliman maintainer 2024-10-23 23:51:24 -05:00
Uri Baghin
6761106631
opentelemetry-collector-contrib: 0.109.0 -> 0.110.0 (#344231) 2024-10-24 11:37:37 +08:00
R. Ryantm
0bc5503c1d distrobuilder: 3.0 -> 3.1 2024-10-24 03:07:31 +00:00
Yt
fec7e231b5
vector: 0.41.1 -> 0.42.0 (#350365) 2024-10-23 19:45:50 -04:00
Martin Weinelt
207da68384
esphome: 2024.10.0 -> 2024.10.1 (#350469) 2024-10-24 01:31:14 +02:00
Maximilian Bosch
3a0901b9d8
Merge: ripgrep-all: avoid producing debug symbols (#350768) 2024-10-24 00:55:03 +02:00
Francesco Zanini
309e5ad624 ripgrep-all: avoid producing debug symbols
Upstream enabled `debug = true` for the release profiles, breaking the
`wrapProgram` logic we have in the build.

Additionally, we don't want to have debug symbols produced by default.
2024-10-23 21:45:31 +02:00
piegames
ad8d051645
treewide: Fix indentation in strings (#350296) 2024-10-23 21:44:22 +02:00
Fabian Affolter
0a32e717b1 burpsuite: 2024.8.4 -> 2024.8.5 2024-10-23 21:42:17 +02:00
Artturin
95c1043ff5 treewide: remove usages of aliases {build,host,target}Platform 2024-10-23 22:40:32 +03:00
Masum Reza
3fa42f4e75
gummy: 0.6.0 -> 0.6.1 (#350466) 2024-10-23 21:57:44 +05:30
Nick Cao
7fae8ff693
nuclei: 3.3.4 -> 3.3.5 (#350667) 2024-10-23 09:51:04 -04:00
Nick Cao
18ba8b5735
morph: 1.7.0 -> 1.8.0 (#350672) 2024-10-23 09:50:32 -04:00
Nick Cao
f479c1df7f
kubernetes-polaris: 9.4.1 -> 9.5.0 (#350618) 2024-10-23 09:44:40 -04:00
Nick Cao
bb1692dca4
tar2ext4: 0.12.7 -> 0.12.8 (#350583) 2024-10-23 09:33:01 -04:00
Sandro
148aa178a9
whisper-ctranslate2: 0.4.5 -> 0.4.6 (#350655) 2024-10-23 13:53:26 +02:00
happysalada
a06599d7be vector: 0.41.1 -> 0.42.0; fix build 2024-10-23 07:22:23 -04:00
Michele Guerini Rocco
93294ed54a
{fakeroute,magnetico}: update source url (#350662) 2024-10-23 11:38:01 +02:00
Jonathan Zielinski
17c9065f0e morph: 1.7.0 -> 1.8.0 2024-10-23 10:58:11 +02:00
Fabian Affolter
1203480a1a nuclei: 3.3.4 -> 3.3.5
Diff: https://github.com/projectdiscovery/nuclei/compare/refs/tags/v3.3.4...v3.3.5

Changelog: https://github.com/projectdiscovery/nuclei/releases/tag/v3.3.5
2024-10-23 10:09:07 +02:00
rnhmjoj
2da53e7869
fakeroute: update source url
maxwell.ydns.eu is no more, the repository is now at maxwell.eurofusion.eu.
2024-10-23 09:55:41 +02:00
Gaetan Lepage
3578804d05 whisper-ctranslate2: 0.4.5 -> 0.4.6
Diff: https://github.com/Softcatala/whisper-ctranslate2/compare/0.4.5...0.4.6

Changelog: https://github.com/Softcatala/whisper-ctranslate2/releases/tag/0.4.6
2024-10-23 09:15:38 +02:00
Fabian Affolter
7c09919156
cnspec: 11.26.0 -> 11.27.0 (#350593) 2024-10-23 08:22:25 +02:00
Aleksana
f71e09a7ce
tlp: remove all /usr/ prefixes to fix install dirs (#350268) 2024-10-23 12:21:58 +08:00
R. Ryantm
565e36889a kubernetes-polaris: 9.4.1 -> 9.5.0 2024-10-23 03:03:24 +00:00
R. Ryantm
7242d22f41 cnspec: 11.26.0 -> 11.27.0 2024-10-23 01:17:11 +00:00
Sandro
dfe2827b1b
guestfs-tools: 1.52.0 -> 1.52.2 (#350431) 2024-10-23 02:23:25 +02:00
R. Ryantm
c7c044a1c0 tar2ext4: 0.12.7 -> 0.12.8 2024-10-22 23:57:16 +00:00
Nick Cao
8d2611708b
saml2aws: 2.36.17 -> 2.36.18 (#350294) 2024-10-22 15:50:43 -04:00
Nick Cao
e03272a0b5
askalono: 0.4.6 -> 0.5.0 (#350403) 2024-10-22 15:38:18 -04:00
piegames
68927918d0 treewide: Fix indentation in strings
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.

I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.

Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.

List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02:00
Nick Cao
d752df3390
stratisd: 3.7.2 -> 3.7.3 (#350360) 2024-10-22 15:28:58 -04:00
Nick Cao
89b50fdc61
pgbackrest: 2.53.1 -> 2.54.0 (#350380) 2024-10-22 15:27:30 -04:00
Martin Joerg
1d1707456a guestfs-tools: 1.52.0 -> 1.52.2
https://github.com/libguestfs/guestfs-tools/compare/refs/tags/v1.52.0...refs/tags/v1.52.2
2024-10-22 13:51:38 +00:00
Martin Joerg
ad3f44d15c guestfs-tools: add updateScript 2024-10-22 13:51:38 +00:00
Martin Joerg
5c47111328 guestfs-tools: refactor 2024-10-22 13:51:38 +00:00
Martin Joerg
012e588480 guestfs-tools: fix build
OCaml was unpinned in #349339, but gettext is only available for OCaml < 5.0.
2024-10-22 13:51:37 +00:00
John Titor
424872f4a1
gummy: move to by-name 2024-10-22 17:11:36 +05:30
Martin Weinelt
b3a22fe99a
esphome: 2024.10.0 -> 2024.10.1
https://github.com/esphome/esphome/releases/tag/2024.10.1
2024-10-22 13:37:01 +02:00
Kerstin Humm
b12bcabd24
maintainers: remove erictapen from packages that I don't really maintain anymore 2024-10-22 12:32:29 +02:00
Fabian Affolter
499f5e1005
gotestwaf: 0.5.5 -> 0.5.6 (#350250) 2024-10-22 10:23:23 +02:00
Fabian Affolter
0b2c4d29b8
httpx: 1.6.8 -> 1.6.9 (#350306) 2024-10-22 10:22:47 +02:00
Fabian Affolter
b7bfc97255
apkleaks: 2.6.2 -> 2.6.3 (#350311) 2024-10-22 10:22:28 +02:00
Fabian Affolter
293ecdab47
tlsx: 1.1.7 -> 1.1.8 (#350325) 2024-10-22 10:21:04 +02:00
R. Ryantm
371bba4560 askalono: 0.4.6 -> 0.5.0 2024-10-22 04:49:56 +00:00
R. Ryantm
41e5a6d4f5 pgbackrest: 2.53.1 -> 2.54.0 2024-10-22 00:42:43 +00:00