Commit Graph

116674 Commits

Author SHA1 Message Date
Gabriel Ebner
640d0784f0
Merge pull request #37007 from ryantm/auto-update/hwdata
hwdata: 0.309 -> 0.310
2018-03-18 12:05:01 +01:00
Gabriel Ebner
7072d11391
Merge pull request #37194 from ryantm/auto-update/gp2c
gp2c: 0.0.10 -> 0.0.10pl1
2018-03-18 12:04:08 +01:00
Gabriel Ebner
9538a1179b
Merge pull request #37081 from ryantm/auto-update/poco
poco: 1.8.1 -> 1.9.0
2018-03-18 11:57:12 +01:00
Jörg Thalheim
bba3cfc516
Merge pull request #37127 from thefloweringash/update-vboot-refrence
vboot_reference: 20171023 -> 20180311
2018-03-18 10:57:07 +00:00
Jörg Thalheim
da3447644c
Merge pull request #37223 from ryantm/auto-update/mkdocs
mkdocs: 0.17.2 -> 0.17.3
2018-03-18 10:55:15 +00:00
Gabriel Ebner
d49caee27b
Merge pull request #36997 from ryantm/auto-update/grib-api
grib-api: 1.24.0 -> 1.26.0
2018-03-18 11:53:51 +01:00
Sébastien Maccagnoni
c0866e1990 calaos_installer: init at 3.1 2018-03-18 11:53:41 +01:00
Jörg Thalheim
fc0a5f4cb7
Merge pull request #37209 from enolan/upgrade-workrave
workrave: 1.10.7 -> 1.10.20
2018-03-18 10:50:22 +00:00
Jörg Thalheim
87ddeaa1b0
Merge pull request #37255 from ryantm/auto-update/ace
ace: 6.4.6 -> 6.4.7
2018-03-18 10:47:02 +00:00
Gabriel Ebner
83d9283b87
Merge pull request #37277 from ryantm/auto-update/cifs-utils
cifs-utils: 6.7 -> 6.8
2018-03-18 11:46:42 +01:00
Robert Schütz
bd3280fbae pythonPackages.python-ctags3: init at 1.2.4 2018-03-18 11:46:37 +01:00
Gabriel Ebner
9bb679aa63
Merge pull request #37286 from ryantm/auto-update/exempi
exempi: 2.4.4 -> 2.4.5
2018-03-18 11:43:09 +01:00
Matthew Bauer
84f3c068df languagetool: 3.9 -> 4.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/q7ycrljxhd7pbkgvbhsh8fz4496x798n-LanguageTool-4.0/bin/languagetool-commandline --version` and found version 4.0
- found 4.0 with grep in /nix/store/q7ycrljxhd7pbkgvbhsh8fz4496x798n-LanguageTool-4.0
2018-03-18 10:32:03 +00:00
volth
10be0615c8
xnbd: do not build html docs 2018-03-18 10:30:13 +00:00
Jörg Thalheim
4d7c1cd8c8
Merge pull request #37200 from ryantm/mattermost
mattermost: 4.7.2 -> 4.8.0
2018-03-18 10:28:20 +00:00
Jörg Thalheim
c3535901c3 python.pkgs.pushover: tests exists, but require network 2018-03-18 10:05:24 +00:00
Yurii Rashkovskii
c99a2da0bf
mmark: init at 1.3.6 2018-03-18 17:02:20 +07:00
Vladimír Čunát
214016c118
Merge #37264: archiveopteryx: fix build w/gcc7 2018-03-18 11:01:41 +01:00
Andreas Rammhold
2bbd1d9eb5
Merge pull request #37208 from taku0/firefox-bin-59.0.1
firefox, firefox-bin: 59.0 -> 59.0.1,  firefox-esr: 52.7.1esr -> 52.7.2esr  [Critical security fixes]
2018-03-18 10:47:17 +01:00
Jörg Thalheim
de4d861d6d
Merge pull request #37270 from xeji/p/heapster
heapster: fix build
2018-03-18 09:43:11 +00:00
Jörg Thalheim
5ca797c72c
Merge pull request #37306 from svsdep/gnome-3-timepp
gnomeExtensions.timepp: init at 2018.03.17
2018-03-18 09:35:59 +00:00
Maximilian Bosch
23e6689578
pythonPackages.thumbor: 6.3.2 -> 6.4.2; fix build
Origianlly the package was broken as bumping `pythonPackages.pillow` to
5.x broke `thumbor`. The latest upstream version `6.4.2` solved this
issue, so a simple package bump was sufficient.

Furthermore the following changes were made:

- moved the expression into its own file
- added myself as maintainer in case of any further breackage
- re-enabled python3 build: 6.4.2 is fine with python3, however the
  `futures` dependency can't be satisfied anymore as it's part of
  Python3. Therefore a patch for `setup.py` will be applied for Python3
  buildsto drop the dependency

Note: the testsuite is disabled for now as several impure tests are done
and our testing environment seems to be unable to work the with the
natively compiled python modules properly.

Therefore I tested the module using the following expression:

``` nix
with import ./. {};

stdenv.mkDerivation {
  name = "thumbor-test";
  src = null;
  buildInputs = [ python pythonPackages.thumbor ];
}
```

Inside this nix shell `thumbor` works fine and the native modules can be
imported.

See https://hydra.nixos.org/build/71062729/log
See ticket #36453
2018-03-18 10:31:59 +01:00
Vladimír Čunát
bbe8c1e593
tremor: rename according to our docs
https://nixos.org/nixpkgs/manual/#sec-package-naming
I forgot to include this commit in the parent merge.
2018-03-18 10:31:15 +01:00
Vasyl Solovei
66d2ec52e7 gnomeExtensions.timepp: init at 2018.03.17 2018-03-18 11:28:48 +02:00
Vladimír Čunát
65cf335715
Merge #37267: libvorbis, tremor: CVE-2018-5146 updates + SDL build impurity. 2018-03-18 10:23:17 +01:00
Robert Schütz
b96fa84bbf
Merge pull request #35347 from Ma27/package-chkcrontab
chkcrontab: init at 1.7
2018-03-18 10:22:54 +01:00
Vladimír Čunát
488ef9a7a0
SDL: avoid cryptic error from /bin/sh impurity 2018-03-18 10:17:57 +01:00
Jörg Thalheim
a5551103b5
Merge pull request #37298 from veprbl/pyslurm_bump
pyslurm: 20171102 -> 20170302 to fix after slurm bump
2018-03-18 09:13:58 +00:00
Jörg Thalheim
eb3b45fca7
Merge pull request #37293 from peterhoeg/p/po
pythonPackages.pushover: init at 0.3
2018-03-18 09:03:41 +00:00
Jörg Thalheim
3336a7b8ac python.pkgs.pushover: there are no tests 2018-03-18 09:02:55 +00:00
Michael Brantley
9495c9218c
perlPackages.PkgConfig: init at 0.19026 2018-03-18 09:48:21 +01:00
Michael Brantley
2d8a8080eb
perlPackages.ConfigIniFiles: init at 2.94 2018-03-18 09:41:34 +01:00
Jörg Thalheim
9765381b58
Merge pull request #37280 from tazjin/chore/bump-kontemplate-v1.4.0
kontemplate: 1.3.0 -> 1.4.0
2018-03-18 08:33:59 +00:00
Jörg Thalheim
d5c077b109 telegraf: 1.5.1 -> 1.5.3 2018-03-18 08:31:54 +00:00
lewo
782fbc6cfd
Merge pull request #37035 from rdnetto/master
bar: init at version 1.11.1
2018-03-18 09:23:46 +01:00
lewo
eb9b367628
Merge pull request #36803 from vdemeester/update-docker-machine-0140
docker-machine: 0.13.0 -> 0.14.0
2018-03-18 09:23:05 +01:00
lewo
1e756b7022
Merge pull request #36801 from vdemeester/update-doctl-172
doctl: 1.5.0 -> 1.7.2
2018-03-18 09:22:39 +01:00
Michael Raskin
71ab6b3d09
Merge pull request #37279 from ryantm/auto-update/eigen
eigen: 3.3.3 -> 3.3.4
2018-03-18 08:06:43 +00:00
Michael Raskin
3a9bdaa848
Merge pull request #37285 from symphorien/gosmore
gosmore: fix build with gcc7
2018-03-18 08:06:09 +00:00
Ryan Mulligan
6cd68c2ad9 autofs: 5.1.3 -> 5.1.4
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/wbax6msw4jcf95a3b56rgb5qyy08v3gb-autofs-5.1.4/bin/automount -h` got 0 exit code
- ran `/nix/store/wbax6msw4jcf95a3b56rgb5qyy08v3gb-autofs-5.1.4/bin/automount --help` got 0 exit code
- ran `/nix/store/wbax6msw4jcf95a3b56rgb5qyy08v3gb-autofs-5.1.4/bin/automount -V` and found version 5.1.4
- ran `/nix/store/wbax6msw4jcf95a3b56rgb5qyy08v3gb-autofs-5.1.4/bin/automount --version` and found version 5.1.4
- ran `/nix/store/wbax6msw4jcf95a3b56rgb5qyy08v3gb-autofs-5.1.4/bin/automount -h` and found version 5.1.4
- ran `/nix/store/wbax6msw4jcf95a3b56rgb5qyy08v3gb-autofs-5.1.4/bin/automount --help` and found version 5.1.4
- found 5.1.4 with grep in /nix/store/wbax6msw4jcf95a3b56rgb5qyy08v3gb-autofs-5.1.4
- directory tree listing: https://gist.github.com/419a24d78045772aea1e7ca68b950f1f
2018-03-18 09:04:03 +01:00
Frederik Rietdijk
7157404151
Merge pull request #37304 from yrashk/xml2rfc
xml2rfc: init at 2.9.6
2018-03-18 08:50:47 +01:00
Yurii Rashkovskii
3315a549bf
xml2rfc: init at 2.9.6 2018-03-18 14:44:57 +07:00
Yuriy Taraday
691fe19db9 lkl: 2017-11-10 -> 2018-03-10
Bump lkl version to latest that includes merge of Linux 4.15 and fix for
an issue where cptofs wasn't returning failure when image size was too
small and file copying failed with:

  error writing file: No space left on device

