Commit graph

78154 commits

Author SHA1 Message Date
Johannes Schleifenbaum 57f93c1df8 pythonPackages.python-mpv-jsonipc: 1.1.6 -> 1.1.7 2020-03-11 10:55:46 -07:00
R. RyanTM dcd85d0023 python27Packages.gphoto2: 2.1.0 -> 2.2.1 2020-03-11 10:16:10 -07:00
Cyril Cohen cf210c082d coqPackages.hierarchy-builder: init at 0.9.0 2020-03-11 17:15:52 +01:00
Antonio Nuno Monteiro c9fc7a2a9c dune: 2.3.1 -> 2.4.0 2020-03-11 17:14:52 +01:00
Mario Rodas 51dc179535 lazygit: 0.15.7 -> 0.16.2 2020-03-11 16:00:04 +01:00
Mario Rodas e2212aee7e ocamlPackages.eigen: fix build on darwin 2020-03-11 15:04:57 +01:00
Jan Tojnar 9c4f24a63e
meson: add jtojnar to maintainers 2020-03-11 13:53:15 +01:00
Bas van Dijk 479da57962
Merge pull request #81819 from ggreif/llvm-10
llvmPackages_10: rc2 -> rc3
2020-03-11 12:46:06 +01:00
Benjamin Hipple 5f77ff6384
buildGoModule: passthru the modSha256 (#82027)
The builder does not technically need the modSha256 of the vendor dir, and even
though we pass it the entire vendor dir it makes sense not to risk having an
accidental dependency on that variable.

However, tools like [nixpkgs-update](https://github.com/ryantm/nixpkgs-update)
need to inspect the `modSha256` of a package in order to be able to update them,
and since this is a real part of the package (describes info about its
dependencies) let's add it to `passthru`.

Specifically, this allows us to run a cmd like `nix eval -f . tflint.modSha256`
to get the current value, which is how the bot finds it to replace with the new
version in the Rust ecosystem.
2020-03-11 09:52:07 +00:00
Jan Tojnar 6bba9428d9
Merge pull request #81431 from jtojnar/malcontent-0.6
malcontent: 0.4.0 → 0.6.0
2020-03-11 04:08:59 +01:00
Will Dietz d847032478
Merge pull request #81613 from prusnak/libfido2
libfido2: change dependency from libressl to openssl
2020-03-10 19:31:28 -05:00
Ryan Mulligan 5d6cdc6f3f
Merge pull request #55279 from KAction/libcdb
tinycdb: init at 0.7.8
2020-03-10 16:28:46 -07:00
lewo 724650fa90
Merge pull request #82079 from aaronjanse/init-flyctl
flyctl: init at 0.0.102
2020-03-11 00:18:08 +01:00
Tor Hedin Brønner 82fc5b2eed
flatpak: prevent cycle with malcontent
The alternative is having malcontent depend on a flatpak without the
malcontent dependency.
2020-03-10 23:30:20 +01:00
Jan Tojnar 06ca7346e2
malcontent: 0.4.0 → 0.6.0
* https://gitlab.freedesktop.org/pwithnall/malcontent/-/tags/0.5.0
* https://gitlab.freedesktop.org/pwithnall/malcontent/-/tags/0.6.0
2020-03-10 23:30:20 +01:00
Dmitry Bogatov 10de850595 tinycdb: init at 0.7.8 2020-03-10 17:30:36 -04: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
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
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 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
Pavol Rusnak c1d66a5588
libfido2: use upstreamed patches 2020-03-10 15:41:25 +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
Pavol Rusnak 82d7ccfded
libfido2: change dependency from libressl to openssl
libressl does not enable EdDSA functionality in libfido2
see https://github.com/Yubico/libfido2/issues/144
2020-03-10 14:55:34 +01: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
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 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
R. RyanTM 1d9e651359 openxr-loader: 1.0.3 -> 1.0.6 2020-03-10 09:43:12 +00:00
Mario Rodas 33f32dcced
Merge pull request #82159 from r-ryantm/auto-update/python2.7-stripe
python27Packages.stripe: 2.42.0 -> 2.43.0
2020-03-09 22:07:21 -05:00
Mario Rodas 07789d9cc7
Merge pull request #82099 from pacien/alot-0.9-patch-composition
alot: add patch for email composition
2020-03-09 22:06:26 -05:00
Mario Rodas 91a084d3d7
Merge pull request #82147 from marsam/init-zz
zz: init at 2020-03-02
2020-03-09 21:57:40 -05:00
Mario Rodas 9983c5ebcd
Merge pull request #82186 from r-ryantm/auto-update/python2.7-sqlmap
python27Packages.sqlmap: 1.4.2 -> 1.4.3
2020-03-09 20:53:18 -05:00
Jan Tojnar 6301e0af06
Merge pull request #81496 from r-ryantm/auto-update/libgit2
libgit2: 0.28.4 -> 0.99.0
2020-03-09 23:11:30 +01:00
Jan Tojnar b0be93769b
python3.pkgs.pygit2: 1.0.3 → 1.1.1
https://github.com/libgit2/pygit2/compare/v1.0.3...v1.1.1#diff-de0a9b67ffe2874a076b5fdb15bad484
2020-03-09 23:09:57 +01:00
R. RyanTM 6a23ca8c85
libgit2-glib: 0.28.0.1 -> 0.99.0.1
https://ftp.gnome.org/pub/GNOME/sources/libgit2-glib/0.99/libgit2-glib-0.99.0.1.news
2020-03-09 23:09:51 +01:00
Jan Tojnar 6733ecede5
libgit2: 0.28.4 -> 0.99.0
https://github.com/libgit2/libgit2/releases/tag/v0.99.0
2020-03-09 23:09:50 +01:00
Lancelot SIX dc55150bff
Merge pull request #82167 from r-ryantm/auto-update/python2.7-ua-parser
python27Packages.ua-parser: 0.9.0 -> 0.10.0
2020-03-09 23:02:46 +01:00
R. RyanTM 22f578d8c4 python27Packages.sqlmap: 1.4.2 -> 1.4.3 2020-03-09 21:32:53 +00:00
Jaakko Luttinen 53998cbc58 pythonPackages.XlsxWriter: 1.2.6 -> 1.2.8 2020-03-09 19:09:57 +01:00
Lancelot SIX 92a8bca0d1
Merge pull request #82150 from r-ryantm/auto-update/python2.7-python-jenkins
python27Packages.python-jenkins: 1.6.0 -> 1.7.0
2020-03-09 18:56:43 +01:00