Commit Graph

193024 Commits

Author SHA1 Message Date
adisbladis
ad81f84d1f
melpa-packages: 2020-03-15 2020-03-15 18:03:00 +00:00
adisbladis
9dbe706576
elpa-packages: 2020-03-15 2020-03-15 18:03:00 +00:00
Silje Enge Kristensen
0adf77f746
vimPlugins.coc-spell-checker: init at 2020-02-19" 2020-03-15 17:58:33 +00:00
Silje Enge Kristensen
79ee5bc822
vimPlugins: Update 2020-03-15 17:58:28 +00:00
adisbladis
af9b839a89
nodePackages: regenerate sets 2020-03-15 17:30:37 +00:00
adisbladis
f37e7adb7b
nodePackages: Fix NODE_NIXPKGS_PATH in shell-generate.nix 2020-03-15 17:30:37 +00:00
eyjhbb@gmail.com
d8b41ad219
vimPlugins.coc-*: add npm dependencies 2020-03-15 17:30:33 +00:00
Elis Hirwing
f1dfb6e0f5
php: get rid of with lib; used on entire file 2020-03-15 18:04:57 +01:00
Elis Hirwing
6100ac4ab2
php: remove unsupported options
- mcrypt was removed in 7.2
 - mhash was integrated into hash in 7.0
2020-03-15 18:04:25 +01:00
Benjamin Hipple
80a3dbcdd2 geckodriver: upgrade cargo fetcher and cargoSha256 2020-03-15 17:59:25 +01:00
Fabian Möller
e7f2ad0db9 wireshark: use relative cmake LIBDIR
`wireshark` expects `CMAKE_INSTALL_LIBDIR` to be relative and prefixes
it with `CMAKE_INSTALL_PREFIX` in some places to make it absolute.
This results in duplicate absolute paths being accessed, which don't exist.

Making `CMAKE_INSTALL_LIBDIR` relative fixes this issue.
2020-03-15 17:16:11 +01:00
Maximilian Bosch
8be61f7a36
matrix-synapse: 1.9.1 -> 1.11.1
https://github.com/matrix-org/synapse/releases/tag/v1.10.0
https://github.com/matrix-org/synapse/releases/tag/v1.10.1
https://github.com/matrix-org/synapse/releases/tag/v1.11.0
https://github.com/matrix-org/synapse/releases/tag/v1.11.1
2020-03-15 17:09:51 +01:00
Maximilian Bosch
500375e338
python3Packages.signedjson: 1.0.0 -> 1.1.0 2020-03-15 17:09:51 +01:00
R. RyanTM
5c207933b7 postfix: 3.4.9 -> 3.4.10 2020-03-15 16:09:15 +00:00
Michael Weiss
7a1c9d8eb7
python3Packages.google_api_python_client: 1.7.12 -> 1.8.0
This version doesn't depend on
https://github.com/NixOS/nixpkgs/pull/82355 anymore.
2020-03-15 16:34:56 +01:00
Michael Weiss
069f62de77
python3Packages.google_api_python_client: 1.7.11 -> 1.7.12 2020-03-15 16:34:56 +01:00
Sander van der Burg
875bcef98b base16-builder: regenerate with node2nix 1.8.0, add supplement.json with node-pre-gyp to fix build 2020-03-15 16:37:47 +01:00
Sander van der Burg
798ab51bc7 nodePackages: regenerate with node2nix 1.8.0 2020-03-15 16:36:51 +01:00
geistesk
008362a0b5 golangci-lint: 1.23.8 -> 1.24.0 2020-03-15 16:19:22 +01:00
Silvan Mosberger
5eb01e1a7f
Merge pull request #82637 from colemickens/nixpkgs-ripcord
ripcord: 0.4.23 -> 0.4.24
2020-03-15 15:52:41 +01:00
Florian Klink
115c78c9b3
Merge pull request #82649 from flokli/mariadb-remove-without-client
mariadb: remove withoutClient
2020-03-15 15:47:26 +01:00
Silvan Mosberger
779b7ff3d8
Merge pull request #80931 from LEXUGE/master
smartdns: init at 30
2020-03-15 15:36:05 +01:00
Timo Kaufmann
2e68526cec
Merge pull request #82647 from timokau/retdec-fix
retdec: fix build
2020-03-15 13:58:21 +00:00
adisbladis
79ca23ba68
nodePackages: regenerate set 2020-03-15 13:02:28 +00:00
Ersin Akinci
588ca6e310
neovim: use TMPDIR as home during initilizaiton 2020-03-15 12:55:06 +00:00
Ersin Akinci
347479b6e0
vimPlugins.overrides: add coc-prettier 2020-03-15 12:55:06 +00:00
Ersin Akinci
47069c019f
nodePackages.coc-prettier: init 2020-03-15 12:55:06 +00:00
Florian Klink
4b8d66aa72 mariadb: remove withoutClient
When used as a global override, it breaks most of the options in the
mysql module, such as ensureDatabases, ensureUsers, initialDatabases,
initialScript.

