Commit Graph

219608 Commits

Author SHA1 Message Date
Maximilian Bosch
38f4e7c6ea
gitea: 1.11.3 -> 1.11.4
https://github.com/go-gitea/gitea/releases/tag/v1.11.4
2020-04-01 23:22:50 +02:00
R. RyanTM
ed2497199d wtf: 0.27.0 -> 0.28.0 2020-04-01 21:09:43 +00:00
Ryan Mulligan
6201077d8b
Merge pull request #83983 from r-ryantm/auto-update/khronos
khronos: 1.0.6 -> 1.0.8
2020-04-01 14:02:31 -07:00
Maximilian Bosch
b503b2c75f
linuxPackages.wireguard: 0.0.20200318 -> 1.0.20200401
https://lists.zx2c4.com/pipermail/wireguard/2020-April/005237.html

Resolves #84009
2020-04-01 22:42:15 +02:00
Nathan Hawkins
af38a72dc4 fpc: 3.0.0 -> 3.0.4; lazarus: 1.8.4 -> 2.0.6 2020-04-01 20:39:28 +00:00
John Ericson
a5480d09dd
Merge pull request #84028 from obsidiansystems/consistent-bazel-ref
bazel-*: Consistently self reference
2020-04-01 16:33:20 -04:00
R. RyanTM
1f6368792d tpm2-pkcs11: 1.1.0 -> 1.2.0 2020-04-01 20:31:53 +00:00
R. RyanTM
d4a26db066 topgrade: 4.2.0 -> 4.3.1 2020-04-01 20:28:35 +00:00
Dmitry Kalinkin
b31f8d9b05
Merge pull request #82815 from veprbl/pr/gnuplot_qt_darwin_fix
gnuplot_qt: fix on darwin
2020-04-01 16:25:38 -04:00
Niklaus Giger
c027937d9a borgbackup: Moved documentation to NixOS manual and added examples for
* creating a local backup
* creating a borgbackup server
* backing up to a borgbackup server
* hints about the Vorta graphical desktop application
* Added documentation about Vorta desktop client

Tested the examples locally and with my borgbase.com account.
2020-04-01 22:21:10 +02:00
John Ericson
6bf6ec8a96 Merge remote-tracking branch 'upstream/master' into consistent-bazel-ref 2020-04-01 16:16:30 -04:00
John Ericson
6f94f8fd3f bazel-*: Consistently self reference
Using `bazel_self` for self-references makes managing bazel versions
easier: their less risk of changing defaults or copy pasted code for no
versions leading to incorrect self-references.
2020-04-01 16:16:26 -04:00
Matthew Bauer
efae68aa49
Merge pull request #83906 from nh2/krb5-1.18-fix-musl-build
krb5: Add patches to fix build with musl on 1.18
2020-04-01 15:08:08 -05:00
R. RyanTM
7ce6949f65 terracognita: 0.3.0 -> 0.4.0 2020-04-01 19:59:53 +00:00
Jaakko Luttinen
094f7ddd5a pythonPackages.salmon-mail: 3.1.1 -> 3.2.0 2020-04-01 12:34:11 -07:00
Timo Kaufmann
3abce7b376
Merge pull request #83788 from ryneeverett/vim-plugins-update-commit
vimPlugins: Automate git commits when updating.
2020-04-01 19:29:27 +00:00
Benjamin Hipple
755b936985
Merge pull request #84011 from r-ryantm/auto-update/pyradio
pyradio: 0.8.7.1 -> 0.8.7.2
2020-04-01 15:16:32 -04:00
R. RyanTM
6a07829e14 saml2aws: 2.24.0 -> 2.25.0 2020-04-01 18:45:25 +00:00
Dave Anderson
19a831d853 nixos/iio: adjust formatting of option description.
Co-Authored-By: Alyssa Ross <hi@alyssa.is>
2020-04-01 18:37:52 +00:00
David Anderson
d2bb8d232b nixos/iio: explain why you might want IIO sensor support.
Signed-off-by: David Anderson <dave@natulte.net>
2020-04-01 18:37:52 +00:00
Alexander Bakker
79e768eeb4 zenpower: 0.1.5 -> 0.1.10 2020-04-01 18:28:43 +00:00
Alexey Uimanov
354508b0c5
Update pkgs/applications/editors/qxmledit/default.nix
Co-Authored-By: Thomas Tuegel <ttuegel@mailbox.org>
2020-04-01 23:07:57 +05:00
R. RyanTM
7c4913be41 pyradio: 0.8.7.1 -> 0.8.7.2 2020-04-01 18:05:07 +00:00
adisbladis
99b1188ee1
Merge pull request #83990 from r-ryantm/auto-update/minio
minio: 2020-03-06T22-23-56Z -> 2020-03-25T07-03-04Z
2020-04-01 20:02:42 +02:00
Daiderd Jordan
c77af3740b
Merge pull request #83873 from bachp/plex-1.18.9.2571
plex: 1.18.8.2527 -> 1.18.9.2571
2020-04-01 19:31:31 +02:00
R. RyanTM
92c8881358 picard-tools: 2.22.0 -> 2.22.2 2020-04-01 17:29:55 +00:00
Sergey Lukjanov
f5f98920f7 prometheus: 2.16.0 -> 2.17.1 2020-04-01 10:28:56 -07:00
R. RyanTM
5c462a9c29 pfetch: 0.5.0 -> 0.6.0 2020-04-01 17:26:39 +00:00
ryneeverett
0a2759483a vimPlugins: update auto-commiting based on review
- Use git.Repo(ROOT, search_parent_directories=True) to find nixpkgs
repo.
- Don't commit overrides.nix.
- Remove "-a" short argument.
- Remove "--commit" flag and commit by default.
- Improve help/error messages.
- Favor closure pattern over classes.Use a closure to wrap the update
function with state rather than a callable class.
- break NixpkgsRepo class into functions
- Optional None-type arguments
- Remove repo checks from update.py. Git is too flexible and permits too
many workflows for my attempt to replace documentation with code to work.
My goal would be to separate the `--add` functionality from the update
functionality in the near term and then there will be no reason for this
usage to create commits anyway.
2020-04-01 17:19:01 +00:00
R. RyanTM
8ce84989d9 bitcoin-abc: 0.21.1 -> 0.21.3 2020-04-01 19:17:26 +02:00
Drew Risinger
543382d83c pythonPackages.qiskit-ignis: init at 0.2.0
Qiskit Ignis is a toolbox for quantum hardware verification,
noise characterization, and error correction.

