Roman Volosatovs
fcdc280d7f
all-packages: use go 1.12 for terraform-lsp
2019-10-11 10:09:09 +02:00
Roman Volosatovs
cf6e2776f2
all-packages: use go 1.12 for packr
2019-10-11 10:09:08 +02:00
Roman Volosatovs
a3341e8499
all-packages: use go 1.12 for restic
2019-10-11 10:09:08 +02:00
Roman Volosatovs
b63b95f141
all-packages: use go 1.12 for tendermint
2019-10-11 10:09:08 +02:00
Roman Volosatovs
72a6ab4d5f
all-packages: use go 1.12 for scaleway-cli
2019-10-11 10:09:08 +02:00
Roman Volosatovs
7ddd2a2069
all-packages: use go 1.12 for lnd
2019-10-11 10:09:08 +02:00
Roman Volosatovs
745b299403
all-packages: use go 1.12 for grpcui
2019-10-11 10:09:07 +02:00
Roman Volosatovs
ee2c8ece9e
all-packages: use go 1.12 for gotestsum
2019-10-11 10:09:07 +02:00
Roman Volosatovs
db6cb37aa7
all-packages: use go 1.12 for curlie
2019-10-11 10:09:07 +02:00
Roman Volosatovs
2f20deb202
all-packages: use go 1.12 for cri-o
2019-10-11 10:09:07 +02:00
Roman Volosatovs
01721f1449
all-packages: use go 1.12 for bazel-watcher
2019-10-11 10:09:07 +02:00
Roman Volosatovs
9e5f063058
all-packages: use go 1.12 for wtf
2019-10-11 10:09:06 +02:00
Roman Volosatovs
2d7e8e1b0f
all-packages: use go 1.12 for perkeep
2019-10-11 10:09:06 +02:00
Roman Volosatovs
ea0b765208
all-packages: use go 1.12 for consul
2019-10-11 10:09:06 +02:00
Roman Volosatovs
4ef3de8645
ctop: ensure go 1.13 compatibility
2019-10-11 10:09:06 +02:00
Roman Volosatovs
bdd503323a
go: default to go_1_13
2019-10-11 10:09:06 +02:00
Roman Volosatovs
bd023200a9
go_1_13: init at 1.13.1
2019-10-11 10:09:05 +02:00
Trolli Schmittlauch
b4c6764334
cawbird: 1.0.1 -> 1.0.2
...
fixes some TLS connection issues
2019-10-11 09:08:06 +02:00
Symphorien Gibol
55ac8ffa43
ocamlPackages.llvm: propagate needed libs, fix missing build parameter
...
The opam patch makes ocaml link dependent executables with
-L${LLVM_OCAML_EXTERNAL_LLVM_LIBDIR}. This variable was previously
undefined and as a result the linker would previously be called with
just -L which makes it ignore the next argument. This would lead strange
linking errors, like missing caml_apply2.
Despite defining this variable correctly, propagating llvm is still
necessary for linking to complete. In case ocaml-llvm is a transitive
dependency only, propagatedBuildInputs is not enough. To avoid having to
guess which version of llvm was used, we provide the right one in
passthrough.
2019-10-11 08:19:51 +02:00
Michael Hoang
0277cc1f1c
WoeUSB: Remove writeback buffering workaround
...
WoeUSB contains a writeback buffering workaround for 64-bit Linux
systems, however this workaround relies on setting
/proc/sys/vm/dirty_background_bytes which no longer works on newer
versions of the Linux kernel.
2019-10-11 08:00:35 +02:00
Vincent Laporte
c82c6d3a12
ocaml: default to version 4.07
...
patdiff: 0.11.0 → 0.12.0
2019-10-11 07:58:42 +02:00
Vincent Laporte
deefc177d3
libbap: pin OCaml version to 4.06
2019-10-11 07:58:42 +02:00
Vincent Laporte
1f365f9d26
coqPackages_8_7.contribs.additions: remove
2019-10-11 07:58:42 +02:00
Mario Rodas
67223bc752
Merge pull request #70889 from marsam/init-jtc
...
jtc: init at 1.74
2019-10-10 23:19:12 -05:00
Pawel Kruszewski
eaa72aa453
bcompare: 4.2.10.23938 -> 4.3.0.24364
2019-10-11 06:14:23 +02:00
Dmitry Kalinkin
1f9882cb29
Merge pull request #70841 from callahad/mariadb
...
mariadb: fix builds on darwin
2019-10-10 22:58:28 -04:00
scalavision
3d860972ee
delly: init at 0.8.1 ( #70871 )
2019-10-10 22:08:45 -04:00
nyanloutre
9cf81e9174
pythonPackages.block-io: propagate setuptools
...
Used during runtime
2019-10-10 18:54:29 -07:00
Jonathan Ringer
18faa091c6
pythonPackages.cassandra-driver: 3.18.0 -> 3.19.0
2019-10-10 18:30:21 -07:00
Jonathan Ringer
405777bcf5
pythonPackages.fiona: fix linking issue
2019-10-10 18:27:02 -07:00
makefu
9ae60cff0c
devpi-client: 4.1.0 -> 5.0.0
...
unbreak the package, clean up dependencies and make them overridable
2019-10-10 15:49:29 -07:00
Bjørn Forsman
3fc66462de
qsynth: use qt5.mkDerivation
...
Fixes
$ qsynth
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Aborted (core dumped)
(Also, take qt5.* attrs as input instead of the whole qt5 attrset itself.)
2019-10-10 23:58:45 +02:00
Bjørn Forsman
0a18e8f311
gnome3.accerciser: add missing dependency: setuptools
...
Fixes "ModuleNotFoundError: No module named 'pkg_resources'" messages in
the GUI.
2019-10-10 23:42:22 +02:00
/u/leo60228
bb1e6c9936
ntfs3g: enable extras ( #51514 )
...
* ntfs-3g: enable extras
Adds a few extra utilities, most of which are useful.
* ntfs-3g: download over https
2019-10-10 22:53:15 +02:00
Renaud
a9e6236e97
Merge pull request #70446 from rvolosatovs/update/sidequest
...
sidequest: 0.3.1 -> 0.7.2
2019-10-10 22:49:40 +02:00
Renaud
4c36089db6
Merge pull request #70670 from r-ryantm/auto-update/openimageio
...
openimageio2: 2.0.10 -> 2.0.11
2019-10-10 22:37:14 +02:00
Renaud
67e0730823
Merge pull request #70759 from r-ryantm/auto-update/robin-map
...
robin-map: 0.6.1 -> 0.6.2
2019-10-10 22:18:14 +02:00
worldofpeace
dbe6e52150
Merge pull request #70533 from worldofpeace/arc-menu-33
...
gnomeExtensions.arc-menu: 33.2 -> 33
2019-10-10 19:19:33 +00:00
lewo
6cee5a9e02
Merge pull request #70498 from nyanloutre/molly_guard_0_7_2
...
molly-guard: 0.6.3 -> 0.7.2
2019-10-10 20:51:19 +02:00
Peter Simons
7deb982d6a
r-systemfonts: fix shebang of configure script
...
Closes https://github.com/NixOS/nixpkgs/pull/70813 .
2019-10-10 20:50:49 +02:00
Dylan Simon
13085f13aa
r-systemfonts: fix package dependencies
2019-10-10 20:50:49 +02:00
lewo
072edcbe37
Merge pull request #70585 from lilyball/bat-updates
...
bat: update dependencies
2019-10-10 20:49:42 +02:00
José Romildo Malaquias
0225cc45b4
shades-of-gray-theme: 1.1.9 -> 1.2.0
2019-10-10 15:45:00 -03:00
Peter Simons
668a8aa811
Merge pull request #70862 from dotlambda/dovecot-2.3.8
...
dovecot: 2.3.7.2 -> 2.3.8
2019-10-10 19:51:32 +02:00
Konrad Borowski
0947bbc62c
mullvad: remove unnecessary systemd service copying in installation
2019-10-10 19:11:11 +02:00
worldofpeace
383556b5e7
Merge pull request #70915 from flokli/python-jenkins-setuptools
...
python.pkgs.python-jenkins: propagate setuptools
2019-10-10 15:24:38 +00:00
worldofpeace
dfe338e464
Merge pull request #70890 from worldofpeace/pantheon-no-lts-vala
...
pantheon: use latest vala
2019-10-10 15:18:38 +00:00
worldofpeace
feee41963e
pantheon: add vala alias
2019-10-10 11:17:40 -04:00
José Romildo Malaquias
408b55b28b
amber-theme: init at 3.34-1
2019-10-10 12:15:08 -03:00
worldofpeace
c0d5833156
scylladb: fix eval
2019-10-10 10:58:19 -04:00
worldofpeace
f4c4087cdf
pantheon.switchboard-plug-onlineaccounts: fix build
2019-10-10 10:53:44 -04:00
José Romildo Malaquias
f1930f6483
stilo-themes: 3.32-3 -> 3.34-1
2019-10-10 11:52:57 -03:00
worldofpeace
b9b1d9b620
pantheon.switchboard-plug-sharing: fix build
2019-10-10 10:49:20 -04:00
Florian Klink
06dc7cbd9b
python.pkgs.python-jenkins: propagate setuptools
...
It is used during runtime.
cc #68314
2019-10-10 16:48:13 +02:00
José Romildo Malaquias
344cf6547f
zuki-themes: 3.32-4 -> 3.34-1
2019-10-10 11:44:42 -03:00
worldofpeace
8b957f8359
pantheon.switchboard-plug-printers: fix build
2019-10-10 10:38:03 -04:00
worldofpeace
e55bd86e82
pantheon.switchboard-plug-keyboard: fix build
2019-10-10 10:37:51 -04:00
Eelco Dolstra
3ab3614e2b
nix: 2.3 -> 2.3.1
2019-10-10 16:23:33 +02:00
worldofpeace
21c127f7d0
pantheon.granite: fix build with latest vala
...
Still waiting for release #69052
2019-10-10 10:16:13 -04:00
Franz Pletz
f01ad3efde
Merge pull request #70817 from Enzime/update-nonfree-firmware
...
firmware-linux-nonfree: 2019-08-15 -> 2019-09-23
2019-10-10 14:13:55 +00:00
José Romildo Malaquias
88f33ceebf
plano-theme: 3.32-1 -> 3.34-1
2019-10-10 11:02:57 -03:00
Renaud
8b46dcb3db
Merge pull request #69773 from Talljoe/upgrade/leftwm
...
leftwm: 0.1.9 -> 0.1.10
2019-10-10 14:11:18 +02:00
Aaron Andersen
f878596559
Merge pull request #70010 from ajs124/fix/mariadb-connector-c-socket-path
...
mariadb-connector-c: fix socket path
2019-10-10 07:35:04 -04:00
Vladimír Čunát
3596c4c53c
Merge #70576 : scylladb: fix build under sandboxing
2019-10-10 12:38:07 +02:00
Mario Rodas
38070d58f4
Merge pull request #70697 from marsam/update-spotifyd
...
spotifyd: 0.2.18 -> 0.2.19
2019-10-10 05:00:03 -05:00
Renaud
4281dbce9e
Merge pull request #69911 from r-ryantm/auto-update/python3.7-python-rapidjson
...
python37Packages.python-rapidjson: 0.7.2 -> 0.8.0
2019-10-10 11:28:10 +02:00
Marek Mahut
5f9827f70e
Merge pull request #69860 from r-ryantm/auto-update/python3.7-limnoria
...
python37Packages.limnoria: 2019.02.23 -> 2019.09.08
2019-10-10 11:27:29 +02:00
Marek Mahut
6cc371c151
Merge pull request #69845 from r-ryantm/auto-update/python3.7-PyChromecast
...
python37Packages.PyChromecast: 3.2.3 -> 4.0.1
2019-10-10 11:26:22 +02:00
Marek Mahut
bb70a1cb7c
Merge pull request #69891 from r-ryantm/auto-update/python3.7-txtorcon
...
python37Packages.txtorcon: 19.0.0 -> 19.1.0
2019-10-10 11:26:05 +02:00
Marek Mahut
e3f38d52ca
Merge pull request #69896 from r-ryantm/auto-update/python3.7-sphinxcontrib-plantuml
...
python37Packages.sphinxcontrib_plantuml: 0.17 -> 0.17.1
2019-10-10 11:25:26 +02:00
Marek Mahut
de4b09b7f8
Merge pull request #70552 from r-ryantm/auto-update/barrier
...
barrier: 2.3.1 -> 2.3.2
2019-10-10 11:24:23 +02:00
Marek Mahut
d94d213f48
Merge pull request #70565 from r-ryantm/auto-update/dpic
...
dpic: 2016.01.12 -> 2019.08.30
2019-10-10 11:24:10 +02:00
Marek Mahut
11b26a37af
Merge pull request #70592 from r-ryantm/auto-update/geos
...
geos: 3.7.2 -> 3.7.3
2019-10-10 11:23:04 +02:00
Marek Mahut
c386d75282
Merge pull request #70664 from r-ryantm/auto-update/multipath-tools
...
multipath-tools: 0.8.2 -> 0.8.3
2019-10-10 11:22:46 +02:00
Marek Mahut
acd6f332eb
Merge pull request #70706 from r-ryantm/auto-update/pipewire
...
pipewire: 0.2.6 -> 0.2.7
2019-10-10 11:22:32 +02:00
Marek Mahut
19610dce34
Merge pull request #70790 from r-ryantm/auto-update/stellarium
...
stellarium: 0.19.1 -> 0.19.2
2019-10-10 11:21:55 +02:00
worldofpeace
bdb851ee2d
pantheon: use latest vala
...
elementary OS's ecosystem is curated around Ubuntu's LTS releases.
This means the development platform for their curated applications
always includes a LTS version of vala (in 18.04 it's 0.40).
Because of how vala development works it suspect some of these
applications to have serious issues if complied with the latest vala.
However in the past year or so, for Pantheon at least, I don't think
their applications will have much issues with latest vala, and if there
is I don't think they'd be difficult to fix. In this single regard they've
become more responsive since their preferred language is vala.
As for the curated applications I have less of this confidence in.
So I'd have to be accept less applications, but that's something
I'm willing to compromise on. And this is easily reversible or
could be done on a per-application basis. And nix already makes
this trivial.
2019-10-09 22:47:37 -04:00
Mario Rodas
ea79abaaa3
Merge pull request #70795 from r-ryantm/auto-update/tmatrix
...
tmatrix: 1.0 -> 1.1
2019-10-09 21:38:02 -05:00
Mario Rodas
79ec4bb3d3
Merge pull request #70791 from r-ryantm/auto-update/stgit
...
gitAndTools.stgit: 0.19 -> 0.20
2019-10-09 21:37:09 -05:00
Mario Rodas
e220ed84cb
Merge pull request #70808 from r-ryantm/auto-update/visualvm
...
visualvm: 1.4.3 -> 1.4.4
2019-10-09 21:33:05 -05:00
Mario Rodas
0fdd8bc09d
jtc: init at 1.74
2019-10-09 21:00:00 -05:00
Mario Rodas
257e7dac03
Merge pull request #70676 from r-ryantm/auto-update/pg_repack
...
postgresql11Packages.pg_repack: 1.4.4 -> 1.4.5
2019-10-09 20:52:57 -05:00
Robin Gloster
1f5fa9a829
Merge pull request #70867 from dotlambda/esphome-1.13.6
...
esphome: 1.12.2 -> 1.13.6
2019-10-09 23:56:09 +02:00
Marek Mahut
962195d977
Merge pull request #70839 from 1000101/master
...
oxidized: fix git-crypt dependency
2019-10-09 23:35:23 +02:00
Serge Bazanski
804d272970
evdevremapkeys: init at 0.1.0
2019-10-09 23:24:03 +02:00
Tim Steinbach
0e751e6655
oh-my-zsh: 2019-10-08 -> 2019-10-09
2019-10-09 17:19:57 -04:00
Dan Callahan
b0b0bb7e0b
mariadb: fix darwin build
...
We want to disable `PLUGIN_AUTH_PAM` when building:
1. `mariadb` on macOS.
2. `mariadb-client` on any platform
Unfortunately, the interaction of these two commits
6c97b0486c
7e43b4d0ae
created a situation where we disable it *twice* when building on macOS.
Once in a darwin-specific `prePatch` script, and again in the `patches`
section for client builds.
This removes the redundant `prePatch` script and conditionally applies
the patch to `mariadb` server builds on darwin.
Fixes #70835
2019-10-09 21:56:59 +01:00
Renaud
be5799ff69
Merge pull request #70785 from r-ryantm/auto-update/samplv1
...
samplv1: 0.9.9 -> 0.9.10
2019-10-09 22:52:54 +02:00
lewo
9bf8c96e6c
Merge pull request #70622 from r-ryantm/auto-update/LanguageTool
...
languagetool: 4.6 -> 4.7
2019-10-09 22:42:10 +02:00
worldofpeace
586208204e
Merge pull request #69576 from lilyball/macvim-no-chroot
...
macvim: Add sandboxProfile
2019-10-09 20:41:29 +00:00
worldofpeace
5883c59f76
Merge pull request #70880 from jtojnar/no-no-hot-corners
...
gnomeExtensions.nohotcorner: drop
2019-10-09 20:40:03 +00:00
lewo
8cff1c3a10
Merge pull request #70669 from geistesk/golangci-lint-v1.19.1
...
golangci-lint: 1.17.1 -> 1.20.0
2019-10-09 22:33:54 +02:00
lewo
252c7cf711
Merge pull request #70698 from r-ryantm/auto-update/poedit
...
poedit: 2.2.1 -> 2.2.4
2019-10-09 22:32:37 +02:00
lewo
191f28a0b7
Merge pull request #70855 from nlewo/hydra-cli-fix
...
hydra-cli: fix the cargoSha256 hash
2019-10-09 22:30:04 +02:00
Konrad Borowski
8e2c34c0b0
virtualbox: 6.0.10 -> 6.0.12
2019-10-09 22:14:57 +02:00
Jan Tojnar
59bb56a243
gnomeExtensions.nohotcorner: drop
...
It is part of GNOME 3.34
2019-10-09 22:09:16 +02:00
worldofpeace
646b519965
Merge pull request #70870 from jonringer/fix-slither-analyzer
...
pythonPackages.slither-analyzer: add setuptools
2019-10-09 18:19:02 +00:00
Johannes Schleifenbaum
8275ac3b59
mycli: 1.19.0 -> 1.20.1
2019-10-09 10:59:46 -07:00
Vladyslav M
32113d5554
sakura: 3.6.0 -> 3.7.0 ( #70611 )
...
sakura: 3.6.0 -> 3.7.0
2019-10-09 20:54:00 +03:00
Robert Schütz
2355cc13b9
python3.pkgs.pyhomematic: 0.1.59 -> 0.1.60
2019-10-09 10:33:35 -07:00
Jonathan Ringer
4ed9036e4b
pythonPackages.slither-analyzer: add setuptools
2019-10-09 10:16:59 -07:00
Mario Rodas
67323040e3
heroku: 7.27.1 -> 7.33.1
2019-10-09 10:14:02 -07:00
Dmitry Kalinkin
a7b3728c64
Merge pull request #70255 from eadwu/sourcehut/update-1
...
sourcehut.*: 2019.10.02
2019-10-09 12:50:58 -04:00
Antoine Eiche
0a7c50e0e0
hydra-cli: update the cargoSha256 hash
...
This might be related to the way cargo fetches sources since the old
hash still works on the original PR (before being rebased onto master by
the merge action).
See
- https://github.com/NixOS/nixpkgs/pull/67680
- https://hydra.nixos.org/build/102205464/nixlog/2
2019-10-09 18:29:18 +02:00
Ryan Mulligan
4aac0e422f
Merge pull request #70711 from r-ryantm/auto-update/python3.7-braintree
...
python37Packages.braintree: 3.56.0 -> 3.57.1
2019-10-09 09:27:08 -07:00
Renaud
a07a926c04
Merge pull request #69984 from r-ryantm/auto-update/tintin
...
tintin: 2.01.8 -> 2.01.90
2019-10-09 18:21:22 +02:00
Renaud
c742163768
Merge pull request #69990 from r-ryantm/auto-update/x42-plugins
...
x42-plugins: 20190714 -> 20190820
2019-10-09 18:15:25 +02:00
Renaud
7899b5be55
Merge pull request #70190 from hkjn/20191001-ledgerblue-0.1.29
...
pythonPackages.ledgerblue: 0.1.28 -> 0.1.29
2019-10-09 18:09:58 +02:00
Michael Weiss
bd16602cb9
gitRepo: 1.13.6 -> 1.13.7
2019-10-09 18:02:22 +02:00
Renaud
0047d6795a
Merge pull request #70245 from juaningan/pysonos
...
python3Packages.pysonos: 0.0.22 -> 0.0.23
2019-10-09 17:59:17 +02:00
Robert Schütz
7ab21ef4eb
esphome: 1.12.2 -> 1.13.6
2019-10-09 17:46:00 +02:00
Wael Nasreddine
9dc7b25eaa
termite: passthru vte-ng ( #70776 )
2019-10-09 08:42:59 -07:00
Robin Gloster
d6d4a6b456
Merge pull request #70845 from BenBals/master
...
Geogebra: 5.0.535 -> 5.0.560
2019-10-09 17:36:35 +02:00
David Guibert
18b5ca29f5
inxi: enable json output
...
Before this patch:
$ inxi --output json --output-file output.json $additional_args
Error 80: The required json Perl module is not installed:
Cpanel::JSON::XS OR JSON::XS
See --recommends for more information.
With this patch, it works as expected:
$ inxi --output json --output-file output.json $additional_args
Writing JSON data to: output.json
Data written successfully.
2019-10-09 08:30:56 -07:00
Robert Schütz
164c0a29ee
python.pkgs.py3status: propagate setuptools
...
`pkg_resources` is imported since
cf26a686fb
.
2019-10-09 08:30:15 -07:00
Robert Schütz
395cdd7d4c
dovecot_pigeonhole: 0.5.7.2 -> 0.5.8
...
https://dovecot.org/pipermail/dovecot-news/2019-October/000420.html
2019-10-09 17:09:47 +02:00
Robert Schütz
5f03f32fa6
dovecot: 2.3.7.2 -> 2.3.8
...
https://dovecot.org/pipermail/dovecot-news/2019-October/000419.html
2019-10-09 17:08:50 +02:00
Nikita Uvarov
8627cc58ba
rtags: 2.16 -> 2.34
2019-10-09 08:02:39 -07:00
Marek Mahut
dc9757bd63
Merge pull request #70842 from mmahut/jormungandr
...
jormungandr: 0.5.5 -> 0.5.6
2019-10-09 16:58:50 +02:00
Vladimír Čunát
de513680c5
scylladb: remove the "broken" mark, add "big-parallel"
...
The build is really CPU-intensive, and requires around
2 * --cores GiB RAM.
2019-10-09 16:54:03 +02:00
Franz Pletz
f024e7b769
Merge pull request #67890 from mguentner/mxisd_ma1sd
...
mxisd: 1.4.5 -> 1.4.6 ☺ ma1sd: init at 2.1.1
2019-10-09 14:36:56 +00:00
Milan Pässler
ff0148d868
nixos/nginx: use mailcap mime.types
...
The mime type definitions included with nginx are very incomplete, so
we use a list of mime types from the mailcap package, which is also
used by most other Linux distributions by default.
2019-10-09 14:20:40 +00:00
Renaud
015e3edd24
Merge pull request #70397 from doronbehar/update-qtutilities
...
qtutilities: 6.0.0 -> 6.0.1
2019-10-09 16:03:29 +02:00
Renaud
1544d7df69
Merge pull request #70496 from illegalprime/libphonenumber-8.10.20
...
libphonenumber: 8.9.9 -> 8.10.20
2019-10-09 15:07:56 +02:00
Luz
ec13398cdf
librepcb: 0.1.0 -> 0.1.2 ( #70538 )
...
* Update to new source
* Fix message 'xcb plugin not found'
2019-10-09 14:59:48 +02:00
Vladimír Čunát
d16545fc95
Merge branch 'master'
2019-10-09 14:38:46 +02:00
Vladimír Čunát
44511d2739
opencpn: remove the "broken" mark, as it builds now
2019-10-09 14:25:55 +02:00
Vladimír Čunát
61273bc672
Merge branch 'master'
2019-10-09 14:24:04 +02:00
Renaud
dbf21775d4
Merge pull request #70527 from Izorkin/nginx-unit
...
unit: 1.11.0 -> 1.12.0
2019-10-09 13:58:44 +02:00
Renaud
7a82ed50b3
Merge pull request #70564 from r-ryantm/auto-update/distgen
...
distgen: 1.3 -> 1.4
2019-10-09 13:47:07 +02:00
Renaud
d8aae81885
Merge pull request #70599 from r-ryantm/auto-update/hebcal
...
hebcal: 4.18 -> 4.19
2019-10-09 13:43:53 +02:00
R. RyanTM
8a7f358c74
aespipe: 2.4e -> 2.4f ( #70547 )
...
* aespipe: 2.4e -> 2.4f
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aespipe/versions
* aespipe: enable Padlock and AES-NI
2019-10-09 13:42:10 +02:00
markuskowa
eb7ecd3b6f
Merge pull request #70849 from markuskowa/upd-openmpi
...
openmpi: 4.0.1 -> 4.0.2
2019-10-09 13:28:14 +02:00
Jörg Thalheim
aa22903f1b
libtermkey: 0.20 -> 0.22 ( #59570 )
...
libtermkey: 0.20 -> 0.22
2019-10-09 12:17:20 +01:00
Markus Kowalewski
9b04b8cf2b
openmpi: 4.0.1 -> 4.0.2
...
removed upstream patch
2019-10-09 12:32:51 +02:00
Andreas Rammhold
c1c9758e7c
Merge pull request #70815 from r-ryantm/auto-update/libyaml-cpp
...
libyamlcpp: 0.6.2 -> 0.6.3
2019-10-09 12:03:20 +02:00
Ben Justus Bals
911d5d59ec
Geogebra: 5.0.535 -> 5.0.560
2019-10-09 11:59:46 +02:00
Marek Mahut
bfa72ae587
jormungandr: 0.5.5 -> 0.5.6
2019-10-09 11:25:30 +02:00
Peter Simons
5384da4e69
Merge pull request #70515 from peti/t/update-to-gfortran8
...
gfortran: use version 8 by default to match our C and C++ compiler
2019-10-09 10:52:26 +02:00
Jan Hrnko
a3fe055666
oxidized: fix gitcrypt dependencies
2019-10-09 10:06:20 +02:00
Elis Hirwing
e904777dc9
Merge pull request #70756 from r-ryantm/auto-update/python3.7-voluptuous-serialize
...
python37Packages.voluptuous-serialize: 2.2.0 -> 2.3.0
2019-10-09 09:39:36 +02:00
Elis Hirwing
79852ae24a
Merge pull request #70777 from kolaente/update/gitea-1.9.4
...
gitea: 1.9.3 -> 1.9.4
2019-10-09 09:34:45 +02:00
markuskowa
e92e170692
Merge pull request #70773 from r-ryantm/auto-update/rdma-core
...
rdma-core: 25.0 -> 26.0
2019-10-09 09:29:18 +02:00
Vladyslav M
6dc7f20f85
hexyl: 0.5.1 -> 0.6.0 ( #70800 )
...
hexyl: 0.5.1 -> 0.6.0
2019-10-09 10:08:03 +03:00
Vladimír Čunát
d8218de5c5
go: apply upstream patch
...
This should fix the tests almost always failing on Hydra for i686.
2019-10-09 08:41:19 +02:00
Marco Maggesi
bf56c15695
hol_light: 2019-03-27 -> 2019-10-06
2019-10-09 06:13:48 +00:00
Jaka Hudoklin
aef0e13d26
Merge pull request #70816 from r-ryantm/auto-update/yarn
...
yarn: 1.17.3 -> 1.19.0
2019-10-09 08:10:03 +02:00
Michael Raskin
b0bd8f85b0
Merge pull request #70814 from dylex/xscreensaver
...
xscreensaver: update hash to match source
2019-10-09 05:44:34 +00:00
Tor Hedin Brønner
a66adfcc5b
gnome3.gnome-shell: 3.34.0 -> 3.34.1
2019-10-09 04:56:48 +02:00
Tor Hedin Brønner
47f4abc49b
gnome3.mutter: 3.34.0 -> 3.34.1
2019-10-09 04:56:04 +02:00