We could use `.client` there, but if the reasoning behind this was
closure size reduction, we now end up with the same (or a bigger)
runtime closure and more complexity.

Apart from the options exposed by the mysql module, the client is also
likely to be required for local backups or DBA tasks anyways.

Instead of dealing with all the increased complexity of this for no
arguable benefit, let's just remove the `withoutClient` argument.
Storage space on mysql servers shouldn't be that much of an issue.

Closes #82428.
2020-03-15 13:49:13 +01:00
Jan Tojnar
fb9b0e7d46
Merge pull request #82400 from B4dM4n/duplicity-update
duplicity: 0.8.10 -> 0.8.11.1596
2020-03-15 13:32:10 +01:00
Léo Gaspard
7566b4f924
Merge pull request #82614 from Ekleog/xfce4-remove-alias
xfce4-12: remove alias
2020-03-15 12:00:20 +01:00
Timo Kaufmann
e5642d405e retdec: fix build
The build was broken by the gcc9 update. Pinning to gcc8 for now.
2020-03-15 11:57:57 +01:00
Elis Hirwing
da3384a25d
php: Re-indent main derivation 2020-03-15 10:27:37 +01:00
Vladimír Čunát
47f61c9d7f
bind: 9.14.10 -> 9.14.11 (small bugfix)
I see just a single small bugfix in the news:
https://downloads.isc.org/isc/bind9/9.14.11/RELEASE-NOTES-bind-9.14.11.html
2020-03-15 09:15:41 +01:00
Nikolay Korotkiy
cfb57680ee openorienteering-mapper: 0.9.1 -> 0.9.2 2020-03-15 08:03:51 +00:00
Cole Mickens
c91bb59b72 ripcord: 0.4.23 -> 0.4.24 2020-03-15 00:35:45 -07:00
Bignaux Ronan
5fbf8635e3
caprice32: enable freedesktop entries 2020-03-15 04:04:32 +00:00
Bignaux Ronan
be768d1ef3
caprice32: 4.5.0 -> 4.6.0 2020-03-15 04:04:09 +00:00
Ryan Fitzsimon
ea8efb20a7 ckb-next: Disable built-in updater 2020-03-15 03:17:58 +00:00
Ryan Mulligan
9b053bcd6d
Merge pull request #82540 from r-ryantm/auto-update/geoipupdate
geoipupdate: 4.1.5 -> 4.2.2
2020-03-14 19:21:43 -07:00
adisbladis
752dd733a2
Merge pull request #82543 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.9.10 -> 1.9.11
2020-03-15 01:22:52 +00:00
adisbladis
d15090dbe6
Merge pull request #82604 from rycee/fix/emacs-setup-hook
emacs: improve setup hook
2020-03-15 01:20:41 +00:00
adisbladis
cf719bf9a8
emacs: Add adisbladis as maintainer 2020-03-15 01:03:40 +00:00
Pavol Rusnak
931dd07712 ffmpeg-normalize: init at 1.15.7 2020-03-14 17:47:59 -07:00
Benjamin Hipple
1285836756 rdedup: fix broken build
In the Rust platform builder, the attribute `cargoPatches` must be used if we
want to consistently apply a patch to the `Cargo.lock` in the vendored
`cargoDeps` and to the `Cargo.lock` in the `src` attribute.

This fixes the build by applying that patch consistently, so the coherency
checker in the newer Rust cargo builder passes.
2020-03-14 17:34:18 -07:00
Benjamin Hipple
ca84a48d7d ledger: remove old version 2.6.3
Version 2.6.3 was released > 5 years ago and has been marked as broken for some
time. It is time to remove it.