(see lkl/linux#427)
2018-03-18 08:38:26 +02:00
Dmitry Kalinkin
8b1fba582a pyslurm: 20171102 -> 20170302 to fix after slurm bump 2018-03-18 01:14:24 -04:00
Peter Hoeg
453a60ed95
Merge pull request #37243 from ryantm/auto-update/usb-modeswitch-data
usb-modeswitch-data: 20170205 -> 20170806
2018-03-18 12:19:56 +08:00
Peter Hoeg
e1080b0d43 home-assistant: support pushover 2018-03-18 12:16:27 +08:00
Peter Hoeg
1b129b0b54 pythonPackages.pushover: init at 0.3 2018-03-18 12:16:27 +08:00
Shea Levy
8b097fc7f6
release-small.nix: Fix evaluation error 2018-03-17 21:57:44 -04:00
Shea Levy
30d208ed5e
mcron: Fix missing libtool dependency 2018-03-17 21:50:02 -04:00
Ryan Mulligan
34682ddc49 exempi: 2.4.4 -> 2.4.5
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.4.5 with grep in /nix/store/l4nmjlanshgdwrh95g1h0714zcm1kk3z-exempi-2.4.5
- directory tree listing: https://gist.github.com/2d437e9ea408cfda7abaa772865a0b82
2018-03-17 17:22:14 -07:00
Thorsten Weber
ef83f9ed39 slic3r-prusa3d: 1.38.7 -> 1.39.1 2018-03-18 00:52:46 +01:00
Symphorien Gibol
d6aff3d65b gosmore: fix build with gcc7 2018-03-18 00:48:36 +01:00
Ryan Mulligan
8ccd09879b eigen: 3.3.3 -> 3.3.4
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.3.4 with grep in /nix/store/q5xnlq781hvj0skjlhnb1qw1k69pf048-eigen-3.3.4
- directory tree listing: https://gist.github.com/d83ce54c91cb6ecf3fd3eb94b666357f
2018-03-17 16:16:13 -07:00
Vincent Ambo
e7c1817522 kontemplate: 1.3.0 -> 1.4.0
* Update to the latest release version
* Use deps.nix from upstream repository to ensure nixpkgs-built
  kontemplate is functionally equivalent to upstream releases
* extend meta attributes with long-form description
2018-03-18 00:16:03 +01:00
Jörg Thalheim
856bbf010a
Merge pull request #37273 from MichielDerhaeg/spotify
spotify: 1.0.69.336.g7edcc575-39 -> 1.0.72.117.g6bd7cc73-35
2018-03-17 23:15:58 +00:00
Pascal Wittmann
26db7314c8
opkg: 0.3.5 -> 0.3.6 2018-03-17 23:47:38 +01:00
Pascal Wittmann
b10d9ab6d2
Merge pull request #37278 from ryantm/auto-update/datamash
datamash: 1.2 -> 1.3
2018-03-17 23:39:32 +01:00
Ryan Mulligan
0724300b53 datamash: 1.2 -> 1.3
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/chqcg1al11i9hbk156k4dsn8rnigwiap-datamash-1.3/bin/datamash --help` got 0 exit code
- ran `/nix/store/chqcg1al11i9hbk156k4dsn8rnigwiap-datamash-1.3/bin/datamash --version` and found version 1.3
- ran `/nix/store/chqcg1al11i9hbk156k4dsn8rnigwiap-datamash-1.3/bin/datamash --help` and found version 1.3
- found 1.3 with grep in /nix/store/chqcg1al11i9hbk156k4dsn8rnigwiap-datamash-1.3
- directory tree listing: https://gist.github.com/0a3f8ea7a3daa6dd6ff2888a8298d6f7
2018-03-17 15:26:11 -07:00
Ryan Mulligan
b57b1d1a2e cifs-utils: 6.7 -> 6.8
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/55ryin1a2l4h78wka5k55b223mhsv4ah-cifs-utils-6.8/bin/cifs.upcall -v` and found version 6.8
- ran `/nix/store/55ryin1a2l4h78wka5k55b223mhsv4ah-cifs-utils-6.8/bin/cifs.upcall --version` and found version 6.8
- found 6.8 with grep in /nix/store/55ryin1a2l4h78wka5k55b223mhsv4ah-cifs-utils-6.8
- directory tree listing: https://gist.github.com/97fa73e76891fadb3a329476169aa13c
2018-03-17 14:55:09 -07:00
Daiderd Jordan
6da3ba48a7
gargoyle: fix darwin build
/cc ZHF #36454
2018-03-17 22:16:37 +01:00
Echo Nolan
5b0985d055 workrave: fix alert sounds by including the right GST plugins 2018-03-17 13:31:45 -07:00
Peter Simons
54c1ca5fe9 haskell-xmonad: patch to fix the build with ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
13b154aee4 haskell-data-inttrie: patch to fix the build with ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
b8ab77c1f0 haskell-th-printf: jailbreak to fix the build with ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
c044a82caf haskell-json: patch to fix the build with ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
148646e630 haskell-matrix: override to latest version for ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
93d241e3dd haskell-timezone-olson: override to latest version for ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
7d5a69c265 haskell-GenericPretty: drop obsolete override for ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
8848a95575 haskell-boxes: drop obsolete override for ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
cedf31b04a haskell-brick: override to latest version to fix build with ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
84bd9be9ce haskell-cabal2spec: fix build with ghc-8.2.x 2018-03-17 21:16:49 +01:00
Peter Simons
69c7aabbf8 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.1-1-g63041e4 from Hackage revision
f91c8f61e9.
2018-03-17 21:16:49 +01:00
Peter Simons
03cae069fe haskell-pandoc: use current git version when building with ghc-8.4.x 2018-03-17 21:16:48 +01:00
Peter Simons
bb6b99287b cabal2nix: drop obsolete overrides for ghc-8.4.x 2018-03-17 21:16:48 +01:00
Peter Simons
3c978a82ca haskell-doctemplates: drop obsolete override for ghc-8.4.x 2018-03-17 21:16:48 +01:00
Peter Simons
b59905bfe4 haskell-conduit: use latest version when compiling with ghc-8.4.x 2018-03-17 21:16:48 +01:00
Peter Simons
e772848b44 haskell-tasty: drop obsolete override for ghc-8.4.x 2018-03-17 21:16:48 +01:00
Peter Simons
6a71804bea hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.1 from Hackage revision
04b554ad3b.
2018-03-17 21:16:48 +01:00
Robert Schütz
6d3232f7aa
Merge pull request #37247 from Ma27/fix-tablib
pythonPackages.tablib: fix build
2018-03-17 20:45:15 +01:00
lewo
5720286e47
Merge pull request #36900 from rnhmjoj/noteshrink
noteshrink: init at 0.1.1
2018-03-17 20:32:37 +01:00
Michael Raskin
30af8ab720
Merge pull request #37263 from ryantm/auto-update/apache-jena-fuseki
apache-jena-fuseki: 3.5.0 -> 3.6.0
2018-03-17 19:30:42 +00:00
Michael Raskin
85531d4ff9
Merge pull request #37259 from ryantm/auto-update/allegro
allegro: 5.2.3.0 -> 5.2.4.0
2018-03-17 19:30:11 +00:00
lewo
cb735c3961
Merge pull request #37034 from ryantm/auto-update/liblouis
liblouis: 3.4.0 -> 3.5.0
2018-03-17 20:18:12 +01:00
lewo
25164061e7
Merge pull request #37089 from ryantm/auto-update/redir
redir: 3.1 -> 3.2
2018-03-17 20:11:01 +01:00
xeji
690939730a heapster: fix build
fetchFromGitHub returned a different sha256 for the same revision
2018-03-17 20:00:48 +01:00
Daiderd Jordan
1798563e62
libconfuse: fix tests on darwin
/cc ZHF #36454
2018-03-17 19:40:59 +01:00
lewo
226826225f
Merge pull request #37140 from ryantm/auto-update/vnstat
vnstat: 1.17 -> 1.18
2018-03-17 19:35:15 +01:00
Robert Schütz
cc305174e2 pythonPackages.scikitlearn: disable doctests
fixes https://github.com/NixOS/nixpkgs/issues/35436
2018-03-17 19:35:03 +01:00
lewo
387cbb1e4c
Merge pull request #37242 from ryantm/auto-update/redis
redis: 4.0.7 -> 4.0.8
2018-03-17 19:31:56 +01:00
Andreas Rammhold
c89ec027eb
tremor: svn-17866 -> git-562307a
This updates tremor to a newer version and it's new home in a git
repository. It hasn't been updated since 2011 and is used as a build
input for other packages.

Also fixes CVE-2018-5146 [1].

[1] http://seclists.org/oss-sec/2018/q1/243
2018-03-17 19:25:51 +01:00
Robert Schütz
bc9dc2ccf1 pythonPackages.hvac: 0.2.15 -> 0.5.0 2018-03-17 19:19:32 +01:00
Andreas Rammhold
879ffc06fe
libvorbis: 1.3.5 -> 1.3.6
This update includes the removed patches (CVE-2017-14632,
CVE-2017-14633) and additionally fixes CVE-2018-5146 [1].

The changelog:

libvorbis 1.3.6 (2018-03-16) -- "Xiph.Org libVorbis I 20180316 (Now 100% fewer shells)"

* Fix CVE-2018-5146 - out-of-bounds write on codebook decoding.
* Fix CVE-2017-14632 - free() on unitialized data
* Fix CVE-2017-14633 - out-of-bounds read
* Fix bitrate metadata parsing.
* Fix out-of-bounds read in codebook parsing.
* Fix residue vector size in Vorbis I spec.
* Appveyor support
* Travis CI support
* Add secondary CMake build system.
* Build system fixes

[1] http://seclists.org/oss-sec/2018/q1/243
2018-03-17 19:17:56 +01:00
Maximilian Bode
92c5097c6d samtools: make gcc dependency explicit 2018-03-17 19:01:55 +01:00
Maximilian Bode
9dc0f229ad spass: make gcc dependency explicit 2018-03-17 18:59:03 +01:00
Robert Schütz
3394feaeef pythonPackages.hvac: move expression 2018-03-17 18:54:57 +01:00
Daiderd Jordan
879f144d7f
far2l: fix clang build
/cc ZHF #36454
2018-03-17 18:48:20 +01:00
xeji
add347c8b2 archiveopteryx: fix build w/gcc7 2018-03-17 18:46:45 +01:00
Ryan Mulligan
91a914da3f apache-jena-fuseki: 3.5.0 -> 3.6.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/hw41ds5rdx4shi4712c5njz4wrp5kyp0-apache-jena-fuseki-3.6.0/bin/fuseki-server -h` got 0 exit code
- ran `/nix/store/hw41ds5rdx4shi4712c5njz4wrp5kyp0-apache-jena-fuseki-3.6.0/bin/fuseki-server --help` got 0 exit code
- ran `/nix/store/hw41ds5rdx4shi4712c5njz4wrp5kyp0-apache-jena-fuseki-3.6.0/bin/fuseki-server --version` and found version 3.6.0
- found 3.6.0 with grep in /nix/store/hw41ds5rdx4shi4712c5njz4wrp5kyp0-apache-jena-fuseki-3.6.0
- directory tree listing: https://gist.github.com/68036e0a33596f731e456c34f3606cdd
2018-03-17 10:37:54 -07:00
Gabriel Ebner
f54cd16ba5
Merge pull request #36956 from coreyoconnor/merge
Merge swi-prolog 7.4.2 -> 7.6.4 plus enable JPL feature
2018-03-17 18:23:11 +01:00
Ryan Mulligan
51a0ef4bdd allegro: 5.2.3.0 -> 5.2.4.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 5.2.4.0 with grep in /nix/store/ffhc3yjpm6avrds564k83vgn1ppw00yr-allegro-5.2.4.0
- directory tree listing: https://gist.github.com/1045c5013f37df121b7965ce4f5c9f5a
2018-03-17 09:40:48 -07:00
Jean-Philippe Braun
ae3782b2fb nextcloud: 13.0.0 -> 13.0.1 2018-03-17 17:24:59 +01:00
Robert Schütz
5ec4b9d819 pythonPackages.paypalrestsdk: 0.7.0 -> 1.13.1 2018-03-17 17:08:11 +01:00
Robert Schütz
ba5d1bb28b pythonPackages.paypalrestsdk: move expression 2018-03-17 17:05:38 +01:00
Robert Schütz
104f58d6a1 pythonPackages.pyamf: disable for Python 3 2018-03-17 16:57:00 +01:00
Robert Schütz
4e35388878 pythonPackages.pushbullet: 0.10.0 -> 0.11.0 and fix build 2018-03-17 16:53:31 +01:00
Robert Schütz
127f99e22e pythonPackages.pushbullet: move expression 2018-03-17 16:46:30 +01:00
Ryan Mulligan
2e3da6ef7a ace: 6.4.6 -> 6.4.7
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/l2wdk2hk7xr28qc76xdmsnsjlialsrw3-ace-6.4.7/bin/ace_gperf -v` and found version 6.4.7
- found 6.4.7 with grep in /nix/store/l2wdk2hk7xr28qc76xdmsnsjlialsrw3-ace-6.4.7
- found 6.4.7 in filename of file in /nix/store/l2wdk2hk7xr28qc76xdmsnsjlialsrw3-ace-6.4.7
- directory tree listing: https://gist.github.com/df8ae93ced1ab4c4b624c7739501f2a7
2018-03-17 08:41:35 -07:00
Robert Schütz
7e8e3807f3 pythonPackages.moinmoin: disable for Python 3 2018-03-17 16:11:59 +01:00
Thomas Tuegel
c66e5e0c10
Merge pull request #37162 from ryantm/auto-update/atlas
atlas: 3.10.2 -> 3.10.3
2018-03-17 10:06:05 -05:00
Gabriel Ebner
77835bd3d2
Merge pull request #36461 from timokau/givaro-4.0.4
givaro: 4.0.2 -> 4.0.4
2018-03-17 16:00:05 +01:00
Gabriel Ebner
fe8c36ade5
Merge pull request #37105 from Ekleog/st-0.8
st: 0.7 -> 0.8
2018-03-17 15:59:22 +01:00
Gabriel Ebner
065fda260a
Merge pull request #37189 from fdns/libtins
libtins: init at 3.5
2018-03-17 15:58:05 +01:00
Gabriel Ebner
d985f29e95
Merge pull request #37178 from sargon/trayer-1.1.8
trayer: 1.1.7 -> 1.1.8
2018-03-17 15:57:43 +01:00
Robert Schütz
922b0cec82 pythonPackages.readme_renderer: 17.2 -> 17.4 2018-03-17 15:42:52 +01:00
Robert Schütz
9f276ccd38 pythonPackages.bleach: 2.1.2 -> 2.1.3 2018-03-17 15:42:09 +01:00
Robert Schütz
d7d4ce735e pythonPackages.CommonMark: 0.6.3 -> 0.7.5 2018-03-17 15:34:40 +01:00
Jörg Thalheim
291d18d2ed
Merge pull request #37240 from ryantm/auto-update/pidgin-sipe
pidgin-sipe: 1.23.0 -> 1.23.2
2018-03-17 14:23:08 +00:00
Maximilian Bosch
4a0c0401b5
pythonPackages.tablib: fix build
`openpyxl` v5 breaks `tablib`, the following patch fixes the API
incompatibility: https://github.com/kennethreitz/tablib/pull/296

See https://hydra.nixos.org/build/70694938/log
See ticket #36453
2018-03-17 15:21:59 +01:00
Robert Schütz
b549f18b6c pythonPackages.CommonMark: move expression 2018-03-17 15:17:31 +01:00
Jörg Thalheim
f4d0ca98f5
Merge pull request #37227 from ryantm/auto-update/most
most: 5.0.0 -> 5.0.0a
2018-03-17 14:13:43 +00:00
Jörg Thalheim
2f07f28707
Merge pull request #37244 from ryantm/auto-update/vim
vim: 8.0.1451 -> 8.0.1605
2018-03-17 14:11:36 +00:00
Shea Levy
7215194f64
Merge branch 'pyspark' 2018-03-17 10:11:24 -04:00
Michael Weiss
f9134b08c2 wlroots: 2017-12-22 -> 2018-03-16 2018-03-17 15:06:49 +01:00
Shea Levy
2963d76ca3
pythonPackages.pyspark: Init at 2.3.0 2018-03-17 09:54:12 -04:00
Shea Levy
4322f2b8c8
pythonPackages.py4j: Init at 0.10.6. 2018-03-17 09:17:48 -04:00
Gabriel Ebner
5693c5da8e
Merge pull request #36986 from ryantm/auto-update/fricas
fricas: 1.3.2 -> 1.3.3
2018-03-17 13:56:26 +01:00
Gabriel Ebner
4f8419b0b8
Merge pull request #37036 from ryantm/auto-update/libraw
libraw: 0.18.7 -> 0.18.8
2018-03-17 13:55:30 +01:00
Gabriel Ebner
51794dfdd3
Merge pull request #37041 from ryantm/dehydrated
dehydrated: 0.5.0 -> 0.6.1
2018-03-17 13:55:10 +01:00
Vladimír Čunát
c3aadd5b4e
Merge #37059: liferea: 1.12.1 -> 1.12.2 (bugfix) 2018-03-17 13:54:46 +01:00
Gabriel Ebner
a68b3da776
Merge pull request #37006 from mbode/flink_1_4_2
flink: 1.4.0 -> 1.4.2
2018-03-17 13:53:47 +01:00
Gabriel Ebner
77800f44ad
Merge pull request #36905 from AndersonTorres/upload/calibre
calibre: 3.17.0 -> 3.19.0
2018-03-17 13:52:45 +01:00
Gabriel Ebner
71d9dfa498
Merge pull request #37069 from ryantm/auto-update/opendht
opendht: 1.5.0 -> 1.6.0
2018-03-17 13:51:50 +01:00
Gabriel Ebner
1c183bf931
Merge pull request #37076 from ryantm/auto-update/pgbouncer
pgbouncer: 1.7.2 -> 1.8.1
2018-03-17 13:50:34 +01:00
Gabriel Ebner
4fc0d90366
Merge pull request #37078 from ryantm/auto-update/pgroonga
pgroonga: 2.0.2 -> 2.0.3
2018-03-17 13:50:09 +01:00
Gabriel Ebner
6b541ecc4e
Merge pull request #37011 from ryantm/auto-update/inboxer
inboxer: 1.0.2 -> 1.0.3
2018-03-17 13:49:30 +01:00
Gabriel Ebner
31becd8aad
Merge pull request #37086 from ryantm/auto-update/pshs
pshs: 0.3.2 -> 0.3.3
2018-03-17 13:43:48 +01:00
Gabriel Ebner
5df4f227ec
Merge pull request #37009 from ryantm/auto-update/igv
igv: 2.4.8 -> 2.4.9
2018-03-17 13:43:23 +01:00
Gabriel Ebner
e70d3f0a35
Merge pull request #37106 from ryantm/auto-update/sassc
sassc: 3.4.8 -> 3.5.0
2018-03-17 13:42:39 +01:00
Gabriel Ebner
004490605a
Merge pull request #37144 from ryantm/auto-update/xe
xe: 0.6.1 -> 0.11
2018-03-17 13:39:31 +01:00
Ryan Mulligan
a998162d7f vim: 8.0.1451 -> 8.0.1605
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/5afa788kqasx65plvzwjnffq9ihzdbmn-vim-8.0.1605/bin/vim -h` got 0 exit code
- ran `/nix/store/5afa788kqasx65plvzwjnffq9ihzdbmn-vim-8.0.1605/bin/vim --help` got 0 exit code
- ran `/nix/store/5afa788kqasx65plvzwjnffq9ihzdbmn-vim-8.0.1605/bin/vim --version` and found version 8.0.1605
- found 8.0.1605 with grep in /nix/store/5afa788kqasx65plvzwjnffq9ihzdbmn-vim-8.0.1605
- directory tree listing: https://gist.github.com/f9af564ba8cc53b90d1d262c2e786eee
2018-03-17 05:38:34 -07:00
Gabriel Ebner
cf7ef3c32e
Merge pull request #37176 from ryantm/auto-update/eccodes
eccodes: 2.6.0 -> 2.7.0
2018-03-17 13:34:46 +01:00
Gabriel Ebner
2c02923e73
Merge pull request #37202 from ryantm/auto-update/imapfilter
imapfilter: 2.6.10 -> 2.6.11
2018-03-17 13:32:39 +01:00
Gabriel Ebner
2a4733f953
Merge pull request #37234 from ryantm/auto-update/nq
nq: 0.2.2 -> 0.3.1
2018-03-17 13:31:49 +01:00
Gabriel Ebner
82c5beeccb
Merge pull request #37237 from matthewbauer/auto-update/antlr4
antlr4: 4.7 -> 4.7.1
2018-03-17 13:29:55 +01:00
Gabriel Ebner
4b38f51b64
Merge pull request #37235 from matthewbauer/auto-update/anki
anki: 2.0.47 -> 2.0.50
2018-03-17 13:29:23 +01:00
Gabriel Ebner
f1ff1fe244
Merge pull request #36942 from xeji/p/manticore
manticore: 2014.08.18 -> 2017.08.22, fix build
2018-03-17 13:24:28 +01:00
Gabriel Ebner
8d83f1134b
Merge pull request #36939 from xeji/p/libs3
libs3: 2015-04-23 -> 2017-06-01, fix build
2018-03-17 13:22:04 +01:00
Ryan Mulligan
1744ff99fb usb-modeswitch-data: 20170205 -> 20170806
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/8dc0e83055ce231aba53f5bb82ed0f59
2018-03-17 05:21:34 -07:00
Gabriel Ebner
593e71889f
Merge pull request #37101 from xeji/p/itk
itk: 4.11.0 -> 4.12.2, fix build
2018-03-17 13:17:14 +01:00
Gabriel Ebner
fe7d82e6a6
Merge pull request #36933 from Ma27/fix-aspino
aspino: fix build
2018-03-17 13:06:23 +01:00
Maximilian Bosch
29bc0a00a1
aspino: fix build
Aspino patched `libglucose` for their own uses, however they currently
depend on glucose v4.0.
(see e31c3b4e57/patches)

The patches don't apply properly on `glucose-4.1` anymore, furthermore
the new source directory caused the `bootstrap.sh` from `aspino` which
was supposed to apply the patches and recompile the setup to break.

Furthermore some minor changes to the derivation were introduced:

- upgraded from `2016-01-31` to `2017-03-09`
- the name contains an `-unstable-` infix as upstream has no releases
- instead of a `patchPhase` the `postPatch` hook will be used for
  `substituteInPlace` to keep advanced patching features from `nixpkgs`
  available.
- `patchShebangs` will be called to avoid impurities because of the
  implicit reliance on `/bin/sh`
- added myself as second maintainer to have more people available in
  case of any further breackage

See https://hydra.nixos.org/build/70688471/log
See ticket #36453
2018-03-17 13:02:51 +01:00
Joachim F
236e52511a
Merge pull request #37174 from ryantm/auto-update/dnscrypt-wrapper
dnscrypt-wrapper: 0.4.0 -> 0.4.1
2018-03-17 11:52:04 +00:00
Ryan Mulligan
1cb9f64348 redis: 4.0.7 -> 4.0.8
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/jbp7m1gshmk8an8sb14glwijgw1chvvq-redis-4.0.8/bin/redis-server -v` and found version 4.0.8
- ran `/nix/store/jbp7m1gshmk8an8sb14glwijgw1chvvq-redis-4.0.8/bin/redis-server --version` and found version 4.0.8
- ran `/nix/store/jbp7m1gshmk8an8sb14glwijgw1chvvq-redis-4.0.8/bin/redis-benchmark --help` got 0 exit code
- ran `/nix/store/jbp7m1gshmk8an8sb14glwijgw1chvvq-redis-4.0.8/bin/redis-cli -v` and found version 4.0.8
- ran `/nix/store/jbp7m1gshmk8an8sb14glwijgw1chvvq-redis-4.0.8/bin/redis-cli --version` and found version 4.0.8
- found 4.0.8 with grep in /nix/store/jbp7m1gshmk8an8sb14glwijgw1chvvq-redis-4.0.8
- directory tree listing: https://gist.github.com/2870bd85351bae2037f6c3ffd93f9d51
2018-03-17 03:57:32 -07:00
Robert Helgesson
5d8fc8b3fa
svtplay-dl: 1.9.10 -> 1.9.11 2018-03-17 11:53:30 +01:00
Robert Schütz
e830562419
Merge pull request #37232 from matthewbauer/auto-update/abcmidi
abcmidi: 2018.02.22 -> 2018.03.08
2018-03-17 11:43:33 +01:00
Peter Simons
38bd7183c5 brick: undo update to revision 1, which breaks the build with GHC 8.2.2
Hopefully, upstream fixes this quickly.
2018-03-17 11:42:36 +01:00
Ryan Mulligan
f589e77842 lighttpd: 1.4.48 -> 1.4.49
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/zqq4z003jl443djfygasflfqk091wphx-lighttpd-1.4.49/bin/lighttpd -h` got 0 exit code
- ran `/nix/store/zqq4z003jl443djfygasflfqk091wphx-lighttpd-1.4.49/bin/lighttpd -V` and found version 1.4.49
- ran `/nix/store/zqq4z003jl443djfygasflfqk091wphx-lighttpd-1.4.49/bin/lighttpd -v` and found version 1.4.49
- ran `/nix/store/zqq4z003jl443djfygasflfqk091wphx-lighttpd-1.4.49/bin/lighttpd -h` and found version 1.4.49
- ran `/nix/store/zqq4z003jl443djfygasflfqk091wphx-lighttpd-1.4.49/bin/lighttpd-angel -h` got 0 exit code
- ran `/nix/store/zqq4z003jl443djfygasflfqk091wphx-lighttpd-1.4.49/bin/lighttpd-angel --help` got 0 exit code
- ran `/nix/store/zqq4z003jl443djfygasflfqk091wphx-lighttpd-1.4.49/bin/lighttpd-angel help` got 0 exit code
- ran `/nix/store/zqq4z003jl443djfygasflfqk091wphx-lighttpd-1.4.49/bin/lighttpd-angel -V` and found version 1.4.49
- ran `/nix/store/zqq4z003jl443djfygasflfqk091wphx-lighttpd-1.4.49/bin/lighttpd-angel -v` and found version 1.4.49
- ran `/nix/store/zqq4z003jl443djfygasflfqk091wphx-lighttpd-1.4.49/bin/lighttpd-angel --version` and found version 1.4.49
- ran `/nix/store/zqq4z003jl443djfygasflfqk091wphx-lighttpd-1.4.49/bin/lighttpd-angel -h` and found version 1.4.49
- ran `/nix/store/zqq4z003jl443djfygasflfqk091wphx-lighttpd-1.4.49/bin/lighttpd-angel --help` and found version 1.4.49
- found 1.4.49 with grep in /nix/store/zqq4z003jl443djfygasflfqk091wphx-lighttpd-1.4.49
- directory tree listing: https://gist.github.com/3f87cc8cd06f4c87b583c225172f1c2e
2018-03-17 11:19:11 +01:00
Jörg Thalheim
c32e94c0c5
Merge pull request #35557 from rnhmjoj/flexget
flexget: 2.10.82 -> 2.12.8
2018-03-17 09:54:15 +00:00
Ryan Mulligan
5b11892565 pidgin-sipe: 1.23.0 -> 1.23.2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.23.2 with grep in /nix/store/r7pl30mgdnrdig95aq6qy3d4dbvy8vji-pidgin-sipe-1.23.2
- directory tree listing: https://gist.github.com/c400423782c0ab85deea92ca910a179b
2018-03-17 02:51:30 -07:00
Matthew Bauer
7e59fd5b84 antlr4: 4.7 -> 4.7.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1/bin/grun -h` got 0 exit code
- ran `/nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1/bin/grun --help` got 0 exit code
- ran `/nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1/bin/grun help` got 0 exit code
- found 4.7.1 with grep in /nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1
2018-03-17 03:53:53 -05:00
Matthew Bauer
d16f9de470 anki: 2.0.47 -> 2.0.50
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/yxxxxgsdxr65bgnv1xn0h9pdivpm2bvx-anki-2.0.50/bin/..anki-wrapped-wrapped -h` got 0 exit code
- ran `/nix/store/yxxxxgsdxr65bgnv1xn0h9pdivpm2bvx-anki-2.0.50/bin/..anki-wrapped-wrapped --help` got 0 exit code
- ran `/nix/store/yxxxxgsdxr65bgnv1xn0h9pdivpm2bvx-anki-2.0.50/bin/..anki-wrapped-wrapped --version` and found version 2.0.50
- ran `/nix/store/yxxxxgsdxr65bgnv1xn0h9pdivpm2bvx-anki-2.0.50/bin/anki -h` got 0 exit code
- ran `/nix/store/yxxxxgsdxr65bgnv1xn0h9pdivpm2bvx-anki-2.0.50/bin/anki --help` got 0 exit code
- ran `/nix/store/yxxxxgsdxr65bgnv1xn0h9pdivpm2bvx-anki-2.0.50/bin/anki --version` and found version 2.0.50
- ran `/nix/store/yxxxxgsdxr65bgnv1xn0h9pdivpm2bvx-anki-2.0.50/bin/.anki-wrapped -h` got 0 exit code
- ran `/nix/store/yxxxxgsdxr65bgnv1xn0h9pdivpm2bvx-anki-2.0.50/bin/.anki-wrapped --help` got 0 exit code
- ran `/nix/store/yxxxxgsdxr65bgnv1xn0h9pdivpm2bvx-anki-2.0.50/bin/.anki-wrapped --version` and found version 2.0.50
- found 2.0.50 with grep in /nix/store/yxxxxgsdxr65bgnv1xn0h9pdivpm2bvx-anki-2.0.50
2018-03-17 03:52:36 -05:00
Ryan Mulligan
224bc7dd4a nq: 0.2.2 -> 0.3.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/gyphh3yyw7k1m0igds051f5rnkap5j8q-nq-0.3.1/bin/nq help` got 0 exit code
- ran `/nix/store/gyphh3yyw7k1m0igds051f5rnkap5j8q-nq-0.3.1/bin/fq help` got 0 exit code
- ran `/nix/store/gyphh3yyw7k1m0igds051f5rnkap5j8q-nq-0.3.1/bin/tq help` got 0 exit code
- found 0.3.1 with grep in /nix/store/gyphh3yyw7k1m0igds051f5rnkap5j8q-nq-0.3.1
- directory tree listing: https://gist.github.com/572554e36b5b4ef6af9d80ebc5153935
2018-03-17 01:47:30 -07:00
Matthew Bauer
91bf2a19f3 abcmidi: 2018.02.22 -> 2018.03.08
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/3r7nwg28yy402gl01m9b14h5j865365g-abcMIDI-2018.03.08/bin/abc2abc -h` got 0 exit code
- ran `/nix/store/3r7nwg28yy402gl01m9b14h5j865365g-abcMIDI-2018.03.08/bin/abcmatch -h` got 0 exit code
- ran `/nix/store/3r7nwg28yy402gl01m9b14h5j865365g-abcMIDI-2018.03.08/bin/mftext -h` got 0 exit code
- ran `/nix/store/3r7nwg28yy402gl01m9b14h5j865365g-abcMIDI-2018.03.08/bin/mftext --help` got 0 exit code
- ran `/nix/store/3r7nwg28yy402gl01m9b14h5j865365g-abcMIDI-2018.03.08/bin/mftext help` got 0 exit code
- ran `/nix/store/3r7nwg28yy402gl01m9b14h5j865365g-abcMIDI-2018.03.08/bin/mftext -V` and found version 2018.03.08
- ran `/nix/store/3r7nwg28yy402gl01m9b14h5j865365g-abcMIDI-2018.03.08/bin/mftext -v` and found version 2018.03.08
- ran `/nix/store/3r7nwg28yy402gl01m9b14h5j865365g-abcMIDI-2018.03.08/bin/mftext --version` and found version 2018.03.08
- ran `/nix/store/3r7nwg28yy402gl01m9b14h5j865365g-abcMIDI-2018.03.08/bin/mftext -h` and found version 2018.03.08
- ran `/nix/store/3r7nwg28yy402gl01m9b14h5j865365g-abcMIDI-2018.03.08/bin/mftext --help` and found version 2018.03.08
- ran `/nix/store/3r7nwg28yy402gl01m9b14h5j865365g-abcMIDI-2018.03.08/bin/yaps -h` got 0 exit code
- ran `/nix/store/3r7nwg28yy402gl01m9b14h5j865365g-abcMIDI-2018.03.08/bin/abc2midi -h` got 0 exit code
- ran `/nix/store/3r7nwg28yy402gl01m9b14h5j865365g-abcMIDI-2018.03.08/bin/midi2abc -h` got 0 exit code
- ran `/nix/store/3r7nwg28yy402gl01m9b14h5j865365g-abcMIDI-2018.03.08/bin/midi2abc --help` got 0 exit code
2018-03-17 03:37:27 -05:00
Matthew Bauer
a71ce8f8d1 vassal: 3.2.15 -> 3.2.17
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/6kxxp00xj8r1qh4kvvjdg954w00vpk57-VASSAL-3.2.17/bin/vassal -h` got 0 exit code
- ran `/nix/store/6kxxp00xj8r1qh4kvvjdg954w00vpk57-VASSAL-3.2.17/bin/vassal --help` got 0 exit code
- ran `/nix/store/6kxxp00xj8r1qh4kvvjdg954w00vpk57-VASSAL-3.2.17/bin/vassal --version` and found version 3.2.17
- found 3.2.17 with grep in /nix/store/6kxxp00xj8r1qh4kvvjdg954w00vpk57-VASSAL-3.2.17
2018-03-17 02:55:53 -05:00
lewo
548607d830
Merge pull request #37217 from ryantm/auto-update/memcached
memcached: 1.5.5 -> 1.5.6
2018-03-17 08:49:20 +01:00
Jörg Thalheim
50c004a91c
Merge pull request #37163 from volth/patch-117
rpm: 4.14.0 -> 4.14.1
2018-03-17 07:36:14 +00:00
Ryan Mulligan
68abbd6f2e most: 5.0.0 -> 5.0.0a
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/hl99dyzq83jifdjg00d4zcdxj3j6hqxy-most-5.0.0a/bin/most -h` got 0 exit code
- ran `/nix/store/hl99dyzq83jifdjg00d4zcdxj3j6hqxy-most-5.0.0a/bin/most help` got 0 exit code
- ran `/nix/store/hl99dyzq83jifdjg00d4zcdxj3j6hqxy-most-5.0.0a/bin/most -h` and found version 5.0.0a
- found 5.0.0a with grep in /nix/store/hl99dyzq83jifdjg00d4zcdxj3j6hqxy-most-5.0.0a
- directory tree listing: https://gist.github.com/c97521034492f9bccb53c5402a867290
2018-03-17 00:30:54 -07:00
Peter Simons
6fbf6efcf3 haskell-esqueleto: drop the markBroken for ghc 8.4.1
Although accurate, the override causes evaluation errors that serve little
purpose but poison our dashboard at [1].

[1] https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2018-03-17 08:21:24 +01:00
Peter Simons
fe0be794fb haskell-pandoc-types: update override for ghc 8.4.x 2018-03-17 08:21:23 +01:00
Peter Simons
f3f5d68ca3 haskell-generic-builder: cosmetic 2018-03-17 08:21:23 +01:00
Peter Simons
aa0545130b Configure Haskell bootstrapping package sets to perform minimal builds. 2018-03-17 08:21:23 +01:00
Peter Simons
1978fa444d haskell-generic-builder: disable shared executable linking by default
This change raises the question of whether we should disable building of shared
libraries altogether (since we don't link them). Unfortunately, we can't,
because GHC expects shared libraries to be around when building and running
test suites, and no amount of passing --disable-shared flags at configure time
changes the fact. I *guess* that's related to the DYNAMIC_GHC_PROGRAMS = YES
flag we set when building GHC itself, but I haven't investigated it further
yet.

Closes https://github.com/NixOS/nixpkgs/issues/29011.
2018-03-17 08:21:23 +01:00
Peter Simons
db5be10a4a haskell-generic-builder: fix confusion about --enable-static vs. --enable-library-vanilla 2018-03-17 08:21:23 +01:00
Peter Simons
d7beae33dc haskell-generic-builder: always compile with --enable-library-for-ghci 2018-03-17 08:21:23 +01:00
Peter Simons
a62b24be6d haskell-generic-builder: drop obsolete splitObjs function argument 2018-03-17 08:21:23 +01:00
Peter Simons
7f5fba75e2 haskell-generic-builder: compile profiling library variants by default
Unless specified otherwise, the default package set compiles library variants
for profiling with profiling-detail "all-functions". Executables, however, are
not built with profiling enabled.

This change increases the closure size for many Haskell programs, but the
practical advantage of having stack traces and performance measurements easily
available during development seems to outweigh that cost.

Closes https://github.com/NixOS/nixpkgs/issues/22340.
2018-03-17 08:21:22 +01:00
Peter Simons
408d441df0 git-annex: update sha256 hash for the new version 2018-03-17 08:21:22 +01:00
Peter Simons
993bcbb225 ghc: drop all compiler versions prior to 7.10.3
None of these old compilers are used anywhere in Nixpkgs, and keeping those
builds working in the face of regular updates of GCC, binutils, and whatnot is
too much effort for no obvious benefit.
2018-03-17 08:21:22 +01:00
Peter Simons
929dac413b cabal2nix: update hpack version override 2018-03-17 08:21:22 +01:00
Peter Simons
7d043f036c haskell-configuration-common: cosmetic, no functional change 2018-03-17 08:21:22 +01:00
Peter Simons
9df1d15a28 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9-10-gc1333d1 from Hackage revision
bad3dc0ed6.
2018-03-17 08:21:17 +01:00
Peter Simons
c81d3e72e8 hackage2nix: disable failing Hydra builds 2018-03-17 08:21:16 +01:00
Peter Simons
b6ca84c94e hackage2nix: extend the set of packages I maintain 2018-03-17 08:21:15 +01:00
Ryan Mulligan
27faba541f mkdocs: 0.17.2 -> 0.17.3
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/wy5434b824p55fr8x67vz8q8ph9g65kn-mkdocs-0.17.3/bin/.mkdocs-wrapped -h` got 0 exit code
- ran `/nix/store/wy5434b824p55fr8x67vz8q8ph9g65kn-mkdocs-0.17.3/bin/.mkdocs-wrapped --help` got 0 exit code
- ran `/nix/store/wy5434b824p55fr8x67vz8q8ph9g65kn-mkdocs-0.17.3/bin/.mkdocs-wrapped -V` and found version 0.17.3
- ran `/nix/store/wy5434b824p55fr8x67vz8q8ph9g65kn-mkdocs-0.17.3/bin/.mkdocs-wrapped --version` and found version 0.17.3
- ran `/nix/store/wy5434b824p55fr8x67vz8q8ph9g65kn-mkdocs-0.17.3/bin/mkdocs -h` got 0 exit code
- ran `/nix/store/wy5434b824p55fr8x67vz8q8ph9g65kn-mkdocs-0.17.3/bin/mkdocs --help` got 0 exit code
- ran `/nix/store/wy5434b824p55fr8x67vz8q8ph9g65kn-mkdocs-0.17.3/bin/mkdocs -V` and found version 0.17.3
- ran `/nix/store/wy5434b824p55fr8x67vz8q8ph9g65kn-mkdocs-0.17.3/bin/mkdocs --version` and found version 0.17.3
- found 0.17.3 with grep in /nix/store/wy5434b824p55fr8x67vz8q8ph9g65kn-mkdocs-0.17.3
- directory tree listing: https://gist.github.com/b9a97908c199575f84016b19365ae126
2018-03-16 23:48:23 -07:00
Matthew Bauer
508c9b831c melpa-packages 2018-03-17 2018-03-17 01:25:24 -05:00
Ryan Mulligan
b17351ba2c memcached: 1.5.5 -> 1.5.6
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached -h` got 0 exit code
- ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached --help` got 0 exit code
- ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached -V` and found version 1.5.6
- ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached --version` and found version 1.5.6
- ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached -h` and found version 1.5.6
- ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached --help` and found version 1.5.6
- found 1.5.6 with grep in /nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6
- directory tree listing: https://gist.github.com/4f05e6b4a66fc90f9ebcb02b05aead27
2018-03-16 22:45:36 -07:00
Echo Nolan
250c19c746 workrave: 1.10.7 -> 1.10.20
Also: switch to GTK-3, fix GSettings by using wrapGAppsHook.
2018-03-16 19:56:51 -07:00
adisbladis
b80dd958d0
Merge pull request #37204 from ankhers/update_elixir
elixir: 1.6.2 -> 1.6.4
2018-03-17 10:34:08 +08:00
taku0
d947db7e3c firefox-esr: 52.7.1esr -> 52.7.2esr 2018-03-17 11:02:14 +09:00
taku0
9aae5d7c80 firefox: 59.0 -> 59.0.1 2018-03-17 11:00:48 +09:00
taku0
3d28c32921 firefox-bin: 59.0 -> 59.0.1 2018-03-17 10:56:22 +09:00
Sarah Brofeldt
e8cbd44641
nixos/kubernetes: Patch kube-proxy for iptables 1.6.2 compatibility
Closes #36739
2018-03-16 21:38:59 -04:00
Justin Wood
372e704f98
elixir: 1.6.2 -> 1.6.4 2018-03-16 21:15:07 -04:00
Ryan Mulligan
bc0d05870c imapfilter: 2.6.10 -> 2.6.11
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/vfixsp2napk2fv4dkhzdfv0nx473vz1j-imapfilter-2.6.11/bin/imapfilter -h` got 0 exit code
- ran `/nix/store/vfixsp2napk2fv4dkhzdfv0nx473vz1j-imapfilter-2.6.11/bin/imapfilter --help` got 0 exit code
- ran `/nix/store/vfixsp2napk2fv4dkhzdfv0nx473vz1j-imapfilter-2.6.11/bin/imapfilter -V` and found version 2.6.11
- ran `/nix/store/vfixsp2napk2fv4dkhzdfv0nx473vz1j-imapfilter-2.6.11/bin/imapfilter --version` and found version 2.6.11
- ran `/nix/store/vfixsp2napk2fv4dkhzdfv0nx473vz1j-imapfilter-2.6.11/bin/imapfilter -h` and found version 2.6.11
- ran `/nix/store/vfixsp2napk2fv4dkhzdfv0nx473vz1j-imapfilter-2.6.11/bin/imapfilter --help` and found version 2.6.11
- found 2.6.11 with grep in /nix/store/vfixsp2napk2fv4dkhzdfv0nx473vz1j-imapfilter-2.6.11
- directory tree listing: https://gist.github.com/3899407e9730a32a5b25ade7c1238086
2018-03-16 17:50:02 -07:00
Robert Helgesson
4dd5948134
eclipse-plugin-jsonedit: 1.0.2 -> 1.1.0
Also add `antlr-runtime-4.7.1`.
2018-03-16 23:28:50 +01:00
Austin Seipp
c108e67825
Merge pull request #37063 from ryantm/auto-update/ltl2ba
ltl2ba: 1.1 -> 1.2b1
2018-03-16 17:12:02 -05:00
Ryan Mulligan
aa02248781 mattermost: 4.7.2 -> 4.8.0 2018-03-16 15:06:01 -07:00
Shea Levy
cb88f21b16
perlPackages.JSON: Fix typo. 2018-03-16 17:53:45 -04:00
Felipe Espinoza
298f616913 libtins: init at 3.5 2018-03-16 18:04:39 -03:00
Michael Raskin
545eab2bfa
Merge pull request #37193 from hedning/xvfb-fix-/bin/sh
xvfb_run: fix /bin/sh impurity
2018-03-16 20:56:30 +00:00
Michael Raskin
92d18198ae
Merge pull request #37040 from taku0/firefox-59.0
firefox, firefox-bin: 58.0.2 -> 59.0, firefos-esr: 52.6.0esr -> 52.7.0esr [Critical security fixes]
2018-03-16 20:56:00 +00:00
Daiderd Jordan
b1747a123a
Merge pull request #37062 from NixOS/whois
whois: fix darwin build
2018-03-16 21:35:07 +01:00
Ryan Mulligan
3e2f544c39 gp2c: 0.0.10 -> 0.0.10pl1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1/bin/gp2c -h` got 0 exit code
- ran `/nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1/bin/gp2c -v` and found version 0.0.10pl1
- ran `/nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1/bin/gp2c -h` and found version 0.0.10pl1
- ran `/nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1/bin/gp2c-run -h` got 0 exit code
- ran `/nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1/bin/gp2c-run --help` got 0 exit code
- ran `/nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1/bin/gp2c-run -h` and found version 0.0.10pl1
- ran `/nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1/bin/gp2c-run --help` and found version 0.0.10pl1
- found 0.0.10pl1 with grep in /nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1
- directory tree listing: https://gist.github.com/27f1364bf90110b801070fcb28c64e0e
2018-03-16 12:51:03 -07:00
Tor Hedin Brønner
63ca77bca5 xvfb_run: fix /bin/sh impurity 2018-03-16 20:39:19 +01:00
Ryan Mulligan
1317428ca0
inkscape: 0.92.2 -> 0.92.3
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/5khy2kbfjwvkj42lr6z0cvnd17xkfrfg-inkscape-0.92.3/bin/inkscape -h` got 0 exit code
- ran `/nix/store/5khy2kbfjwvkj42lr6z0cvnd17xkfrfg-inkscape-0.92.3/bin/inkscape --help` got 0 exit code
- ran `/nix/store/5khy2kbfjwvkj42lr6z0cvnd17xkfrfg-inkscape-0.92.3/bin/inkscape -V` and found version 0.92.3
- ran `/nix/store/5khy2kbfjwvkj42lr6z0cvnd17xkfrfg-inkscape-0.92.3/bin/inkscape --version` and found version 0.92.3
- found 0.92.3 with grep in /nix/store/5khy2kbfjwvkj42lr6z0cvnd17xkfrfg-inkscape-0.92.3
2018-03-16 20:18:43 +01:00
adisbladis
2c423ebb1b
Merge pull request #37183 from ryantm/auto-update/feh
feh: 2.25 -> 2.25.1
2018-03-17 03:02:08 +08:00
Michael Raskin
808e8f672e
Merge branch 'master' into firefox-59.0 2018-03-16 18:08:53 +00:00
Michael Raskin
c940d2e1ac
Merge pull request #37158 from oxij/pkgs/tor-browsers
update tor browsers
2018-03-16 18:06:50 +00:00
Ryan Mulligan
9ee5a5591d feh: 2.25 -> 2.25.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh -h` got 0 exit code
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh --help` got 0 exit code
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh -v` and found version 2.25.1
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh --version` and found version 2.25.1
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped -h` got 0 exit code
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped --help` got 0 exit code
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped -v` and found version 2.25.1
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped --version` and found version 2.25.1
- found 2.25.1 with grep in /nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1
- directory tree listing: https://gist.github.com/6fb1817519334ef951e6661a3c41dda6
2018-03-16 10:55:04 -07:00
Peter Simons
276001c51b
Merge pull request #37180 from peti/r-updates
Update R and its packages
2018-03-16 17:37:19 +01:00
Peter Simons
50020a296a darcs: jailbreak fgl dependency constraints to fix the build 2018-03-16 17:33:31 +01:00
Peter Simons
1c0126a26d multi-ghc-travis: update to latest version
And jailbreak to support building in an lts-11.x package set.
2018-03-16 17:29:53 +01:00
goibhniu
ae54293d46
Merge pull request #37175 from ryantm/auto-update/drumkv1
drumkv1: 0.8.6 -> 0.9.0
2018-03-16 16:45:02 +01:00
adisbladis
8c521f4551
Merge pull request #37170 from ryantm/auto-update/cups-filters
cups-filters: 1.20.0 -> 1.20.1
2018-03-16 23:34:42 +08:00
Joachim F
253cbcf7e8
Merge pull request #37128 from ryantm/auto-update/teyjus
teyjus: actually update to 2.1
2018-03-16 15:07:57 +00:00
Ryan Mulligan
8016b15038 eccodes: 2.6.0 -> 2.7.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/codes_info -v` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib_histogram -h` got 0 exit code
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib_histogram --help` got 0 exit code
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib_filter -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib_ls -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib_dump -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib_merge -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib2ppm -h` got 0 exit code
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib2ppm --help` got 0 exit code
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib_set -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib_get -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib_get_data -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib_copy -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib_compare -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib_index_build help` got 0 exit code
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib_index_build -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/bufr_ls -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/bufr_dump -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/bufr_set -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/bufr_get -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/bufr_copy -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/bufr_compare -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/bufr_index_build help` got 0 exit code
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/bufr_index_build -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/gts_get -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/gts_compare -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/gts_copy -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/gts_dump -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/gts_filter -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/gts_ls -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/metar_dump -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/metar_ls -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/metar_compare -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/metar_get -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/metar_filter -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/metar_copy -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/grib_to_netcdf -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/codes_bufr_filter -V` and found version 2.7.0
- ran `/nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0/bin/bufr_filter -V` and found version 2.7.0
- found 2.7.0 with grep in /nix/store/bfvhxcjlapkmg74v72z65csmqbpdy3fx-eccodes-2.7.0
2018-03-16 07:42:52 -07:00
Graham Christensen
0297aff1f1
Merge pull request #36921 from tokudan/ffb59
firefox-bin: 58.0.2 -> 59.0
2018-03-16 10:34:25 -04:00
Ryan Mulligan
c565492cf8 drumkv1: 0.8.6 -> 0.9.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.9.0 with grep in /nix/store/an15ybvqbh12vslgbsv3422mjkvcvsws-drumkv1-0.9.0
- found 0.9.0 in filename of file in /nix/store/an15ybvqbh12vslgbsv3422mjkvcvsws-drumkv1-0.9.0
2018-03-16 07:24:39 -07:00
taku0
6778f7a786 firefox-esr: 52.7.0esr -> 52.7.1esr 2018-03-16 23:17:07 +09:00
taku0
8170c05afc firefox: 58.0.2 -> 59.0 2018-03-16 23:17:07 +09:00
taku0
186de9ca9e common-updater: support updating source URL 2018-03-16 23:17:07 +09:00
taku0
cb51341d12 firefox-esr: 52.6.0esr -> 52.7.0esr 2018-03-16 23:17:07 +09:00
taku0
97ab43d580 firefox-bin: 58.0.2 -> 59.0 2018-03-16 23:17:07 +09:00
taku0
13df7202d7 firefox: Fix update.nix 2018-03-16 23:17:07 +09:00
Michael Raskin
b3762e6071
Merge pull request #37169 from ryantm/auto-update/cgal
cgal: 4.11 -> 4.11.1
2018-03-16 14:06:00 +00:00
Ryan Mulligan
e7acf719b1 dnscrypt-wrapper: 0.4.0 -> 0.4.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/a48lz2a4vrs617kqdhwdiyjwjanfg0pq-dnscrypt-wrapper-0.4.1/bin/dnscrypt-wrapper -h` got 0 exit code
- ran `/nix/store/a48lz2a4vrs617kqdhwdiyjwjanfg0pq-dnscrypt-wrapper-0.4.1/bin/dnscrypt-wrapper --help` got 0 exit code
- ran `/nix/store/a48lz2a4vrs617kqdhwdiyjwjanfg0pq-dnscrypt-wrapper-0.4.1/bin/dnscrypt-wrapper -v` and found version 0.4.1
- ran `/nix/store/a48lz2a4vrs617kqdhwdiyjwjanfg0pq-dnscrypt-wrapper-0.4.1/bin/dnscrypt-wrapper --version` and found version 0.4.1
- found 0.4.1 with grep in /nix/store/a48lz2a4vrs617kqdhwdiyjwjanfg0pq-dnscrypt-wrapper-0.4.1
2018-03-16 06:58:26 -07:00
Nikolay Amiantov
2ff2045053
Merge pull request #37100 from abbradar/nvidiabl
nvidiabl: 0.87 -> 2017-09-26
2018-03-16 16:45:15 +03:00
Eelco Dolstra
a03a3d5624
Merge pull request #37166 from ryantm/auto-update/aws-sdk-cpp
aws-sdk-cpp: 1.3.22 -> 1.4.10
2018-03-16 14:19:27 +01:00
Ryan Mulligan
5c0645fe94 cups-filters: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.20.1 with grep in /nix/store/233chsllrfymrvizn74nf8sav0r0llrb-cups-filters-1.20.1
2018-03-16 06:10:55 -07:00
Peter Simons
041b27bfb3 fsatrace: initial version 2018-03-16 14:01:31 +01:00
Jörg Thalheim
234f70b59e kubernetes: add go 1.10 support info 2018-03-16 12:52:54 +00:00
Ryan Mulligan
850492a0db cgal: 4.11 -> 4.11.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/prp059sdh2cfi1n6m1y43w7hf33ixs7x-cgal-4.11.1/bin/cgal_create_CMakeLists -h` got 0 exit code
- ran `/nix/store/prp059sdh2cfi1n6m1y43w7hf33ixs7x-cgal-4.11.1/bin/cgal_create_CMakeLists help` got 0 exit code
- ran `/nix/store/prp059sdh2cfi1n6m1y43w7hf33ixs7x-cgal-4.11.1/bin/cgal_create_cmake_script -h` got 0 exit code
- ran `/nix/store/prp059sdh2cfi1n6m1y43w7hf33ixs7x-cgal-4.11.1/bin/cgal_create_cmake_script --help` got 0 exit code
- found 4.11.1 with grep in /nix/store/prp059sdh2cfi1n6m1y43w7hf33ixs7x-cgal-4.11.1
2018-03-16 05:51:00 -07:00
Jörg Thalheim
1ed100b13c
Merge pull request #37164 from mbode/kubernetes_go_1_9
kubernetes: use go 1.9 instead of 1.10
2018-03-16 12:50:24 +00:00
Ryan Mulligan
5057c24a1f aws-sdk-cpp: 1.3.22 -> 1.4.10
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.10 with grep in /nix/store/qb91mvvbzd45xcnd640m0wq8z915d257-aws-sdk-cpp-1.4.10
2018-03-16 04:48:50 -07:00
Daniel Ehlers
3f2f5e5c4b trayer: 1.1.7 -> 1.1.8 2018-03-16 11:16:55 +01:00
Maximilian Bode
29be8dd70c kubernetes: use go 1.9 instead of 1.10
Build using go 1.10 fails due to an error in a vendored dependency
[Upstream Issue](https://github.com/kubernetes/kubernetes/pull/60373)
2018-03-16 11:14:39 +01:00
volth
e47175638b
rpm: 4.14.0 -> 4.14.1 2018-03-16 10:08:46 +00:00
Jörg Thalheim
01014713bf sshuttle: upstream fixed tests 2018-03-16 09:59:24 +00:00
Jörg Thalheim
7f4b879f12
Merge pull request #37160 from andir/dino-2018-03-10
dino: unstable-2018-02-11 -> unstable-2018-03-10
2018-03-16 09:42:05 +00:00
goibhniu
b84fbb896f
Merge pull request #37119 from ryantm/auto-update/synthv1
synthv1: 0.8.6 -> 0.9.0
2018-03-16 10:20:15 +01:00
Michael Raskin
bac4c01f77
Merge pull request #36552 from bbarker/ats2_update
bumping ATS2 version form 0.3.7 to 0.3.9
2018-03-16 08:45:01 +00:00
Ryan Mulligan
4c28d80be2 atlas: 3.10.2 -> 3.10.3
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.10.3 with grep in /nix/store/79z1zd6ydm6b7x6xbf8b908iirah8hqn-atlas-3.10.3
2018-03-16 01:31:41 -07:00
adisbladis
03efbb01c6
nodejs-9_x: 9.7.1 -> 9.8.0 2018-03-16 15:43:30 +08:00
adisbladis
a36ae7a685
nodejs-8_x: 8.9.4 -> 8.10.0 2018-03-16 15:43:09 +08:00
adisbladis
0cadbb8416
nodejs-6_x: 6.13.0 -> 6.13.1 2018-03-16 15:42:39 +08:00
Andreas Rammhold
97ab4c1072 dino: unstable-2018-02-11 -> unstable-2018-03-10 2018-03-16 08:14:20 +01:00
adisbladis
75fb58a8c2
Merge pull request #37145 from ryantm/auto-update/xfontsel
xfontsel: 1.0.5 -> 1.0.6
2018-03-16 11:55:46 +08:00
Benjamin Saunders
cef5ed1bc2 matrix-synapse: 0.26.0 -> 0.26.1
Security hotfix
2018-03-15 20:47:48 -07:00
SLNOS
6093270451 firefoxPackages.tor-browser: add 52.7.0esr-8.0-1 (alpha) 2018-03-16 03:42:11 +00:00
SLNOS
fe5a406067 firefoxPackages.tor-browser: 52.6.2esr-7.5-2 -> 52.7.0esr-7.5-1 2018-03-16 03:42:11 +00:00