Weijia Wang
0642027917
oapi-codegen: 2.3.0 -> 2.4.0 ( #343398 )
2024-09-27 01:13:53 +02:00
Markus Kowalewski
b248725d85
ubridge: 0.9.18 -> 0.9.19 ( #343775 )
2024-09-26 22:37:09 +02:00
OTABI Tomoya
917018452c
muffet: 2.10.2 -> 2.10.3 ( #342084 )
2024-09-25 11:57:20 +09:00
Philip Taron
75f804420d
treewide: use finalAttrs.finalPackage in testers.testVersion ( #342431 )
2024-09-24 15:56:53 -07:00
Nick Cao
afcc88b055
tunwg: 24.01.15+9f04d73 -> 24.09.18+760ee81 ( #342942 )
2024-09-24 18:35:03 -04:00
Peder Bergebakken Sundt
4865536f92
pmacct: use finalAttrs.finalPackage
2024-09-24 23:28:56 +02: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
Franz Pletz
81c2eef9bc
wget: fix build on sandboxed Darwin ( #343815 )
2024-09-24 00:48:02 +02:00
Nick Cao
a22a198214
shadowsocks-rust: 1.20.4 -> 1.21.0 ( #343857 )
2024-09-23 09:40:01 -04:00
Nick Cao
d000129d6f
rabtap: 1.42 -> 1.43 ( #343852 )
2024-09-23 09:28:35 -04:00
R. Ryantm
58923b792c
minio-client: 2024-09-09T07-53-10Z -> 2024-09-16T17-43-14Z
2024-09-23 08:42:06 +02:00
R. Ryantm
491e455c51
shadowsocks-rust: 1.20.4 -> 1.21.0
2024-09-23 02:41:49 +00:00
R. Ryantm
afeb3ec1db
rabtap: 1.42 -> 1.43
2024-09-23 02:34:14 +00:00
Alex James
57861b1528
wget: fix build on sandboxed Darwin
...
The tests depend on local network access:
https://gist.github.com/al3xtjames/3b16d74fa83094d34764ceca36f9ebec
2024-09-22 17:08:13 -05:00
Anthony ROUSSEL
69ed950c46
ubridge: migrate to pkgs/by-name, format with nixfmt-rfc-style
2024-09-22 20:21:29 +02:00
Nick Cao
753bf11246
v2ray: 5.17.1 -> 5.19.0 ( #343444 )
2024-09-22 10:53:12 -04:00
Aleksana
12a6f39dd0
netbird: 0.29.3 -> 0.29.4 ( #343270 )
2024-09-22 19:10:57 +08:00
Saturn745
9098c0ad9f
netbird: 0.29.3 -> 0.29.4
...
Change back to buildGoModule and override it
2024-09-21 10:28:54 -07:00
Rahul Rameshbabu
b08d6a664f
globalprotect-openconnect: remove deprecated 1.x package
...
The 1.x iteration of globalprotect-openconnect is no longer being
developed. Remove related components from nixpkgs.
Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>
2024-09-21 10:20:21 -07:00
hellodword
cb4e198872
sing-box: 1.9.5 -> 1.9.6
2024-09-21 12:21:57 +00:00
R. Ryantm
e2f15513e1
v2ray: 5.17.1 -> 5.19.0
2024-09-21 07:22:23 +00:00
OTABI Tomoya
85227faef1
easyrsa: 3.2.0 -> 3.2.1 ( #341703 )
2024-09-21 15:37:09 +09:00
R. Ryantm
522a30a293
oapi-codegen: 2.3.0 -> 2.4.0
2024-09-21 01:38:41 +00:00
Nick Cao
fa2f577ec8
nexttrace: 1.3.3 -> 1.3.4 ( #343190 )
2024-09-20 16:57:30 -04:00
André Vitor de Lima Matos
fb99290f19
pritunl-client: 1.3.3785.81 -> 1.3.4026.10
2024-09-20 16:29:54 -04:00
R. Ryantm
e94d90834b
nexttrace: 1.3.3 -> 1.3.4
2024-09-20 05:56:00 +00:00
h7x4
9a6c76c4af
treewide: remove unused inputs ( #342672 )
2024-09-19 20:36:18 +02:00
Felipe Silva
223f611353
isync: use finalAttrs
pattern
2024-09-19 19:14:55 +02:00
Felipe Silva
c60cc72185
isync: 1.4.4 -> 1.5.0
...
Buffer too small can now be fixed by defining QPRINTF_BUFF.
Patch on unexpected EOF is part of new version.
`QPRINT_BUFF` fix discussed at
https://sourceforge.net/p/isync/mailman/isync-devel/thread/87fsevvebj.fsf%40steelpick.2x.cz/#msg37731590 .
Release notes: https://sourceforge.net/projects/isync/files/isync/1.5.0/
2024-09-19 19:14:55 +02:00
Christoph Heiss
2ad965e1db
trurl: 0.14 -> 0.16
...
git changelog: https://github.com/curl/trurl/compare/trurl-0.14...trurl-0.16
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-09-19 15:29:30 +02:00
R. Ryantm
db4adb16e9
tunwg: 24.01.15+9f04d73 -> 24.09.18+760ee81
2024-09-19 02:55:11 +00:00
hellodword
e6bdaab974
sing-box: 1.9.4 -> 1.9.5
2024-09-18 05:08:37 +00:00
Peder Bergebakken Sundt
01f7854cd5
v2raya: remove mkYarnPackage usage ( #341901 )
2024-09-18 02:26:27 +02:00
Fabián Heredia Montiel
cdad0df047
netbird: 0.29.2 -> 0.29.3 ( #342545 )
2024-09-17 17:07:10 -06:00
Peder Bergebakken Sundt
8c8c27bb19
treewide: remove unused inputs
2024-09-18 01:00:07 +02:00
Nick Cao
6fde3a3572
pritunl-ssh: 1.0.2435.24 -> 1.0.3219.78 ( #342438 )
2024-09-17 14:54:00 -04:00
Saturn745
6a18c7b9b7
netbird: 0.29.2 -> 0.29.3
2024-09-17 06:29:10 -07:00
Fabián Heredia Montiel
fdbacda1df
dnsproxy: 0.73.1 -> 0.73.2 ( #342326 )
2024-09-17 00:16:34 -06:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name ( #341412 )
2024-09-17 11:17:16 +08:00
R. Ryantm
6455954904
pritunl-ssh: 1.0.2435.24 -> 1.0.3219.78
2024-09-17 03:07:13 +00:00
Anderson Torres
f0e64ce16f
treewide: migrate packages maintained by AndersonTorres to by-name
...
Manual migration for the sake of by-name migration is no longer discouraged
since #340235 .
2024-09-16 14:26:47 -03:00
Fabián Heredia Montiel
7cc3d690e2
netbird: 0.29.0 -> 0.29.2 ( #341978 )
2024-09-16 10:56:06 -06:00
R. Ryantm
96011e36be
dnsproxy: 0.73.1 -> 0.73.2
2024-09-16 14:51:58 +00:00
Nick Cao
86e9f4af21
mubeng: 0.17.0 -> 0.18.0 ( #342190 )
2024-09-16 08:56:28 -04:00
Sandro
fd3ddb6b60
dnscrypt-wrapper: remove package and NixOS modules ( #341838 )
2024-09-16 11:25:30 +02:00
Fabian Affolter
26e9f44340
mubeng: refactor
2024-09-16 10:11:13 +02:00
R. Ryantm
18a45a613d
mubeng: 0.17.0 -> 0.18.0
2024-09-16 02:16:47 +00:00
KFearsoff
ad11a7357b
maintainers: remove kfears ( #342128 )
...
remove kfears from maintainers
2024-09-16 00:57:14 +02:00
Fabián Heredia Montiel
3647fc6609
curl: apply patch for CVE-2024-8096 ( #342030 )
2024-09-15 11:07:16 -06:00
R. Ryantm
735208853b
muffet: 2.10.2 -> 2.10.3
2024-09-15 14:32:52 +00:00