Commit Graph

16761 Commits

Author SHA1 Message Date
NotAShelf
b597925037 edgedb: 5.2.3 -> 5.3.0
Diff: https://github.com/edgedb/edgedb-cli/compare/v5.2.3...v5.3.0
2024-10-01 13:12:08 +02:00
Emily
6bb2aa1654
treewide: devendor OpenSSL from Rust packages (#339805) 2024-10-01 00:42:13 +01:00
h7x4
dc17129cef
dae: add passthru.updateScript and update 0.7.1 -> 0.7.4 (#344980) 2024-09-30 22:50:06 +02:00
Franz Pletz
7eee17a8a5
haproxy: 3.0.4 -> 3.0.5 (#345247) 2024-09-29 15:45:20 +02:00
Nick Cao
c68e300914
v2raya: 2.2.5.6 -> 2.2.5.8 (#345151) 2024-09-29 08:52:29 -04:00
Adrian Pistol
6646215ce8 haproxy: 3.0.4 -> 3.0.5 2024-09-29 10:49:54 +02:00
toonn
bac166f62e
toxvpn: 2019-09-09 -> 2024-08-21 (#344989) 2024-09-28 20:34:11 +02:00
R. Ryantm
75fc5f59bc v2raya: 2.2.5.6 -> 2.2.5.8 2024-09-28 17:51:32 +00:00
Alyssa Ross
bd9cd90d49
edgedb: use OpenSSL from Nixpkgs 2024-09-28 17:34:44 +02:00
Franz Pletz
6175699848
mozillavpn: 2.23.1 → 2.24.0 (#344368) 2024-09-28 15:49:44 +02:00
Craige McWhirter
e412e48907
toxvpn: 2019-09-09 -> 2024-08-21
* Includes fix for boostrapping toxVPN
* removes the deprecated stdenv.lib
* version bumps toxcore
* Avoids casting away constness unnecessarily
* Fixes memory leaks on early return paths from main().
* Add required default bootstrap.json
* Added myself as a maintainer
2024-09-28 13:05:57 +10:00
LuoChen
bc7ca67350
dae: 0.7.1 -> 0.7.4 2024-09-28 08:26:04 +08:00
LuoChen
a14f9808a8
dae: add luochen1990 to maintainers 2024-09-28 08:26:04 +08:00
LuoChen
55a77e1993
dae: add passthru.updateScript 2024-09-28 08:22:32 +08:00
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
Anders Kaseorg
3969be13bf mozillavpn: migrate to by-name
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2024-09-25 00:01:07 -07:00
Anders Kaseorg
3481adf695 mozillavpn: switch to standard callPackage
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2024-09-25 00:01:03 -07: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