This also documents why ledger3 cannot yet build with boost >= 1.67
2020-03-14 17:14:12 -07:00
R. RyanTM
41742c85ec clash: 0.17.1 -> 0.18.0 2020-03-14 23:34:23 +00:00
R. RyanTM
c6dd8929d6 eksctl: 0.13.0 -> 0.15.0 2020-03-14 23:30:49 +00:00
Andrei Lapshin
626d6b5d08 androidStudioPackages.beta: 4.0.0.10 -> 4.0.0.11 2020-03-14 16:27:00 -07:00
R. RyanTM
6f3e387b0c archiver: 3.2.0 -> 3.3.0 2020-03-14 16:04:58 -07:00
Timo Kaufmann
6c0fa331f0 python.pkgs.smmap2: remove
They were recently merged back together and smmap is the canonical
version:

https://github.com/gitpython-developers/smmap/issues/44
2020-03-14 16:00:38 -07:00
Timo Kaufmann
8eacb87061 python.pkgs.GitPython: 3.0.5 -> 3.1.0 2020-03-14 16:00:38 -07:00
Timo Kaufmann
6db65f8d02 python.pkgs.gitdb2: remove
The two are now the same:
https://github.com/gitpython-developers/gitdb/issues/59
2020-03-14 16:00:38 -07:00
Timo Kaufmann
e789990fb6 python.pkgs.gitdb: 0.6.4 -> 4.0.2 2020-03-14 16:00:38 -07:00
Dmitry Kalinkin
68db99ad97 snakemake: 5.9.1 -> 5.10.0 2020-03-14 15:58:24 -07:00
adisbladis
86a3326a37
Merge pull request #82348 from etu/php-exts-as-packages
PHP extensions as packages
2020-03-14 22:52:12 +00:00
R. RyanTM
8e868a44d5 fio: 3.18 -> 3.19 2020-03-14 15:50:22 -07:00
Fabian Möller
1e5a151ac5 cargo-udeps: 0.1.9 -> 0.1.10 2020-03-14 15:48:46 -07:00
Daniël de Kok
7b3802dfd1 sentencepiece: add myself as a maintainer 2020-03-14 15:40:29 -07:00
Daniël de Kok
27d0c5a07e sentencepiece: split into multiple outputs, optional gperftools
I am using sentencepiece in a downstream application where I want to
minimize the resulting closures. This commit makes changes to make
sentencepiece a leaner dependency:

- Split the outputs, so that the binaries/headers do not end up in the
  transitive closure in a library dependency.

- Add the `withGPerfTools` option, which is enabled by default, to
  make it possible to disable the gperftools dependency. According to
  the sentencepiece README, this dependency gives a 10-40% performance
  improvement. But in many cases this is overshadowed by the neural
  networks that use piece identifiers as input anyway.
2020-03-14 15:40:29 -07:00
Jaakko Luttinen
24219f69a3 pythonPackages.sphinxcontrib-katex: init at 0.5.1 2020-03-14 15:37:47 -07:00
Jaakko Luttinen
d7ef824b7b pythonPackages.sphinxcontrib-fulltoc: init at 1.2.0 2020-03-14 15:37:20 -07:00
Benedict Aas
51fa3d374a obinskit: init at 1.1.1
This is the configuration software for the enthusiast Anne Pro mechanical
keyboard, used to update the firmware, change keyboard settings, clear
Bluetooth connections from the device, set up backlighting colours, and so
forth.
2020-03-14 15:29:56 -07:00
Daniël de Kok
e539eb93f8 python3Packages.somajo: init at 2.0.4 2020-03-14 22:58:02 +01:00
Ben Darwin
61b61ed087 python3Packages.batchgenerators: init at 0.19.7 2020-03-14 22:56:38 +01:00
Ben Darwin
45d0109512 python3Packages.threadpoolctl: init at 2.0.0 2020-03-14 22:56:38 +01:00
Frederik Rietdijk
3a2c21dc95
Merge pull request #82361 from petabyteboy/feature/jbr-from-source
jetbrains.jdk: build from source
2020-03-14 22:54:57 +01:00
Francesco Gazzetta
f9e13566cc ft2-clone: init at 1.09 2020-03-14 22:54:06 +01:00
Francesco Gazzetta
510419ff5d pt2-clone: init at 1.06 2020-03-14 22:53:41 +01:00
Evan Stoll
2643e4163b gitkraken: 6.5.3 -> 6.5.4 2020-03-14 22:49:06 +01:00
Daniël de Kok
80d85b68a3 python3Packages.spacy: 2.2.3 -> 2.2.4
Changelog:

