Jan Tojnar
8515b703cf
Merge pull request #72125 from jtojnar/maintainer-groups
...
lib: Add lib.maintainer-groups
2020-03-10 21:09:33 +01:00
R. RyanTM
d0f3de4f23
arping: 2.20 -> 2.21
2020-03-10 20:27:42 +01:00
Ryan Mulligan
bfa78684a0
Merge pull request #82215 from r-ryantm/auto-update/you-get
...
you-get: 0.4.1403 -> 0.4.1410
2020-03-10 12:19:20 -07:00
Ryan Mulligan
a902327db0
Merge pull request #82231 from r-ryantm/auto-update/openxr-loader
...
openxr-loader: 1.0.3 -> 1.0.6
2020-03-10 12:15:42 -07:00
Silvan Mosberger
0d8bf86c2d
Merge pull request #74341 from jluttine/nano-wallet-20.0
...
nano-wallet: 19.0 -> 20.0
2020-03-10 19:32:15 +01:00
peelz
3eea746d74
r8125: init at 9.003.02
2020-03-10 10:37:15 -07:00
peelz
770329ac76
maintainers: add peelz
2020-03-10 10:37:15 -07:00
Jaakko Luttinen
e1f484fe0e
pythonPackages.ipympl: init at 0.3.3
2020-03-10 10:24:42 -07:00
Jon
a9ee0b3bb8
Merge pull request #82163 from jluttine/pythonPackages.pvlib-0.7.1
...
pythonPackages.pvlib: 0.7.0 -> 0.7.1
2020-03-10 10:24:17 -07:00
Jaakko Luttinen
5b676cf48e
pythonPackages.eth-utils: 1.7.0 -> 1.8.4
2020-03-10 10:21:36 -07:00
Jaakko Luttinen
8c9f06fc14
pythonPackages.eth-typing: 2.1.0 -> 2.2.1
2020-03-10 10:21:36 -07:00
Martin Milata
970ce2863f
collectd: 5.8.1 -> 5.10.0
2020-03-10 18:05:59 +01:00
Jan Tojnar
91c98f407e
Merge pull request #82260 from knedlsepp/improve-suitesparse-build-speed
...
suitesparse: Enable parallel building
2020-03-10 17:57:31 +01:00
R. RyanTM
f9c4570183
python37Packages.azure-mgmt-appconfiguration: 0.3.0 -> 0.4.0
2020-03-10 09:54:00 -07:00
adisbladis
77a1653ee6
Merge pull request #82261 from heyhabito/fix-skopeo-default-policy
...
Fix missing default-policy.json in skopeo
2020-03-10 16:52:53 +00:00
Vincent Laporte
659e89e21b
coqPackages.dpdgraph: enable for Coq ≥ 8.9
2020-03-10 17:46:15 +01:00
Josef Kemetmüller
1cc9b2501d
suitesparse: Enable parallel building
2020-03-10 17:16:17 +01:00
Antonio Nuno Monteiro
7698d73303
ppx_deriving_yojson: 3.5.1 -> 3.5.2 ( #82085 )
2020-03-10 17:11:49 +01:00
Michael Weiss
1be9d1e8b0
Merge pull request #82251 from primeos/wlroots
...
wlroots: 0.10.0 -> 0.10.1
2020-03-10 16:25:41 +01:00
Timo Kaufmann
e05e219b31
Merge pull request #82240 from timokau/sage-docutils-0.15-fix
...
sage: fix test suite with docutils 0.15
2020-03-10 15:25:22 +00:00
Silvan Mosberger
1d304db1e2
Merge pull request #82208 from Infinisil/ini-lists
...
lib/generators: Add toINI option for duplicate keys
2020-03-10 16:22:07 +01:00
Michael Weiss
c7fb3750cc
tev: 1.14 -> 1.15
2020-03-10 16:17:19 +01:00
Michael Weiss
a65d0d5bf2
androidStudioPackages.{dev,canary}: 4.1.0.1 -> 4.1.0.2
2020-03-10 16:04:57 +01:00
R. RyanTM
8bbae030b3
xob: 0.1.1 -> 0.2 ( #82246 )
2020-03-10 16:03:10 +01:00
Linus Heckemann
dfc70d37f4
Merge pull request #82252 from mayflower/radius-http2
...
FreeRADIUS improvements
2020-03-10 16:01:46 +01:00
Silvan Mosberger
575354babf
lib/generators: Add toINI option for duplicate keys
2020-03-10 16:01:04 +01:00
Linus Heckemann
065716ab95
nixos/freeradius: depend on network.target, not online
2020-03-10 15:54:29 +01:00
Linus Heckemann
0587329191
freeradius: make debug logging optional
2020-03-10 15:54:02 +01:00
Linus Heckemann
cc9a4c8a06
freeradius: do not generate TLS stuff
2020-03-10 15:54:02 +01:00
Linus Heckemann
3f11ceb417
freeradius: add some maintainers
2020-03-10 15:49:44 +01:00
Linus Heckemann
0e474f2d26
freeradius: add patch for HTTP/2 support in rlm_rest module
...
Co-Authored-By: Franz Pletz <franz.pletz@mayflower.de>
Co-Authored-By: Simon Waibl <simon.waibl@mayflower.de>
2020-03-10 15:49:44 +01:00
Michael Weiss
e929b8af46
wlroots: 0.10.0 -> 0.10.1
...
I also added some minor improvements and removed unnecessary code.
2020-03-10 15:46:12 +01:00
Daniel Gorin
a646f4b454
Fix missing default-policy.json in skopeo
...
We started having issues with `pkgs.dockerTools.pullImage`, were it
would fail with:
```
FATA[0000] Error loading trust policy: open /etc/containers/policy.json: no such file or directory
```
It turns out that since `skopeo` was bumped to `0.1.40`, it was
accidentally no longer being built with a default policy.
This may happen again, see https://github.com/containers/skopeo/issues/787
2020-03-10 14:33:25 +00:00
John Ericson
320334aee7
Merge pull request #82130 from Ericson2314/fetchsvn-cross
...
fetchsvn: Fix for cross
2020-03-10 09:53:17 -04:00
Marek Mahut
2e402c85db
Merge pull request #82169 from mmahut/trezord-29
...
trezord-go: 2.0.28 -> 2.0.29
2020-03-10 14:52:35 +01:00
Jaakko Luttinen
57930a5f0e
electron-cash: fix build
...
This commit fixes #82221 .
2020-03-10 14:41:50 +01:00
Mario Rodas
8cc3a22dd4
Merge pull request #82164 from jluttine/nbstripout-0.3.7
...
nbstripout: 0.3.6 -> 0.3.7
2020-03-10 08:08:37 -05:00
Mario Rodas
14ae699f05
Merge pull request #82136 from r-ryantm/auto-update/python3.7-jupyterlab_server
...
python37Packages.jupyterlab_server: 1.0.6 -> 1.0.7
2020-03-10 08:02:54 -05:00
Peter Hoeg
228ef079bc
Merge pull request #75417 from peterhoeg/u/maestral_0_4_4
...
maestral: 0.4.2 -> 0.6.1
2020-03-10 20:55:36 +08:00
Peter Hoeg
7b87ac3e31
Merge pull request #81499 from NixOS/u/teensy
...
teensy-loader-cli: 2.1 -> 2.1.20191110
2020-03-10 20:55:19 +08:00
Peter Hoeg
a19708af1b
Merge pull request #81498 from peterhoeg/f/vmfs
...
vmfs-tools: minor cleanup
2020-03-10 20:54:41 +08:00
Andreas Rammhold
e968961d14
Merge pull request #82155 from kolloch/buildRustCrate_findMatchingDir
...
buildRustCrate: Search for matching Cargo.toml in sub directories
2020-03-10 13:27:26 +01:00
Mario Rodas
99722af1d5
Merge pull request #81843 from OmnipotentEntity/cudnn-7.6.5
...
cudnn_cudatoolkit_10_2: init at 7.6.5
2020-03-10 07:19:50 -05:00
Mario Rodas
a8ca52f4f8
Merge pull request #82201 from nyanloutre/jellyfin_10_5_0
...
jellyfin: 10.4.3 -> 10.5.0
2020-03-10 07:16:58 -05:00
Timo Kaufmann
7133577405
sage: fix test suite with docutils 0.15
...
The better way to fix this would be to backport the upstream sphinx
patch:
faedcc48cc
Unfortunately it doesn't apply cleanly and isn't worth the effort
of backporting. Let's hope we can switch to python3 sage and the recent
sphinx version that comes with it before this becomes a problem.
2020-03-10 13:15:41 +01:00
Mario Rodas
26889787fe
Merge pull request #81820 from r-ryantm/auto-update/mercury
...
mercury: 14.01.1 -> 20.01.1
2020-03-10 07:14:07 -05:00
Mario Rodas
890440b027
Merge pull request #81991 from r-ryantm/auto-update/python2.7-quandl
...
python27Packages.Quandl: 3.4.6 -> 3.4.8
2020-03-10 06:39:11 -05:00
Mario Rodas
cad87836ac
Merge pull request #81974 from bhipple/feature/rust-doc
...
buildRustPackage: update docstring comment
2020-03-10 06:38:42 -05:00
Michele Guerini Rocco
b854121e76
Merge pull request #82098 from r-ryantm/auto-update/pdns-recursor
...
pdns-recursor: 4.2.1 -> 4.3.0
2020-03-10 12:36:17 +01:00
Mario Rodas
109cfe1bc7
Merge pull request #82227 from r-ryantm/auto-update/neofetch
...
neofetch: 6.1.0 -> 7.0.0
2020-03-10 06:33:29 -05:00