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
worldofpeace
1169336cd9
Merge pull request #70448 from worldofpeace/lightdm-improve-systemd
...
nixos/lightdm: improve systemd service
2019-10-09 21:22:19 +00: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
Dima
0ad35ab3ad
aws-sdk-cpp: fixing hydra build
...
Removing debug info to fix hydra build.
The debug symbols alone are around ~1.8GB in size, which
makes the closure combined with the other two outputs
too large.
2019-10-09 22:48:12 +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
wodim
c5daa2cb3b
Fix typo
2019-10-09 20:42:36 +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
worldofpeace
b0f50efd3b
Merge pull request #70873 from worldofpeace/rl-notes-19.09-fixup
...
rl-1909: brief package version changes
2019-10-09 18:14:34 +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
worldofpeace
f853bb4369
rl-1909: brief package version changes
2019-10-09 13:51:44 -04: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