Doron Behar
0bd4aa02d1
sccache: 0.2.9 -> 0.2.10
2019-08-12 11:56:22 +03:00
WilliButz
c28ded36ef
nixos/prometheus-blackbox-exporter: add config check
2019-08-12 10:53:00 +02:00
WilliButz
dcc12cea9f
prometheus-blackbox-exporter: 0.12.0 -> 0.14.0, run tests
...
Also added myself as maintainer.
2019-08-12 10:53:00 +02:00
WilliButz
a8847c870a
nixos/rename: add prometheus2 change
2019-08-12 10:42:29 +02:00
WilliButz
543f219b30
nixos/prometheus: replace 'alertmanagerURL' options for prometheus2
...
Prometheus2 does no longer support the command-line flag to specify
an alertmanager. Instead it now supports both service discovery and
configuration of alertmanagers in the alerting config section.
Simply mapping the previous option to an entry in the new alertmanagers
section is not enough to allow for complete configurations of an
alertmanager.
Therefore the option alertmanagerURL is no longer used and instead
a full alertmanager configuration is expected.
2019-08-12 10:42:28 +02:00
Doron Behar
ea955cb28f
pdfcpu: 0.2.2 -> 0.2.3
2019-08-12 11:16:39 +03:00
zimbatm
a0a0106f59
pre-commit: 1.17.0 -> 1.18.1
2019-08-12 09:34:23 +02:00
Sascha Grunert
965f869e59
conmon: 0.3.0 -> 2.0.0
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-08-12 09:02:15 +02:00
Emily
a010a7b665
git-revise: init at 0.4.2
...
A flexible and fast alternative to `git commit --amend`/`git rebase`.
See also:
* https://mystor.github.io/git-revise.html
* https://lobste.rs/s/5gdnrt/introducing_git_revise
* https://git-revise.readthedocs.io/en/latest/
2019-08-11 22:58:39 -07:00
Jonathan Ringer
7d8d9e4799
libpinyin: 2.1.91 -> 2.3.0
2019-08-11 22:00:17 -07:00
Niklas Hambüchen
cd6033ba97
fetchurl: Make it overridable.
...
This provides a workaround for #66499 , because this way
https://github.com/NixOS/nixpkgs/issues/66499#issuecomment-520277782
self: super: {
fetchurl = super.fetchurl.override (old: {
curl = old.curl.override {
gssSupport = false;
# ...
};
});
}
works as expected.
2019-08-12 06:51:05 +02:00
worldofpeace
3ea6859512
Merge pull request #66504 from tadeokondrak/discord-0.0.91
...
discord-canary: 0.0.85 -> 0.0.91
2019-08-11 22:52:35 -04:00
worldofpeace
bc0f60ff1c
Merge pull request #66389 from erictapen/scribus-1.5.5
...
scribusUnstable: 2019-01-16 -> 1.5.5
2019-08-11 22:49:05 -04:00
worldofpeace
e9e165fa23
Merge pull request #66449 from delroth/no-ibus-qt
...
nixos/ibus: do not default-install ibus-qt
2019-08-11 22:41:02 -04:00
worldofpeace
ee877d7b19
Merge pull request #66497 from emilazy/add-stm32loader
...
stm32loader: init at 0.5.0
2019-08-11 22:31:07 -04:00
Jonathan Ringer
58fb551cc6
libetpan: 1.8 -> 1.9.3
2019-08-11 19:29:58 -07:00
Tadeo Kondrak
e836d29f52
discord-canary: 0.0.85 -> 0.0.91
2019-08-11 20:21:25 -06:00
worldofpeace
d73cca7808
Merge pull request #66435 from lightbulbjim/sigil-wrapping
...
sigil: use qt5's mkDerivation
2019-08-11 22:17:02 -04:00
Dmitry Kalinkin
34224c7ba0
Merge pull request #66117 from veprbl/pr/hepmc_2_06_10
...
hepmc: 2.06.09 -> 2.06.10
2019-08-11 22:16:16 -04:00
Emily
42e55dbe9a
stm32loader: init at 0.5.0
2019-08-11 18:46:33 -07:00
Emily
51bfd931ed
maintainers: add emily
2019-08-11 18:26:46 -07:00
Herwig Hochleitner
ac2eb3151d
emacsPackages.melpaPackages: fix cmake-mode
2019-08-12 02:54:45 +02:00
Herwig Hochleitner
ff79e9dad2
steam: fix for screeps
2019-08-12 02:52:51 +02:00
Herwig Hochleitner
9acdab85e2
steam: add /lib32 and /lib64 to ldpath in chroot
2019-08-12 02:52:51 +02:00
Herwig Hochleitner
47824cdf4d
stdenv: document dontFixup
2019-08-12 02:52:31 +02:00
Herwig Hochleitner
6a76eb087f
systemtap: 4.0 -> 4.1
2019-08-12 02:51:49 +02:00
Maximilian Bosch
4ed6d362c0
Merge pull request #66403 from volth/patch-356
...
scala_2_12: 2.12.8 -> 2.12.9
2019-08-12 02:33:05 +02:00
Silvan Mosberger
bb77bbd3a0
Fix ofborg eval ( #66495 )
...
Fix ofborg eval
2019-08-12 01:19:28 +02:00
Silvan Mosberger
aa26fbfcbe
syncthing-gtk: gdk_pixbuf -> gdk-pixbuf
2019-08-12 01:02:06 +02:00
Silvan Mosberger
f5c793ecb4
haskellPackages: Unmark hpack, pantry and http-download as broken
...
Fixes evaluation of stack
2019-08-12 01:00:24 +02:00
Lassulus
612871e2ec
Merge pull request #66375 from emmanuelrosa/syncthing-1.2.1
...
syncthing: 1.1.4 -> 1.2.1
2019-08-12 00:22:25 +02:00
worldofpeace
bddce34e49
Merge pull request #66478 from aanderse/nylas-mail
...
nylas-mail-bin: drop package which is no longer supported upstream
2019-08-11 17:52:26 -04:00
Aaron Andersen
26f128c1af
nylas-mail-bin: drop package which is no longer supported upstream
2019-08-11 17:44:05 -04:00
Danylo Hlynskyi
329fa4b01e
Merge pull request #66401 from eadwu/postgresql/fix-quoted-query
...
nixos/postgresql: fix quoted queries
2019-08-11 22:46:50 +03:00
Niklas Hambüchen
bda6618bb6
zlib: Add comments regarding static/shared linking.
...
The main explanation was taken from commit:
e999def1
zlib: clean up static/shared distincion
The `SHARED_MODE=1` bit was originally introduced in commit:
0bfc84b0
Cross-compile zlib for Windows
2019-08-11 21:32:22 +02:00
Peter Simons
208aad4691
Merge pull request #66468 from NixOS/haskell-updates
...
LTS Haskell 14.0
2019-08-11 20:50:50 +02:00
Peter Simons
44afe30245
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.4-5-g57efca0 from Hackage revision
f44d65d7f8
.
2019-08-11 20:48:10 +02:00
Peter Simons
57343fb703
haskell-pantry: disable test suite to fix the build
2019-08-11 20:48:10 +02:00
Peter Simons
3b19d7de6a
haskell-http-download: disable test suite to fix the build
2019-08-11 20:48:10 +02:00
Peter Simons
c4d321494e
haskell-hpack: disable the test suite to avoid build failures
2019-08-11 20:48:10 +02:00
Peter Simons
f2787c2af9
haskell-hsdev: drop broken overrides that no longer succeed
2019-08-11 20:48:10 +02:00
Peter Simons
ca171ca0fa
haskell-hlint: add version overrides to fix the build
2019-08-11 20:48:10 +02:00
Peter Simons
35c6087e37
haskell-text & parsec: fix version overrides for ghc-8.2.x
2019-08-11 20:48:10 +02:00
Peter Simons
a76bd39c64
haskell-cryptol: drop obsolete version overrides
2019-08-11 20:48:10 +02:00
Peter Simons
3cbe376b37
haskell-llvm-hs: drop obsolete version overrides
2019-08-11 20:48:10 +02:00
Peter Simons
79a149e051
hackage2nix: update list of broken builds
2019-08-11 20:48:10 +02:00
Peter Simons
fcd3115ef6
haskell-stack: drop obsolete version overrides
2019-08-11 20:48:09 +02:00
Peter Simons
c3941614d2
haskell-network-bsd: fix the build
2019-08-11 20:48:09 +02:00
Peter Simons
bfb9f66427
haskell-ip: drop obsolete override
2019-08-11 20:48:09 +02:00
Peter Simons
82feb71d0f
haskell-butcher: drop obsolete override
2019-08-11 20:48:09 +02:00