https://github.com/explosion/spaCy/releases/tag/v2.2.4

Also remove some unused propagatedBuildInputs.
2020-03-14 22:48:02 +01:00
Daniël de Kok
8dc3bb0af8 python3Packages.thinc: 7.3.1 -> 7.4.0
Remove old stale propagatedBuildInputs.
2020-03-14 22:48:02 +01:00
Daniël de Kok
b58cd1b2e9 python3Packages.srsly: 1.0.1 -> 1.0.2 2020-03-14 22:48:02 +01:00
Félix Baylac-Jacqué
380ce1fc4f ssb-patchwork: 3.17.5 -> 3.17.6 2020-03-14 22:47:24 +01:00
adisbladis
77396a8c47
Merge pull request #81098 from bignaux/cadence
cadence: fix dbus,libjack and missing dependancies
2020-03-14 21:30:57 +00:00
R. RyanTM
73d7dbf272 fluxctl: 1.17.1 -> 1.18.0 2020-03-14 21:18:51 +00:00
R. RyanTM
fd9a2e7e38 k9s: 0.13.8 -> 0.17.7 2020-03-14 21:18:27 +00:00
R. RyanTM
892827c0eb lego: 3.3.0 -> 3.4.0 2020-03-14 21:17:55 +00:00
R. RyanTM
dece4b99fa tautulli: 2.1.44 -> 2.2.0 2020-03-14 21:10:15 +00:00
Léo Gaspard
175f9ef4f8 xfce4-12: remove alias 2020-03-14 22:05:50 +01:00
Elis Hirwing
e0b1b9d556
phpPackages.exts: Add extensions 2020-03-14 21:53:59 +01:00
EEva (JPotier)
20ef86ed52 bitlbee-mastodon: 1.4.2 -> 1.4.3 2020-03-14 20:49:11 +00:00
zimbatm
001be890f7 folding@home: 6.02 -> 7.5.1
The v7 series is very different.

