github-actions[bot]
3cc7116425
Merge master into staging-next
2021-04-04 00:20:45 +00:00
Serval
9531c4adef
v2ray: 4.36.2 -> 4.37.0
2021-04-04 02:51:57 +08:00
github-actions[bot]
3bf92ca4db
Merge master into staging-next
2021-04-03 18:18:51 +00:00
Frederik Rietdijk
fa9d5aa4aa
httpstat: use python3
2021-04-03 17:06:09 +02:00
Frederik Rietdijk
ba6f1213f0
libreswan: use python3
2021-04-03 17:06:09 +02:00
github-actions[bot]
74200a7126
Merge master into staging-next
2021-04-03 00:14:57 +00:00
Sandro
a82f4038d3
Merge pull request #117544 from jraygauthier/jrg/swagger-codegen-update
...
swagger-codegen: 2.4.17 -> 2.4.19
2021-04-02 21:06:16 +02:00
github-actions[bot]
b719e2423f
Merge staging-next into staging
2021-04-02 06:05:30 +00:00
Dmytro Shkyra
54c1e44240
dhcpcd: Fix patch url ( #118264 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2021-04-02 02:58:33 +02:00
github-actions[bot]
78b864aeee
Merge staging-next into staging
2021-04-01 18:15:42 +00:00
Mario Rodas
d01a9229f8
mailutils: make nettools optional on darwin
...
Fixes https://github.com/NixOS/nixpkgs/issues/117583
2021-04-01 04:20:00 -05:00
github-actions[bot]
ebc5b12a40
Merge staging-next into staging
2021-04-01 06:05:50 +00:00
Ryan Mulligan
0fd3f82f52
Merge pull request #118058 from r-ryantm/auto-update/gobgp
...
gobgp: 2.24.0 -> 2.25.0
2021-03-31 20:27:56 -07:00
github-actions[bot]
b152812791
Merge staging-next into staging
2021-04-01 00:15:44 +00:00
Sandro
d544fddd08
Merge pull request #118087 from kmein/feature/moodle-dl
...
moodle-dl: init at 2.1.2.5
2021-03-31 22:43:10 +02:00
rnhmjoj
61b7cab481
treewide: use perl.withPackages when possible
...
Since 03eaa48
added perl.withPackages, there is a canonical way to
create a perl interpreter from a list of libraries, for use in script
shebangs or generic build inputs. This method is declarative (what we
are doing is clear), produces short shebangs[1] and needs not to wrap
existing scripts.
Unfortunately there are a few exceptions that I've found:
1. Scripts that are calling perl with the -T switch. This makes perl
ignore PERL5LIB, which is what perl.withPackages is using to inform
the interpreter of the library paths.
2. Perl packages that depends on libraries in their own path. This
is not possible because perl.withPackages works at build time. The
workaround is to add `-I $out/${perl.libPrefix}` to the shebang.
In all other cases I propose to switch to perl.withPackages.
[1]: https://lwn.net/Articles/779997/
2021-03-31 21:35:37 +02:00
github-actions[bot]
5abd5f5ab0
Merge staging-next into staging
2021-03-31 18:15:02 +00:00
Fabian Affolter
8cea65315a
Merge pull request #118080 from r-ryantm/auto-update/oneshot
...
oneshot: 1.3.1 -> 1.4.1
2021-03-31 15:45:11 +02:00
github-actions[bot]
a2ada5b26f
Merge staging-next into staging
2021-03-31 06:05:45 +00:00
github-actions[bot]
e880daefc6
Merge master into staging-next
2021-03-31 06:05:41 +00:00
Kierán Meinhardt
9a65c61b03
moodle-dl: init at 2.1.2.5
2021-03-31 07:37:35 +02:00
Mario Rodas
8632d1f5b1
Merge pull request #117832 from r-ryantm/auto-update/shadowsocks-rust
...
shadowsocks-rust: 1.9.2 -> 1.10.2
2021-03-30 20:56:26 -05:00
github-actions[bot]
01b3d1558f
Merge staging-next into staging
2021-03-30 18:15:09 +00:00
github-actions[bot]
f555f95ed8
Merge master into staging-next
2021-03-30 18:15:05 +00:00
R. RyanTM
610652c1c8
oneshot: 1.3.1 -> 1.4.1
2021-03-30 15:50:53 +00:00
Vladimír Čunát
4b872b6efd
dnsperf: 2.5.0 -> 2.5.2
...
https://github.com/DNS-OARC/dnsperf/releases/tag/v2.5.1
https://github.com/DNS-OARC/dnsperf/releases/tag/v2.5.2
It seems to work OK in my testing.
2021-03-30 17:06:40 +02:00
R. RyanTM
df740331cd
gobgp: 2.24.0 -> 2.25.0
2021-03-30 12:24:57 +00:00
github-actions[bot]
884cf463fd
Merge staging-next into staging
2021-03-29 12:06:29 +00:00
github-actions[bot]
b1788736fd
Merge master into staging-next
2021-03-29 12:06:25 +00:00
Sandro
ae46abe7b1
Merge pull request #117893 from raboof/opensnitch-init-at-1.3.6
...
opensnitch: init at 1.3.6
2021-03-29 13:48:32 +02:00
Arnout Engelen
f46c4f5124
opensnitch: init at 1.3.6
...
Just the daemon and ui programs. It would of course be nice to also have
it available as a NixOS service, but I'd like to leave that as future
work.
2021-03-29 09:26:28 +02:00
github-actions[bot]
ea21c98571
Merge staging-next into staging
2021-03-28 06:05:34 +00:00
github-actions[bot]
3f2a4a9dea
Merge master into staging-next
2021-03-28 06:05:31 +00:00
Ryan Mulligan
ea54290c8d
Merge pull request #111761 from r-ryantm/auto-update/gobgp
...
gobgp: 2.23.0 -> 2.24.0
2021-03-27 20:33:04 -07:00
github-actions[bot]
2ed7687b19
Merge staging-next into staging
2021-03-28 00:15:43 +00:00
github-actions[bot]
732dc6ef8f
Merge master into staging-next
2021-03-28 00:15:41 +00:00
R. RyanTM
cd7b4b64b1
croc: 8.6.11 -> 8.6.12
2021-03-27 08:23:14 +00:00
Mario Rodas
250e0c36b7
shadowsocks-rust: 1.10.1 -> 1.10.2
...
https://github.com/shadowsocks/shadowsocks-rust/releases/tag/v1.10.2
2021-03-27 04:20:00 +00:00
R. RyanTM
1763b9a201
shadowsocks-rust: 1.9.2 -> 1.10.1
2021-03-27 20:20:18 +00:00
github-actions[bot]
33d1f480ac
Merge staging-next into staging
2021-03-26 18:13:57 +00:00
github-actions[bot]
70fb533d57
Merge master into staging-next
2021-03-26 18:13:54 +00:00
Payas Relekar
eafe38db5b
xh: 0.9.1 -> 0.9.2
2021-03-26 18:55:32 +05:30
github-actions[bot]
219312a10b
Merge staging-next into staging
2021-03-26 12:06:44 +00:00
github-actions[bot]
eddd1a74ec
Merge master into staging-next
2021-03-26 12:06:41 +00:00
Sandro
0708f10d37
Merge pull request #117579 from dotlambda/ccnet-drop
2021-03-26 11:11:05 +01:00
Robert Schütz
b0de354dcf
ccnet: drop
...
Its only user seafile-share does not depend on it anymore and the
upstream repository has not been updated since 2017.
2021-03-26 09:29:33 +01:00
Jan Tojnar
b3c854b60b
Merge branch 'staging-next' into staging
2021-03-26 07:53:44 +01:00
Ben Siraphob
7d97e284e8
treewide: remove redundant stdenv
2021-03-26 12:18:16 +07:00
github-actions[bot]
b068d2e437
Merge master into staging-next
2021-03-26 00:15:53 +00:00
James Landrein
c516b56942
oapi-codegen: init at 1.5.6
2021-03-26 00:00:38 +01:00