This commit follows the new Qiskit scheme of breaking one large package
into smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-04-01 09:49:29 -07:00
R. RyanTM
bae440bb57 openxr-loader: 1.0.6 -> 1.0.8 2020-04-01 16:47:39 +00:00
Thomas Tuegel
6572d7bc52
Merge pull request #83897 from edolstra/kde-apps-19.12.3
kdeApplications: 19.12.1 -> 19.12.3
2020-04-01 10:54:15 -05:00
Bas van Dijk
d44a752b91
Merge pull request #83350 from DieGoldeneEnte/llvm10
llvmPackages_10: rc5 -> release
2020-04-01 17:35:05 +02:00
R. RyanTM
c6fa98f8ad moosefs: 3.0.110 -> 3.0.112 2020-04-01 15:32:05 +00:00
Vincent Laporte
34db9b5ee3 ocamlPackages.phylogenetics: 2019-11-15 → 2020-01-05 2020-04-01 17:29:30 +02:00
Vincent Laporte
206cf8a341 ocamlPackages.gnuplot: 0.5.3 → 0.7 2020-04-01 17:29:30 +02:00
Vincent Laporte
8e686bacc4 ocamlPackages.ocaml-r: init at 0.2.0 2020-04-01 17:29:30 +02:00
Jörg Thalheim
5853515f6c
Merge pull request #83932 from jluttine/kdenlive-fix-dep-paths
kdenlive: set run-time dep paths (fix #83885)
2020-04-01 16:28:17 +01:00
Ryan Mulligan
63f8e22dd8
Merge pull request #83976 from r-ryantm/auto-update/helmfile
helmfile: 0.102.0 -> 0.106.3
2020-04-01 08:26:36 -07:00
R. RyanTM
4f933be5a3 mod: 0.2.2 -> 0.3.0 2020-04-01 15:25:28 +00:00
R. RyanTM
d6b23cb118 minio: 2020-03-06T22-23-56Z -> 2020-03-25T07-03-04Z 2020-04-01 15:13:11 +00:00
Maximilian Bosch
d7c0018c79
riot-desktop: 1.5.14 -> 1.5.15
https://github.com/vector-im/riot-web/releases/tag/v1.5.15
2020-04-01 16:53:46 +02:00
Maximilian Bosch
04a6f80ff4
riot-web: 1.5.14 -> 1.5.15
https://github.com/vector-im/riot-web/releases/tag/v1.5.15
2020-04-01 16:53:46 +02:00
Tim Steinbach
be792c92ec
jenkins: 2.204.5 -> 2.222.1 2020-04-01 10:46:07 -04:00
Tim Steinbach
ef3f3f2728
linux_latest-libre: 17387 -> 17402 2020-04-01 10:46:07 -04:00
Tim Steinbach
902ebcdd44
linux: 5.5.13 -> 5.5.14 2020-04-01 10:46:06 -04:00
Tim Steinbach
7bae57f249
linux: 5.4.28 -> 5.4.29 2020-04-01 10:46:06 -04:00
Tim Steinbach
7f56fdd997
linux: Init 5.6.1
Change linux_latest to 5.6
2020-04-01 10:46:02 -04:00
Christine Dodrill
09b47478f8
development/libraries/libdap: fix hash
(cherry picked from commit aa61e722b041ce60dd71f9e6f3f5a474db9f7211)
2020-04-01 16:36:28 +02:00