Commit graph

275491 commits

Author SHA1 Message Date
Cyril Cohen 1550a4fe6b
coqPackages.multinomials: 1.5.2 -> 1.5.4 (#115427)
- This is the first packages which uses Dune in order to build and install
  so I had to refactor build-support/coq/default.nix in order to support it.
- I added a new feature: one can now release.v.sha256 empty to try to download
  with a fake sha256, hence failures are reported and one can copy paste the
  sha256 given by the error message.
- I updated the documentation of languages-frameworks/coq.section.md accordingly.
2021-03-10 16:25:32 +01:00
Doron Behar 7cad6e22ea
Merge pull request #115497 from r-ryantm/auto-update/qtutilities
libsForQt5.qtutilities: 6.3.0 -> 6.3.3
2021-03-10 15:17:58 +00:00
sternenseemann 1979284362 ocamlPackages.ctypes: 0.17.1 -> 0.18.0
https://github.com/ocamllabs/ocaml-ctypes/blob/0.18.0/CHANGES.md#ctypes-0180

* ocamlPackages.async_ssl: fix compatibility with ctypes 0.18.0 by using
  ctypes.foreign instead of ctypes.foreign.threaded since the distinction
  between threaded and unthreaded has been removed in this release.
* libbap: link with -thread so linking ctypes.foreign doesn't fail
  https://github.com/BinaryAnalysisPlatform/bap-bindings/issues/18
* ocaml-ng.ocamlPackages_4_07.sodium: patch lib_gen/_tags to also add
  the `package(bigarray)` directive since `ctypes.stubs` no longer
  propgates that, leading to module not found error.
* ocaml-ng.ocamlPackages_4_{04,05,06,07}.async_ssl: mark as broken: due to
  the bigarray-compat dependency, we need dune 2 for ctypes which breaks
  compilation of the legacy async_ssl 0.11 version since we can't
  upgrade to dune 2 for it since that version doesn't support the legacy
  jbuild files.
2021-03-10 16:12:03 +01:00
sternenseemann 336ac16838 ocamlPackages.janePackage: don't delete meta set in args
A bit of a pitfall of // is that it doesn't merge recursively which
often leads to unintended deletion in meta sets: If meta is in args it
is also present in the set right of the // operator which means the
right value is used to replace the left value completely. This throws
away anything extra we've set in the meta set in args.

This is fixed by this comment, allowing the descriptions and broken =
true; set in janestreet/old.nix to propagate to the output meta sets.
2021-03-10 16:12:03 +01:00
Austin Seipp 462d059909
liburing: 0.7 -> 2.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-03-10 08:59:39 -06:00
Austin Seipp b54b679c90
Merge pull request #115717 from r-ryantm/auto-update/verilator
verilator: 4.108 -> 4.110
2021-03-10 08:49:38 -06:00
Louis Bettens e9bdaba317
tipp10: unstable -> 3.2.1 (#115770) 2021-03-10 14:33:26 +01:00
Shea Levy 396b7066bf
Merge branch 'auto-update/system76-firmware' of https://github.com/r-ryantm/nixpkgs into master 2021-03-10 07:44:18 -05:00
Cabia Rangris 352405c0f6 nixos.spotifyd: fixed file not found error
When using password_cmd, there's a 'file not found' error due to missing sh binary in path.
For some reason, adding `path = [ "/bin" ]` doesn't fix the issue, but setting `SHELL` does.
Related documentation: https://spotifyd.github.io/spotifyd/config/File.html#shell-used-to-run-commands-indicated-by-password_cmd-or-on_song_changed_hook----omit-in-toc---
2021-03-10 13:26:10 +01:00
Milan 86ee8dd8ff
gitlab: 13.8.4 -> 13.8.5 (#115393)
https://about.gitlab.com/releases/2021/03/04/security-release-gitlab-13-9-2-released/
2021-03-10 12:42:58 +01:00
R. RyanTM fca1305251 libsForQt5.qtutilities: 6.3.0 -> 6.3.3 2021-03-10 13:13:15 +02:00
Sandro 53012ee4f0
Merge pull request #115519 from pacien/fishPlugins-fzf-fish-init 2021-03-10 12:11:25 +01:00
Maximilian Bosch daff1f8858
Merge pull request #115458 from Ma27/bump-matrix-synapse
matrix-synapse: 1.28.0 -> 1.29.0
2021-03-10 11:56:27 +01:00
Maximilian Bosch 9d238182b6
Merge pull request #115728 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.16.5 -> 1.17.0
2021-03-10 11:55:35 +01:00
Maximilian Bosch 49942b81ee
Merge pull request #115698 from r-ryantm/auto-update/wget
wget: 1.20.3 -> 1.21.1
2021-03-10 11:51:24 +01:00
Maximilian Bosch 68de23894e
Merge pull request #115732 from r-ryantm/auto-update/docker-compose
docker-compose: 1.28.3 -> 1.28.5
2021-03-10 11:41:04 +01:00
Sandro 68763fd3f2
Merge pull request #115730 from fabaff/license-yamllint
python3Packages.yamllint: enable tests
2021-03-10 11:35:40 +01:00
Sandro dd160e40b1
Merge pull request #115736 from jupblb/patch-1
vimPlugins.lf-vim: switch dependency to vim-floaterm
2021-03-10 11:35:06 +01:00
Michał Kiełbowicz c54bb3db41
vimPlugins.lf-vim: switch dependency to vim-floaterm
Switch `lf-vim` dependency from `vim-bbye` to `vim-floaterm` because of 9cc8789af2
2021-03-10 11:07:06 +01:00
R. RyanTM a624b04b3f docker-compose: 1.28.3 -> 1.28.5 2021-03-10 09:33:46 +00:00
Fabian Affolter 5022178623
Merge pull request #115644 from r-ryantm/auto-update/thermald
thermald: 2.4.1 -> 2.4.3
2021-03-10 10:18:04 +01:00
Fabian Affolter 8a4f3d7b9e python3Packages.yamllint: enable tests 2021-03-10 10:09:35 +01:00
Sandro bb0bb13f32
Merge pull request #115621 from jbedo/octopus
octopus: 0.7.0 -> 0.7.1
2021-03-10 10:03:42 +01:00
Sandro 075fefaa03
Merge pull request #115716 from fabaff/uddup
uddup: init at 0.9.3
2021-03-10 10:00:44 +01:00
R. RyanTM 134b52a663 gallery-dl: 1.16.5 -> 1.17.0 2021-03-10 09:00:27 +00:00
Sandro 85a0fe866a
Merge pull request #115640 from sternenseemann/fontparts-0.9.10
pythonPackages.fontparts: 0.9.9 -> 0.9.10
2021-03-10 09:59:47 +01:00
Sandro 211a58c572
Merge pull request #115707 from r-ryantm/auto-update/xcowsay
xcowsay: 1.5 -> 1.5.1
2021-03-10 09:59:01 +01:00
Sandro 5ae914d1d1
Merge pull request #115725 from fabaff/license-xcowsay
xcowsay: specify license
2021-03-10 09:58:41 +01:00
Sandro cabe2e2e55
Merge pull request #115710 from fabaff/bump-uptimed 2021-03-10 09:52:02 +01:00
Sandro f087405a50
Merge pull request #115706 from sikmir/keeweb
keeweb: 1.16.7 → 1.17.0
2021-03-10 09:51:30 +01:00
Sandro 0cc70c1dbe
Merge pull request #115661 from freepotion/harmonist-0.3.0-to-0.4.1
harmonist: 0.3.0 -> 0.4.1
2021-03-10 09:47:11 +01:00
Fabian Affolter 3296921b15 xcowsay: specify license 2021-03-10 09:29:14 +01:00
R. RyanTM 5a9a1b3545 verilator: 4.108 -> 4.110 2021-03-10 07:47:54 +00:00
Fabian Affolter 01bfce3a8d uddup: init at 0.9.3 2021-03-10 08:46:34 +01:00
Fabian Affolter ddb1c81c07
Merge pull request #115638 from r-ryantm/auto-update/tab
tab: 7.2 -> 8.0
2021-03-10 08:24:22 +01:00
Fabian Affolter 04d7d1c0fa
Merge pull request #115693 from r-ryantm/auto-update/whois
whois: 5.5.6 -> 5.5.8
2021-03-10 08:17:27 +01:00
Fabian Affolter 1b09906028
Merge pull request #115665 from r-ryantm/auto-update/theHarvester
theharvester: 3.2.2 -> 3.2.3
2021-03-10 08:15:04 +01:00
Fabian Affolter fc58af3539 uptimed: specify license 2021-03-10 08:10:07 +01:00
R. RyanTM 4246716e57 uptimed: 0.4.2 -> 0.4.3 2021-03-10 08:07:55 +01:00
R. RyanTM 03b4ab422e xcowsay: 1.5 -> 1.5.1 2021-03-10 06:56:12 +00:00
Elis Hirwing 189ff35d71
Merge pull request #115676 from r-ryantm/auto-update/testssl.sh
testssl: 3.0.2 -> 3.0.4
2021-03-10 07:55:16 +01:00
Nikolay Korotkiy c9cabb048f
keeweb: 1.16.7 → 1.17.0 2021-03-10 09:54:42 +03:00
Ryan Mulligan 807759d831
Merge pull request #114762 from r-ryantm/auto-update/mkgmap
mkgmap: 4601 -> 4604
2021-03-09 21:47:49 -08:00
Ryan Mulligan 5a7296e8b9
Merge pull request #115512 from r-ryantm/auto-update/recoll
recoll: 1.27.12 -> 1.28.6
2021-03-09 21:43:47 -08:00
Ryan Mulligan 25472c8c42
Merge pull request #115633 from r-ryantm/auto-update/ticker
ticker: 3.1.8 -> 3.1.9
2021-03-09 21:42:55 -08:00
R. RyanTM a4e8abb469 wget: 1.20.3 -> 1.21.1 2021-03-10 05:26:10 +00:00
Ryan Mulligan 5763979e98
Merge pull request #115535 from r-ryantm/auto-update/rust-bindgen
rust-bindgen: 0.55.1 -> 0.57.0
2021-03-09 21:21:35 -08:00
Arseniy Seroka d9298e4551
Merge pull request #115642 from r-ryantm/auto-update/teamviewer
teamviewer: 15.8.3 -> 15.15.5
2021-03-10 07:45:56 +03:00
R. RyanTM 4242367019 whois: 5.5.6 -> 5.5.8 2021-03-10 04:40:46 +00:00
Mario Rodas 100537f2e1
Merge pull request #115666 from r-ryantm/auto-update/uclibc-ng
uclibc: 1.0.34 -> 1.0.37
2021-03-09 23:38:10 -05:00