This commit introduces the 3 packages: fahclient, fahcontrol and
fahviewer. It also rebuilds the NixOS module to map better with the new
client.
2020-03-14 13:01:26 -07:00
zimbatm
b6fe12b1cc
cryptpad: 3.0.1 -> 3.13.0 (#82602) 2020-03-14 19:51:44 +00:00
Elis Hirwing
387d52106a
phpPackages.exts: Add alias so we have the right pcre lib 2020-03-14 20:30:28 +01:00
Elis Hirwing
b2933434f5
phpPackages: Initial work for building phpExtensions separately 2020-03-14 20:30:18 +01:00
Ryan Mulligan
94a67e67b8
Merge pull request #82532 from r-ryantm/auto-update/croc
croc: 6.4.10 -> 8.0.3
2020-03-14 12:30:15 -07:00
adisbladis
920187c247
Merge pull request #82574 from r-ryantm/auto-update/rar2fs
rar2fs: 1.28.0 -> 1.29.0
2020-03-14 18:46:44 +00:00
Robert Helgesson
2d2de743d0
emacs: improve setup hook
- Add packages installed in a sub-directory of site-lisp, such as
  mu4e, to EMACSLOADPATH.

- Add ELPA packages to EMACSLOADPATH.

- Add each package only once to EMACSLOADPATH. Before, each package
  would typically be added twice for each transitive dependency
  leading to a huge variable for a package having many dependencies.

Fixed #78680
2020-03-14 19:46:28 +01:00
Vladyslav M
1f8127d2ab
Merge pull request #82498 from r-ryantm/auto-update/cargo-udeps
cargo-udeps: 0.1.7 -> 0.1.9
2020-03-14 20:43:13 +02:00
Dmitry Kalinkin
2547ef9286
Merge pull request #75312 from KAction/mmh
mmh: init at 0.4
2020-03-14 14:20:44 -04:00
Vladyslav M
9d8580fe4c miniserve: 0.5.0 -> 0.6.0 2020-03-14 18:08:10 +00:00
Tom Hall
c6c753668d openblas: disable optimisation pending fix
See https://github.com/xianyi/OpenBLAS/issues/2496
2020-03-14 18:06:59 +00:00
R. RyanTM
e3e86f1b12
caddy: 1.0.4 -> 1.0.5 (#82601) 2020-03-14 18:04:13 +00:00
Ryan Mulligan
6ac55d9ecc
Merge pull request #82577 from r-ryantm/auto-update/sampler
sampler: 1.0.3 -> 1.1.0
2020-03-14 11:02:11 -07:00
Mario Rodas
6e2eeba534
Merge pull request #82572 from r-ryantm/auto-update/pgmetrics
pgmetrics: 1.7.1 -> 1.8.1
2020-03-14 12:04:48 -05:00
Alyssa Ross
dcb43197ea rust_1_38_0: drop 2020-03-14 16:55:06 +00:00
Alyssa Ross
c4393d6ac4 thunderbird: build with current rust 2020-03-14 16:55:06 +00:00
Alyssa Ross
6cea0daaa9 rustracerd: build with current rust
Fix taken from https://github.com/jwilm/racerd/pull/82.  It just
updates a dependency.
2020-03-14 16:55:06 +00:00
Pascal Bach
337b35707d minio-client: 2019-01-30 -> 2020-03-06 2020-03-14 16:50:29 +00:00
Pascal Bach
85f8014655 minio: 2019-10-12 -> 2020-03-06 2020-03-14 16:50:29 +00:00
Dominik Xaver Hörl
45cc3c986d neomutt: configure with zlib to enable imap compression 2020-03-14 16:48:47 +00:00
Mario Rodas
3b2d9b3e4c tflint: 0.15.1 -> 0.15.2
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.15.2
2020-03-14 16:40:18 +00:00
R. RyanTM
281dd8bd44 ntp: 4.2.8p13 -> 4.2.8p14 2020-03-14 16:26:40 +00:00
R. RyanTM
1abca6627e bitwarden_rs: 1.13.1 -> 1.14 2020-03-14 16:15:12 +00:00
R. RyanTM
98aa4da995
berglas: 0.5.0 -> 0.5.1 2020-03-14 15:54:07 +00:00
Dmitry Bogatov
b1c71ebe2b mmh-unstable: init at 2019-09-08 2020-03-14 11:27:49 -04:00
Mario Rodas
8a0c1b8cf1
Merge pull request #82068 from anmonteiro/anmonteiro/bs-platform-7.2.0
bs-platform: 7.0.1 -> 7.2.0
2020-03-14 10:25:53 -05:00
Frederik Rietdijk
13e7a3e112 Python: introduce tests for interpreters
This adds tests to the passthru of all Python interpreters.
2020-03-14 15:05:37 +01:00
R. RyanTM
096ab84b0d tinygo: 0.11.0 -> 0.12.0 2020-03-14 13:52:08 +00:00
R. RyanTM
1b467f21f6 thanos: 0.7.0 -> 0.11.0 2020-03-14 13:44:06 +00:00
R. RyanTM
93144e0f4a gitAndTools.stgit: 0.21 -> 0.22 2020-03-14 14:33:20 +01:00
R. RyanTM
08690436a8 xbps: 0.58 -> 0.59 2020-03-14 14:32:09 +01:00
Frederik Rietdijk
bea63a74a6
Merge pull request #82035 from r-ryantm/auto-update/elementary-music
pantheon.elementary-music: 5.0.4 -> 5.0.5
2020-03-14 14:31:40 +01:00
Ryan Mulligan
f273034efd
Merge pull request #82452 from r-ryantm/auto-update/atlassian-jira
atlassian-jira: 8.7.0 -> 8.7.1
2020-03-14 06:31:28 -07:00
R. RyanTM
7cb9d8cf42 sunvox: 1.9.5c -> 1.9.5d 2020-03-14 14:31:11 +01:00
R. RyanTM
79586e1b74 tomcat_connectors: 1.2.46 -> 1.2.48 2020-03-14 14:30:51 +01:00
R. RyanTM
63925c1cb9 calibre: 4.11.2 -> 4.12.0 2020-03-14 14:30:28 +01:00
R. RyanTM
b577edfa8c plata-theme: 0.9.2 -> 0.9.3 2020-03-14 14:29:56 +01:00
Ryan Mulligan
f124f11e50
Merge pull request #82535 from r-ryantm/auto-update/docui
docui: 2.0.0 -> 2.0.4
2020-03-14 06:29:44 -07:00
Frederik Rietdijk
5175c35a99
Merge pull request #81611 from r-ryantm/auto-update/R
R: 3.6.2 -> 3.6.3
2020-03-14 14:29:05 +01:00
R. RyanTM
4615b8b4c3 osinfo-db: 20200203 -> 20200214 2020-03-14 14:28:31 +01:00
R. RyanTM
742b61a9eb sickgear: 0.21.5 -> 0.21.17 2020-03-14 14:28:08 +01:00
R. RyanTM
47b4e97cda opera: 66.0.3515.72 -> 67.0.3575.31 2020-03-14 14:27:49 +01:00
R. RyanTM
08c0568cd9 frostwire-bin: 6.8.3 -> 6.8.4 2020-03-14 14:27:20 +01:00
R. RyanTM
d88389048f elisa: 19.12.2 -> 19.12.3 2020-03-14 14:26:52 +01:00
R. RyanTM
0edcdfe140 quilter: 2.1.1 -> 2.1.2 2020-03-14 14:26:33 +01:00
R. RyanTM
21b8df1019 minizincide: 2.3.2 -> 2.4.2 2020-03-14 14:25:50 +01:00
R. RyanTM
4e7d702bb9 cli11: 1.8.0 -> 1.9.0 2020-03-14 14:25:23 +01:00
Ryan Mulligan
536540e4b1
Merge pull request #82534 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.20.0 -> 0.23.7
2020-03-14 06:25:10 -07:00
R. RyanTM
77d2408f7d lightstep-tracer-cpp: 0.11.0 -> 0.12.0 2020-03-14 14:24:44 +01:00
Frederik Rietdijk
e4336956e4
Merge pull request #79316 from r-ryantm/auto-update/git-ftp
git-ftp: 1.5.2 -> 1.6.0
2020-03-14 14:24:09 +01:00
R. RyanTM
9ad2b5e69d libmysofa: 0.9.1 -> 1.0 2020-03-14 14:23:45 +01:00
R. RyanTM
6e8d817333 omnisharp-roslyn: 1.32.19 -> 1.34.11 2020-03-14 14:23:28 +01:00
Graham Christensen
244178e166
Merge pull request #82006 from emilazy/enable-linux-hardened-ia32-emulation
linuxPackages_{,_latest,_testing}_hardened: enable 32-bit emulation
2020-03-14 09:20:58 -04:00
R. RyanTM
8097fc060c sampler: 1.0.3 -> 1.1.0 2020-03-14 12:51:22 +00:00
R. RyanTM
9143a9d6fb renderizer: 2.0.5 -> 2.0.9 2020-03-14 12:41:23 +00:00
R. RyanTM
8ed7848e67 rar2fs: 1.28.0 -> 1.29.0 2020-03-14 12:31:35 +00:00
R. RyanTM
1ff9df25fb qbec: 0.7.5 -> 0.10.5 2020-03-14 12:17:01 +00:00
R. RyanTM
f47ec36970
pgmetrics: 1.7.1 -> 1.8.1 2020-03-14 11:48:34 +00:00
José Romildo Malaquias
17a0f62bed
Merge pull request #82390 from r-ryantm/auto-update/thonny
thonny: 3.2.6 -> 3.2.7
2020-03-14 07:55:43 -03:00
Pascal Wittmann
f5a072bdf4
Merge pull request #82553 from S-NA/updates/abiword-3.0.4
abiword: 3.0.2 -> 3.0.4
2020-03-14 11:16:07 +01:00
R. RyanTM
b8225d33c3 mod: 0.2.0 -> 0.2.2 2020-03-14 09:09:15 +00:00
Tim Steinbach
f30b8adc02
oh-my-zsh: 2020-03-05 -> 2020-03-12 2020-03-14 05:01:39 -04:00
Tim Steinbach
16eb11b5d3
jenkins: 2.204.4 -> 2.204.5 2020-03-14 04:59:52 -04:00
Tim Steinbach
f9fcf29ef2
linux: 5.4.24 -> 5.4.25 2020-03-14 04:58:48 -04:00
Jörg Thalheim
09ad2cffdc
radare2: 4.3.0 -> 4.3.1 2020-03-14 08:56:42 +00:00
Jörg Thalheim
83535fdf1e
Merge pull request #82545 from r-ryantm/auto-update/helmfile
helmfile: 0.85.0 -> 0.102.0
2020-03-14 08:52:27 +00:00
R. RyanTM
7c77278d31
minify: 2.5.0 -> 2.7.3 2020-03-14 08:51:26 +00:00
R. RyanTM
6bb795f8a9 matterbridge: 1.16.3 -> 1.16.5 2020-03-14 08:39:09 +00:00
Jörg Thalheim
1a3ca53dee
Merge pull request #82544 from r-ryantm/auto-update/hcloud
hcloud: 1.14.0 -> 1.16.1
2020-03-14 08:03:21 +00:00
Jörg Thalheim
f8676f847f
Merge pull request #82549 from r-ryantm/auto-update/lefthook
gitAndTools.lefthook: 0.6.3 -> 0.7.1
2020-03-14 07:58:11 +00:00
S. Nordin Abouzahra
0cf9343f08 abiword: 3.0.2 -> 3.0.4
Updates AbiWord to the latest version, patches it to support enchant2, and add
myself to the maintainers list.
2020-03-14 03:36:42 -04:00
Jörg Thalheim
420254586a
Merge pull request #78172 from Izorkin/mc
mc: 4.8.23 -> 4.8.24
2020-03-14 07:33:16 +00:00
Jörg Thalheim
0ad2243c66
mc: quote urls 2020-03-14 07:32:48 +00:00
Jörg Thalheim
841b89cac8
mc: add autoreconfHook instead of /usr/bin/file patch
The error is still there but harmless.
It should be rather fixed in autoconf than in every package that
uses autotools.
2020-03-14 07:32:31 +00:00
R. RyanTM
96bfae7c5d gitAndTools.lefthook: 0.6.3 -> 0.7.1 2020-03-14 07:29:00 +00:00
Vladimír Čunát
6dcb71ecc1
Merge branch 'staging-next' 2020-03-14 07:56:23 +01:00
R. RyanTM
112814dce8 hetzner-kube: 0.4.1 -> 0.5.1 2020-03-14 06:36:24 +00:00
R. RyanTM
fb7e2cd5bc helmfile: 0.85.0 -> 0.102.0 2020-03-14 06:33:28 +00:00
R. RyanTM
5b8278737c hcloud: 1.14.0 -> 1.16.1 2020-03-14 06:29:32 +00:00
gnidorah
41543d88ca phodav: 2.3 -> 2.4 2020-03-14 09:27:10 +03:00
R. RyanTM
6e132f0f3c go-ethereum: 1.9.10 -> 1.9.11 2020-03-14 06:04:25 +00:00
R. RyanTM
39dcb59fbf monetdb: 11.35.9 -> 11.35.19 2020-03-14 06:02:25 +00:00
R. RyanTM
5ef871d24a jflex: 1.7.0 -> 1.8.1 2020-03-14 06:01:35 +00:00
R. RyanTM
348bcc9678 gnss-sdr: 0.0.11 -> 0.0.12 2020-03-14 05:56:58 +00:00
R. RyanTM
d633f29608 geoipupdate: 4.1.5 -> 4.2.2 2020-03-14 05:41:16 +00:00
R. RyanTM
7f255ec99d frp: 0.31.2 -> 0.32.0 2020-03-14 05:38:02 +00:00
Dylan Simon
1e769bdd2a tensorflow: 1.15.1 -> 1.15.2
(cherry picked from commit 0a5ec494b574ccd3db3b234c7d6637d127bd16da)
2020-03-14 05:35:08 +00:00
R. RyanTM
1946fabf6a dolt: 0.12.0 -> 0.15.0 2020-03-14 05:01:03 +00:00
Maximilian Bosch
cc989f0cc6
syncthing-gtk: 0.9.4 -> 0.9.4.4 2020-03-14 05:57:36 +01:00
Maximilian Bosch
6b6abb453c
xonsh: 0.9.13 -> 0.9.14
Closes #81951

The PR unnecessarily removes the `patchShebangs .`-call, also the
non-deterministically failing testcase `test_pyghooks` isn't excluded
there.

Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2020-03-14 05:57:36 +01:00
R. RyanTM
406f983101 munin: 2.0.49 -> 2.0.51
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/munin/versions
2020-03-14 04:57:22 +00:00
Orivej Desh
ee2ccdaf26 jemalloc: 5.1.0 -> 5.2.1 2020-03-14 04:56:32 +00:00
R. RyanTM
d95db5018a docui: 2.0.0 -> 2.0.4 2020-03-14 04:55:32 +00:00
R. RyanTM
38d8eb2544 dnsproxy: 0.20.0 -> 0.23.7 2020-03-14 04:51:44 +00:00
Benjamin Hipple
3a68a3313e cdb: fix meta.homepage
Without the .html, the server returns access denied.
2020-03-14 04:46:37 +00:00
R. RyanTM
ba957840f6 croc: 6.4.10 -> 8.0.3 2020-03-14 04:34:01 +00:00
Andrew Childs
e271476a4e openssl: fix platform detection on armv5tel-linux 2020-03-14 04:33:05 +00:00
R. RyanTM
5389e95ce0 coredns: 1.6.6 -> 1.6.7 2020-03-14 04:28:21 +00:00
rychale
7ed8a2c7f5 msgpack: 3.0.1 -> 3.2.0 2020-03-14 04:12:25 +00:00
R. RyanTM
fda69ba628 circleci-cli: 0.1.6072 -> 0.1.6949 2020-03-14 04:11:16 +00:00
Benjamin Hipple
362db40e0b b3sum: remove non-existent attribute
The attribute `verifyCargoDeps` is no longer defined in the rustPlatform helper;
it is now the default and always on as part of the improvements in #79975
2020-03-14 03:57:10 +00:00
Jan Tojnar
f5fade94bd
Merge pull request #82362 from jtojnar/mysql-wb
mysql-workbench: 8.0.15 → 8.0.19
2020-03-14 04:41:36 +01:00
Lancelot SIX
10132c6602 ddrescue: 1.24 -> 1.25
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00002.html
for release information
2020-03-14 03:28:18 +00:00
Matt McHenry
38b77ca72f client-ip-echo: 0.1.0.4 -> 0.1.0.5 2020-03-14 03:27:54 +00:00
Nathan van Doorn
dd938aa157 metamath: 0.180 -> 0.181 2020-03-14 03:24:44 +00:00
Nathan Fish
50c997c000 ipfs-cluster: 0.11.0 -> 0.12.1 2020-03-14 03:23:19 +00:00
Mario Rodas
b86030608b pythonPackages.psutil: fix build on darwin
Disable tests because it segfaults on darwin
2020-03-13 20:20:40 -07:00
Josef Kemetmüller
3a8d05747b qgroundcontrol: Fix build
This silences some warnings to not run into "Log limit exceeded" on
hydra.
2020-03-14 03:18:39 +00:00
Mario Rodas
991bbef683 cadvisor: 0.35.0 -> 0.36.0 2020-03-14 01:44:28 +00:00
Maximilian Bosch
386a50f729
binaryen: 89 -> 91, emscripten: 1.38.28 -> 1.39.1 2020-03-14 02:37:37 +01:00
Mario Rodas
c935567de6 lean: 3.6.1 -> 3.7.0 2020-03-14 01:32:58 +00:00
Samuel Dionne-Riel
fb594b816a refind: 0.11.5 -> 0.12 2020-03-14 01:25:24 +00:00
Mario Rodas
d580deacec procs: 0.9.18 -> 0.9.20 2020-03-14 01:24:45 +00:00
Mario Rodas
1bb17b50d2 broot: 0.13.2 -> 0.13.4 2020-03-14 00:44:06 +00:00
Mario Rodas
c64f415331
Merge pull request #82123 from r-ryantm/auto-update/python2.7-azure-mgmt-sql
python27Packages.azure-mgmt-sql: 0.16.0 -> 0.17.0
2020-03-13 19:26:28 -05:00
R. RyanTM
4d8cac34f7
blender: 2.82 -> 2.82a (#82450) 2020-03-13 20:12:28 -04:00
Mario Rodas
e6e040d573
Merge pull request #82494 from r-ryantm/auto-update/awsweeper
awsweeper: 0.4.1 -> 0.6.0
2020-03-13 18:49:10 -05:00
Mario Rodas
324b177a21
Merge pull request #82492 from r-ryantm/auto-update/antibody
antibody: 4.2.0 -> 4.3.1
2020-03-13 18:48:50 -05:00
Orivej Desh
2e099c7e53 lilypond: 2.18.2 -> 2.20.0 2020-03-13 23:34:56 +00:00