Commit Graph

125771 Commits

Author SHA1 Message Date
Johannes Frankenau
4c73d164d4 cura: 3.2.1 -> 3.3.1 2018-06-10 10:17:28 +02:00
Johannes Frankenau
e187dd170f curaengine: 3.2.1 -> 3.3.0 2018-06-10 10:17:27 +02:00
Johannes Frankenau
8ec26d8e5c libarcus: 3.2.1 -> 3.3.0 2018-06-10 10:17:27 +02:00
Johannes Frankenau
163c83e901 python.pkgs.pyqt5: apply patch for cura segfaults 2018-06-10 10:17:19 +02:00
Frederik Rietdijk
1fdc5a9f0f
Merge pull request #41681 from Assassinkin/ansicov
pythonPackages.ansiconv: init at 1.0.0
2018-06-10 10:14:27 +02:00
Frederik Rietdijk
d358525280
Merge pull request #41628 from jyp/tensorflow-deps-fix
pythonPackages.Tensorflow: fix dependencies
2018-06-10 10:12:40 +02:00
Robert Helgesson
aa8e572e13
josm: 13576 -> 13878 2018-06-10 10:05:59 +02:00
Austin Seipp
ce93645c9c pythonPackages.paperspace: propagate boto3, requests
Otherwise, 'paperspace-python' does not work properly.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-06-10 02:45:32 -05:00
Austin Seipp
6d6ff86c85 pythonPackages: paperspace 0.0.11
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-06-10 02:28:24 -05:00
Will Dietz
d1eb255036
Merge pull request #41630 from dtzWill/update/aws-sdk-cpp-1.4.60
aws-sdk-cpp: 1.4.50 -> 1.4.60
2018-06-09 21:44:53 -05:00
Raymond Hogenson
ed628fb74e nethack: 3.6.0 -> 3.6.1 2018-06-09 19:33:13 -07:00
Matthew Justin Bauer
924edffb0c
Merge pull request #41719 from r-ryantm/auto-update/ddcutil
ddcutil: 0.9.0 -> 0.9.1
2018-06-09 20:40:19 -04:00
Matthew Justin Bauer
568b1c514e
Merge pull request #41718 from r-ryantm/auto-update/darktable
darktable: 2.4.3 -> 2.4.4
2018-06-09 20:39:53 -04:00
Matthew Justin Bauer
e465cc7d0e
Merge pull request #41774 from bhipple/xfsprogs-src-url
xfsprogs: swap src url to HTTPS
2018-06-09 20:38:43 -04:00
Matthew Bauer
86e5595dda spidermonkey: fix i686 error on 38
spidermonkey doesn’t compile correctly on i686 linux & gcc7. It gives
the error:

  with gcc-7: undefined reference to `__divmoddi4'
2018-06-09 20:21:45 -04:00
Philip Lewis
129ea5ed81 openjdk: fix truststore-from-env patch for jdk10
storePropName will be jsseDefaultStore if the property isn't present, and
jsseDefaultStore is never null, so the branch to use the environment variable
would never be taken.

The env var is supposed to be preferred to jssecacerts, so we can use it as
the default in the call to System.getProperty, and use the null check to fall
back on jsseDefaultStore instead.
2018-06-09 20:20:47 -04:00
Matthew Justin Bauer
1aaab72291
ghcjs-ng: fixup system tuple
on i686-linux, the libexec dir should be /libexec/i386-linux-ghc-8.2.2 not /libexec/i686-linux-ghc-8.2.2
2018-06-09 19:45:46 -04:00
Nicolas Dudebout
72fe3d7b08 bind: compile with libcap (#41755)
Additionally:

   + split native and other build inputs
   + alphabetically order dependencies
   + explicitly disable libjson support (the configure script looks for it in
     /usr, /usr/local, and /opt/local)
2018-06-10 01:43:13 +02:00
Benjamin Hipple
5cc335cd55 xfsprogs: swap src url to HTTPS
This swaps the fetchgit call to be more consistent with the majority of other
NixPkgs fetchgit calls. Moreover, almost every network will be able to do HTTPS,
while some enterprise networks may limit external SSH access.
2018-06-09 19:35:39 -04:00
Daiderd Jordan
91be6b9f40
Merge pull request #41770 from marsam/feature/synapse-bt-enable-darwin
synapse-bt: fix darwin build
2018-06-10 01:22:39 +02:00
Benjamin Hipple
e2b44b3170 fftw: support multiple src URLs
The fftw download page provides both an HTTP and FTP endpoint for downloading release tarballs:
http://fftw.org/download.html

Since some users may have difficulty fetching via FTP through corporate
firewalls, we should provide the option to get it over HTTP as well.
2018-06-09 19:18:16 -04:00
Benjamin Hipple
e20abf829a p7zip: fix src URL for debian gitlab move (#41769)
Another broken URL related to: https://github.com/NixOS/nixpkgs/issues/39927

Note that the patch file has legitimately changed, because ~4 months ago Debian
replaced their CVE security fix with a newer version that fixes some additional
bugs: d6fd3b3734
2018-06-09 23:08:59 +00:00
Austin Seipp
350f49734b pythonPackages.pylibmc: fix runtime dependency on libsasl2.so, by way of cyrus_sasl
Without explicitly specifying that libsasl2 is part of the build, and
without explicitly making it part of pylibmc's linker flags for its
CPython extension, the cpython code enters a build state error where it
instead attempts to blindly `dlopen("libsasl2.so")` out of
$LD_LIBRARY_PATH; this fails as it can't be found in the store,
obviously.

The bigger problem with this is that it otherwise makes pylibmc
unusable, as it will try to immediately load libsasl2 at startup. This
means even using 'import pylibmc' at all will cause a failure.

Instead, add cyrus_sasl into the build closure of the library, and pass
an argument to the setup.py script to properly pass -lsasl2 to the C
extension. This causes a link to properly be formed.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-06-09 17:35:12 -05:00
worldofpeace
84670fb9c8 antibody: 3.4.6 -> 3.5.0 (#41746) 2018-06-10 00:14:54 +02:00
Mario Rodas
d5ca8dea78 synapse-bt: fix darwin build 2018-06-09 17:14:38 -05:00
Vincent Ambo
8e9e728aee kontemplate: 1.5.0 -> 1.6.0 (#41766)
Upstream release notes at:

https://github.com/tazjin/kontemplate/releases/tag/v1.6.0
2018-06-10 00:03:02 +02:00
R. RyanTM
7710faccee mate.mate-desktop: 1.20.1 -> 1.20.3 (#41548)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-desktop/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wxcn9xjdga9v1qlsk99rhiaim6xwrkcl-mate-desktop-1.20.3/bin/mate-color-select had a zero exit code or showed the expected version
- /nix/store/wxcn9xjdga9v1qlsk99rhiaim6xwrkcl-mate-desktop-1.20.3/bin/mate-about passed the binary check.
- Warning: no invocation of /nix/store/wxcn9xjdga9v1qlsk99rhiaim6xwrkcl-mate-desktop-1.20.3/bin/.mate-color-select-wrapped had a zero exit code or showed the expected version
- /nix/store/wxcn9xjdga9v1qlsk99rhiaim6xwrkcl-mate-desktop-1.20.3/bin/.mate-about-wrapped passed the binary check.
- 2 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 1.20.3 with grep in /nix/store/wxcn9xjdga9v1qlsk99rhiaim6xwrkcl-mate-desktop-1.20.3
- directory tree listing: https://gist.github.com/31f847260d9910561df955f376feb063
- du listing: https://gist.github.com/2b921cbfb4bda4b008a2b2a496b49229
2018-06-09 23:44:55 +02:00
R. RyanTM
492f1649f8 springLobby: 0.255 -> 0.264 (#41508)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/springlobby/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/i6g7iand22k99ry0hjda1gs71amk9q11-springlobby-0.264/bin/springlobby had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/i6g7iand22k99ry0hjda1gs71amk9q11-springlobby-0.264/bin/.springlobby-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.264 with grep in /nix/store/i6g7iand22k99ry0hjda1gs71amk9q11-springlobby-0.264
- directory tree listing: https://gist.github.com/4d077ab682c9643337f22bf2bd75f51c
- du listing: https://gist.github.com/f215b8788c2ea5ebb286f3dddc34fdf9
2018-06-09 23:37:07 +02:00
R. RyanTM
4d5cb8617c kdeconnect: 1.3.0 -> 1.3.1 (#41551)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/kdeconnect/versions.

These checks were done:

- built on NixOS
- /nix/store/2w9c8qf2zm1hvmd67j23q0wv5i3v26v0-kdeconnect-1.3.1/bin/kdeconnect-cli passed the binary check.
- Warning: no invocation of /nix/store/2w9c8qf2zm1hvmd67j23q0wv5i3v26v0-kdeconnect-1.3.1/bin/kdeconnect-indicator had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2w9c8qf2zm1hvmd67j23q0wv5i3v26v0-kdeconnect-1.3.1/bin/kdeconnect-handler had a zero exit code or showed the expected version
- 1 of 3 passed binary check by having a zero exit code.
- 1 of 3 passed binary check by having the new version present in output.
- found 1.3.1 with grep in /nix/store/2w9c8qf2zm1hvmd67j23q0wv5i3v26v0-kdeconnect-1.3.1
- directory tree listing: https://gist.github.com/a152722e459e7e8094cfdbd791a8c55b
- du listing: https://gist.github.com/665212497cfba50b98110a2788e52eec
2018-06-09 23:35:35 +02:00
R. RyanTM
00156c3cae fanficfare: 2.25.0 -> 2.26.0 (#41569)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/fanficfare/versions.

These checks were done:

- built on NixOS
- /nix/store/8xysybhmjya5wx4rsykxk7d9f37g3qbk-fanficfare-2.26.0/bin/.fanficfare-wrapped passed the binary check.
- /nix/store/8xysybhmjya5wx4rsykxk7d9f37g3qbk-fanficfare-2.26.0/bin/fanficfare passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 2.26.0 with grep in /nix/store/8xysybhmjya5wx4rsykxk7d9f37g3qbk-fanficfare-2.26.0
- directory tree listing: https://gist.github.com/8dac0cbfced5624b49e894cfb51f13be
- du listing: https://gist.github.com/3710839076360d257f245cd976e974fa
2018-06-09 23:35:06 +02:00
R. RyanTM
c283f18b0f debootstrap: 1.0.100 -> 1.0.101 (#41573)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/debootstrap/versions.

These checks were done:

- built on NixOS
- /nix/store/x9xnb4bkg9h18iz4xvjsqwq1yzy7y4fg-debootstrap-1.0.101/bin/debootstrap passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.0.101 with grep in /nix/store/x9xnb4bkg9h18iz4xvjsqwq1yzy7y4fg-debootstrap-1.0.101
- directory tree listing: https://gist.github.com/ff456a293ac749e2bb7a78fd6cf95906
- du listing: https://gist.github.com/57824cbc8d981aa24e5d98ca35e86053
2018-06-09 23:34:36 +02:00
R. RyanTM
cc9fc2bdcd ipopt: 3.12.9 -> 3.12.10 (#41555)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ipopt/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.12.10 with grep in /nix/store/6748l35g9dz7z77wqwal99ylrhn87liv-ipopt-3.12.10
- directory tree listing: https://gist.github.com/5da4bb4853af0913caca26e8cbc87666
- du listing: https://gist.github.com/c4d8373c7d9a61f39479151fdffa99cb
2018-06-09 23:33:17 +02:00
R. RyanTM
f8621a2025 matomo: 3.5.0 -> 3.5.1 (#41540)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/matomo/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/r4kflygmbi1z0vl2gp5b64h5dnbw0zps-matomo-3.5.1/bin/matomo-console had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.5.1 with grep in /nix/store/r4kflygmbi1z0vl2gp5b64h5dnbw0zps-matomo-3.5.1
- directory tree listing: https://gist.github.com/1ab3b04c7d594c57458b6d4ef8e65867
- du listing: https://gist.github.com/c105a7109ba84d6e2715bc3800c66780
2018-06-09 23:32:31 +02:00
R. RyanTM
d5cb2b49e7 thermald: 1.7.1 -> 1.7.2 (#41512)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/thermald/versions.

These checks were done:

- built on NixOS
- /nix/store/nbpmvairfm9zrzjijmwhr30bzmp2653h-thermald-1.7.2/bin/thermald passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 1.7.2 with grep in /nix/store/nbpmvairfm9zrzjijmwhr30bzmp2653h-thermald-1.7.2
- directory tree listing: https://gist.github.com/ad1f865238e5c5f860f3887649db1e4e
- du listing: https://gist.github.com/7d5e5cedb23a1867821a4444b72d29ab
2018-06-09 23:30:16 +02:00
R. RyanTM
488ee63a13 sysstat: 11.7.3 -> 11.7.4 (#41510)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/sysstat/versions.

These checks were done:

- built on NixOS
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/sar passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/sadf passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/iostat passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/tapestat passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/mpstat passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/pidstat passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/cifsiostat passed the binary check.
- 7 of 7 passed binary check by having a zero exit code.
- 0 of 7 passed binary check by having the new version present in output.
- found 11.7.4 with grep in /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4
- directory tree listing: https://gist.github.com/099df05f7cbb5510144a7b1741ff0fda
- du listing: https://gist.github.com/21956b2e9d623a7923391b59af578f7e
2018-06-09 23:29:41 +02:00
Daiderd Jordan
253d78142d
Merge pull request #41768 from flokli/iproute2mac
darwin.iproute2mac: init at 1.2.1
2018-06-09 23:17:35 +02:00
Florian Klink
dcdeaa1a24 darwin.iproute2mac: wrap network_cmds 2018-06-09 23:12:16 +02:00
Matthew Justin Bauer
e8072de87e
Merge pull request #41354 from mulderr/master
odpic: init at 2.3.2
2018-06-09 17:07:06 -04:00
Florian Klink
857ab32cca darwin.iproute2mac: init at 1.2.1 2018-06-09 22:47:21 +02:00
R. RyanTM
fff4f5ad95 nextcloud: 13.0.2 -> 13.0.3 (#41666)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/nextcloud/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 13.0.3 with grep in /nix/store/hbps5w1zb88icnpqdpix29yx24hcf3ww-nextcloud-13.0.3
- directory tree listing: https://gist.github.com/feec7566b2d989d0e2f4a1870b1bb899
- du listing: https://gist.github.com/52d6f78c92d6b0bbd7179d3ed6da3d75
2018-06-09 22:46:31 +02:00
Lorenzo Manacorda
ab82f54f46 keybase: 1.0.44 -> 2.0.0 (#41695) 2018-06-09 22:45:56 +02:00
Jan Malakhovski
ee1550b763 hello-unfree: init at 1.0 (#41763)
Also add `version` attribute to GNU `hello` while we are at it.
2018-06-09 22:14:36 +02:00
Joachim Fasting
fc618a15e8
tor-browser-bundle-bin: 7.5.4 -> 7.5.5 2018-06-09 22:10:08 +02:00
Pascal Wittmann
79511c8434
nzbget: 19.1 -> 20.0 2018-06-09 21:21:52 +02:00
Jörg Thalheim
bf794aaffc mypy: 0.600 -> 0.610 2018-06-09 18:26:27 +01:00
Jan Tojnar
05b9e9f011
gnome3.totem: fix build
Hopefully a proper fix for be17bccf38
2018-06-09 19:08:19 +02:00
Florian Klink
f4434bef8b odpic: enable on darwin 2018-06-09 19:00:09 +02:00
Matthew Bauer
bc490a4b3f emacs-mac: don’t propagate frameworks
This makes the closure really big & is not needed for a running emacs.
2018-06-09 12:58:58 -04:00
Matthew Bauer
697ae2a073 emacsMacport: apply clean-env.patch 2018-06-09 12:33:18 -04:00
Benjamin Hipple
7a17a117d6 npth: use gnupg mirrors for fetchurl
This lets nix try any of the gnupg mirror alternatives if the previous FTP site
is down or temporarily unavailable.
2018-06-09 12:16:24 -04:00
obadz
34d3a97ec6 citrix-receiver: add workaround to #41279 2018-06-09 15:20:03 +01:00
obadz
62f4cc349b citrix-receiver: fix default version 2018-06-09 15:19:48 +01:00
Christian Kauhaus
cca45cc3e1 Get libtiff on the same patch level as Debian. The imported patch file contains:
CVE-2017-9935
CVE-2017-11613
CVE-2017-17095
CVE-2017-18013
CVE-2018-5784
CVE-2018-7456

Re #41748 (master)
Re #41749 (release-18.03 - needs to be cherry-picked)
2018-06-09 15:49:36 +02:00
worldofpeace
7468501411 solargraph: 0.21.1 -> 0.22.0 (#41743) 2018-06-09 12:52:40 +01:00
florianjacob
c86622219a matrix-synapse: 0.30.0 -> 0.31.1 (#41728) 2018-06-09 11:46:24 +02:00
Will Dietz
61f0c1ce87
Merge pull request #41740 from dtzWill/fix/tcsh-musl
tcsh: patch to fix w/musl
2018-06-09 03:34:49 -05:00
Will Dietz
b19a03ec62 tcsh: build for darwin too! 2018-06-09 03:14:29 -05:00
Florian Klink
a757aff839 oracle-instantclient: use zips, add darwin support 2018-06-09 10:04:06 +02:00
Jörg Thalheim
8846044359
Merge pull request #41739 from dywedir/aria2
aria2: 1.33.1 -> 1.34.0
2018-06-09 08:57:18 +01:00
Will Dietz
5b787eba25 tcsh: patch to fix w/musl 2018-06-09 02:48:36 -05:00
Orivej Desh
0e07efa3c5
Merge pull request #37813 from dtzWill/update/spice-0.14.0
spice: 0.13.3 -> 0.14.0
2018-06-09 07:39:20 +00:00
Jörg Thalheim
1417bab036
Merge pull request #41626 from karolchmist/dotty-bump-0.8.0
dotty: 0.6.0-RC1 -> 0.8.0-RC1
2018-06-09 08:32:38 +01:00
Peter Simons
fbc931affd
Merge pull request #41724 from Profpatsch/hnix-dont-jailbreak
haskellPackages.hnix: dont jailbreak
2018-06-09 09:29:49 +02:00
Orivej Desh
b42cf67084 xen: enable parallel building 2018-06-09 07:22:29 +00:00
Will Dietz
eb915f2b3c spice: 0.13.3 -> 0.14.0 2018-06-09 06:59:31 +00:00
Vladyslav Mykhailichenko
2060ac6c79 aria2: 1.33.1 -> 1.34.0 2018-06-09 09:57:25 +03:00
jD91mZM2
93255334c7 powerline-rs: 0.1.7 -> 0.1.8 (#41736) 2018-06-09 08:40:19 +02:00
jD91mZM2
b707632e45 xidlehook: 0.4.6 -> 0.4.8 (#41094) 2018-06-09 08:40:00 +02:00
xeji
d43fd83a27
Merge pull request #41735 from yegortimoshenko/wireguard-go-20180531
wireguard-go: 0.0.20180519 -> 0.0.20180531
2018-06-09 08:23:55 +02:00
Orivej Desh
5d960b51c6 serf: update scons patch, enable kerberos on darwin
NIX_CFLAGS_COMPILE set by the old patch is long not recognized by cc wrappers.
2018-06-09 06:08:15 +00:00
adisbladis
0afcfe1c49
firefox-bin: Add ffmpeg to lib path
Fixes video playback on devedition and beta
2018-06-09 12:36:41 +08:00
adisbladis
d493144136
firefox-beta-bin: 61.0b10 -> 61.0b12 2018-06-09 12:36:40 +08:00
adisbladis
0299779275
firefox-devedition-bin: 61.0b10 -> 61.0b12 2018-06-09 12:36:39 +08:00
Yegor Timoshenko
2a13dc778f wireguard-go: assign yegortimoshenko as maintainer 2018-06-09 06:39:43 +03:00
Yegor Timoshenko
6bcbd22997 wireguard-go: 0.0.20180519 -> 0.0.20180531 2018-06-09 06:02:56 +03:00
Thomas Bach
500f1a9438 jenkins: 2.89.4 -> 2.107.3 (#41618) 2018-06-09 01:34:35 +02:00
xeji
af5b858825
Merge pull request #41591 from vbgl/opaline
ocamlPackages: use opaline instead of opam-installer
2018-06-09 01:34:02 +02:00
xeji
fc643ef950
Merge pull request #41625 from etu/php-codesniffer-updates
phpPackages.phpc(s|bf): 3.2.3 -> 3.3.0
2018-06-09 01:32:12 +02:00
R. RyanTM
7193d8653f focuswriter: 1.6.12 -> 1.6.13 (#41567)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/focuswriter/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/rj9lzdc106vkfwgw7f055ki4avyjzxg2-focuswriter-1.6.13/bin/focuswriter had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.6.13 with grep in /nix/store/rj9lzdc106vkfwgw7f055ki4avyjzxg2-focuswriter-1.6.13
- directory tree listing: https://gist.github.com/db4b900533de6fbcd9a1a49a687360bb
- du listing: https://gist.github.com/4a9ea745f0fc337735be9262721a0a12
2018-06-09 01:07:02 +02:00
R. RyanTM
ff4aeb7793 ne: 3.0.1 -> 3.1.1 (#41536)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ne/versions.

These checks were done:

- built on NixOS
- /nix/store/3fg6chzj3d06c3vgdg6nm31s8wh0rcy7-ne-3.1.1/bin/ne passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.1.1 with grep in /nix/store/3fg6chzj3d06c3vgdg6nm31s8wh0rcy7-ne-3.1.1
- directory tree listing: https://gist.github.com/42510d37e15dd038fe5cb41d40afdd1b
- du listing: https://gist.github.com/bc434bb32e50be446738c27c6e76a14e
2018-06-09 00:57:59 +02:00
R. RyanTM
51ea9fed19 libpqxx: 6.2.3 -> 6.2.4 (#41547)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libpqxx/versions.

These checks were done:

- built on NixOS
- /nix/store/d309iqn144gbq4g5dd2w2jnbqdi4ywrz-libpqxx-6.2.4/bin/pqxx-config passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 6.2.4 with grep in /nix/store/d309iqn144gbq4g5dd2w2jnbqdi4ywrz-libpqxx-6.2.4
- directory tree listing: https://gist.github.com/9ba0b82a0fae29ca1da4ffd51bf8c2e2
- du listing: https://gist.github.com/eb156369be72c9249ae90e6536eb3537
2018-06-09 00:57:12 +02:00
R. RyanTM
a5950ab0f7 mate.mate-applets: 1.20.1 -> 1.20.2 (#41546)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-applets/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/ll379k2bj134fdja5l40wl49d1zzyj5v-mate-applets-1.20.2/bin/mate-cpufreq-selector had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/ll379k2bj134fdja5l40wl49d1zzyj5v-mate-applets-1.20.2/bin/.mate-cpufreq-selector-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.20.2 with grep in /nix/store/ll379k2bj134fdja5l40wl49d1zzyj5v-mate-applets-1.20.2
- directory tree listing: https://gist.github.com/8917b9a2989aa781cfe8f2a3b86c8821
- du listing: https://gist.github.com/867b59527b5cda0652968142a6f9ef54
2018-06-09 00:51:23 +02:00
R. RyanTM
0c101bf626 mate.mate-themes: 3.22.16 -> 3.22.17 (#41541)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-themes/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.22.17 with grep in /nix/store/vnrs1vjrq1jjqff5872k2vyqnf5bj5iw-mate-themes-3.22.17
- directory tree listing: https://gist.github.com/7496d09132d21dac1574730a34586a9d
- du listing: https://gist.github.com/fae90128247da010e9abf4c845ceb824
2018-06-09 00:50:51 +02:00
R. RyanTM
b22c1b7994 pstoedit: 3.71 -> 3.73 (#41528)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pstoedit/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/m0nhahi727p7jwnxysk68svbyxv17k8m-pstoedit-3.73/bin/pstoedit had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.73 with grep in /nix/store/m0nhahi727p7jwnxysk68svbyxv17k8m-pstoedit-3.73
- directory tree listing: https://gist.github.com/4da3ca3d5e74c32b039a23ccafc88d68
- du listing: https://gist.github.com/66649e7e80a80f79059715f8158aff56
2018-06-09 00:45:22 +02:00
R. RyanTM
7085bc9711 powerstat: 0.02.16 -> 0.02.17 (#41531)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/powerstat/versions.

These checks were done:

- built on NixOS
- /nix/store/1q7hifi7jvv22y20h3rgp268k1p52cph-powerstat-0.02.17/bin/powerstat passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.02.17 with grep in /nix/store/1q7hifi7jvv22y20h3rgp268k1p52cph-powerstat-0.02.17
- directory tree listing: https://gist.github.com/899a2e562dda36e64002479fff344183
- du listing: https://gist.github.com/5ede1bb4a0659e6dbfdb8882dc2efa39
2018-06-09 00:44:36 +02:00
R. RyanTM
2c3575d7fe altcoins.parity-ui: 0.2.1 -> 0.2.5 (#41533)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/parity-ui/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/2aph1kzcjppfld8ynp0ks7r4w6ghh1ir-parity-ui-0.2.5/bin/parity-ui had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.2.5 with grep in /nix/store/2aph1kzcjppfld8ynp0ks7r4w6ghh1ir-parity-ui-0.2.5
- directory tree listing: https://gist.github.com/c69e2d05d926decf9c0435e7ed94fab9
- du listing: https://gist.github.com/8a81380e0a3c16f2804599e811b3c336
2018-06-09 00:43:56 +02:00
R. RyanTM
f67f46cca6 mopidy-iris: 3.18.0 -> 3.20.0 (#41534)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/Mopidy-Iris/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.20.0 with grep in /nix/store/0v9g0y8ik2ywqz9yn4znad73la2g0545-Mopidy-Iris-3.20.0
- directory tree listing: https://gist.github.com/5b11f78cc0e1e8f1665c9951f6b1b9d0
- du listing: https://gist.github.com/7bd8ef1ac69ff6560db53865c6a9e322
2018-06-09 00:43:02 +02:00
R. RyanTM
6979ed8c38 qsampler: 0.5.0 -> 0.5.1 (#41526)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/qsampler/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wjb056clfsdy4z4f31nnr5jsm97lkrd3-qsampler-0.5.1/bin/qsampler had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.5.1 with grep in /nix/store/wjb056clfsdy4z4f31nnr5jsm97lkrd3-qsampler-0.5.1
- directory tree listing: https://gist.github.com/bb864f141bbd7bd8f3d6ced7d86fbac5
- du listing: https://gist.github.com/bdce0e9f2ef4b38440f76509b4012a26
2018-06-09 00:42:05 +02:00
R. RyanTM
3c0498518f urh: 2.0.4 -> 2.1.0 (#41500)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/urh/versions.

These checks were done:

- built on NixOS
- /nix/store/mn4bz8dm9vgkskyw0r4xnhfgwvz1vx1i-urh-2.1.0/bin/.urh-wrapped passed the binary check.
- /nix/store/mn4bz8dm9vgkskyw0r4xnhfgwvz1vx1i-urh-2.1.0/bin/urh passed the binary check.
- /nix/store/mn4bz8dm9vgkskyw0r4xnhfgwvz1vx1i-urh-2.1.0/bin/.urh_cli-wrapped passed the binary check.
- /nix/store/mn4bz8dm9vgkskyw0r4xnhfgwvz1vx1i-urh-2.1.0/bin/urh_cli passed the binary check.
- 4 of 4 passed binary check by having a zero exit code.
- 2 of 4 passed binary check by having the new version present in output.
- found 2.1.0 with grep in /nix/store/mn4bz8dm9vgkskyw0r4xnhfgwvz1vx1i-urh-2.1.0
- directory tree listing: https://gist.github.com/a3d9fe3fa0702e0f4b952663ee34adbb
- du listing: https://gist.github.com/d28e0203aeb3c009339b4497256f911a
2018-06-09 00:29:20 +02:00
R. RyanTM
a4083785aa xpra: 2.3 -> 2.3.1 (#41501)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/xpra/versions.

These checks were done:

- built on NixOS
- /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/xpra passed the binary check.
- Warning: no invocation of /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/xpra_Xdummy had a zero exit code or showed the expected version
- /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/xpra_udev_product_version passed the binary check.
- Warning: no invocation of /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/.xpra_browser-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/xpra_browser had a zero exit code or showed the expected version
- /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/.xpra_launcher-wrapped passed the binary check.
- /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/xpra_launcher passed the binary check.
- Warning: no invocation of /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/.xpra_signal_listener-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/xpra_signal_listener had a zero exit code or showed the expected version
- /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/..xpra-wrapped-wrapped passed the binary check.
- /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1/bin/.xpra-wrapped passed the binary check.
- 6 of 11 passed binary check by having a zero exit code.
- 0 of 11 passed binary check by having the new version present in output.
- found 2.3.1 with grep in /nix/store/l56gn6d9mhf9w91awvnwp8xyz5n21ihq-xpra-2.3.1
- directory tree listing: https://gist.github.com/7606ce6a89a1f8d80289d7e80071283f
- du listing: https://gist.github.com/02108b6781cb898bec5d8a6033508e03
2018-06-09 00:27:40 +02:00
volth
208a3ff6c0
perlPackages.DBDSQLite: 1.55_07 -> 1.58 (please ignore it) 2018-06-08 21:54:37 +00:00
Andreas Rammhold
0decee48f5
Merge pull request #41466 from andir/haproxy-1.8.9
Haproxy 1.8.9
2018-06-08 23:41:05 +02:00
Profpatsch
91fe664867 haskellPackages.hnix: dont jailbreak
The jailbreak itself produces a broken cabal file, and with the current
haskellPackages hnix builds just fine.
2018-06-08 23:27:31 +02:00
Andreas Rammhold
4c9c4c0a97
haproxy: fix build on darwin 2018-06-08 23:17:44 +02:00
xeji
5e89ea75ba
Merge pull request #41679 from volth/libvirt-4.4.0
libvirt: 4.1.0 -> 4.4.0
2018-06-08 23:09:38 +02:00
xeji
951d3cc4b9
Merge pull request #41375 from phryneas/mosh-with-libutempter
nixos/programs.mosh: refactor
2018-06-08 21:56:15 +02:00
John Ericson
ba210568a9
Merge pull request #41461 from xplat/fix-opam-master
fix opam tool support
2018-06-08 15:54:45 -04:00
James Deikun
1fa9e7defb fix opam tool support 2018-06-08 15:23:49 -04:00
Lenz Weber
7c34c28cfa nixos/programs.mosh: refactor
Adds programs.mosh.withUtempter (default: true).
The option enables -with-utempter for mosh, allowing it to write to
/var/run/utmp and thus making connected sessions appear in the output
of `who -a`.

For that, a guid-wrapper is required. Also, the path to the `utempter` was
hardcoded in the resulting binary until now (so it could never been found),
thus, libutempter was patched accordingly to point to
/run/wrappers/bin/utempter which at least works when the wrapper is
configured.
2018-06-08 20:57:16 +02:00
aszlig
a7e9fabd7b
gajim: 1.0.2 -> 1.0.3
Upstream changes:

  * 8296 Fix errors on roster updates after stream management resume
  * 9106 Convert font weight from pango to css values
  * 9124 Bring ChatControl to front when notification is clicked

  * Set no-store hint on groupchat chatstates
  * Dont show OOB uri if message body is the same
  * Add missing bybonjour dependency for Windows zeroconf

The full change log can be found at:

https://dev.gajim.org/gajim/gajim/raw/gajim-1.0.3/ChangeLog

Built and tested the package on my machine.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @7c6f434c, @abbradar
2018-06-08 20:32:20 +02:00
aszlig
9da116091b
nbxmpp: 0.6.5 -> 0.6.6
Upstream changes:

  * Record all SSL errors instead of only the first
  * Pass arguments to plugin/plugout methods
  * Allow the Roster to be initalized without requesting it from the
    server

Tested by building and running Gajim 1.0.3.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @abbradar
2018-06-08 20:26:04 +02:00
R. RyanTM
8a012a28bf appstream-glib: 0.7.8 -> 0.7.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/appstream-glib/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.7.9 with grep in /nix/store/c15qrflgi7dn8by6lndn4szzxqfv6fbh-appstream-glib-0.7.9
- directory tree listing: https://gist.github.com/8232c1c6ab5664cb630765eefbbf7f5f
- du listing: https://gist.github.com/820804a1f32be45fb3ccdd98d6dd6a86
2018-06-08 11:05:11 -07:00
R. RyanTM
e1d726f660 ddcutil: 0.9.0 -> 0.9.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ddcutil/versions.

These checks were done:

- built on NixOS
- /nix/store/s0wznnnrk2688704nlzkplhvh8zcs7xq-ddcutil-0.9.1/bin/ddcutil passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.9.1 with grep in /nix/store/s0wznnnrk2688704nlzkplhvh8zcs7xq-ddcutil-0.9.1
- directory tree listing: https://gist.github.com/e013a05120e8a9b8e765dbfe9ada44c3
- du listing: https://gist.github.com/bb63986822a2bb627a9f6623b2570c2b
2018-06-08 10:52:53 -07:00
R. RyanTM
46f0320009 darktable: 2.4.3 -> 2.4.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/darktable/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-rs-identify had a zero exit code or showed the expected version
- /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-cltest passed the binary check.
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-cli had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-generate-cache had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-cmstest had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-chart had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-rs-identify-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-cltest-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-cli-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-generate-cache-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-cmstest-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-chart-wrapped had a zero exit code or showed the expected version
- 1 of 14 passed binary check by having a zero exit code.
- 0 of 14 passed binary check by having the new version present in output.
- found 2.4.4 with grep in /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4
- directory tree listing: https://gist.github.com/5bf935d4e34e2708e7c6c17628c7ee7b
- du listing: https://gist.github.com/b5ad3482552e5573dfaea42499dc0fb2
2018-06-08 10:44:43 -07:00
R. RyanTM
276bf53ae9 dcraw: 9.27.0 -> 9.28.0 (#41716)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/dcraw/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/i7qixx7ll7p7hamiq04sjn73v2f58fjj-dcraw-9.28.0/bin/dcraw had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 9.28.0 with grep in /nix/store/i7qixx7ll7p7hamiq04sjn73v2f58fjj-dcraw-9.28.0
- directory tree listing: https://gist.github.com/6f620f3965b3cc4522f8f02eaf1115da
- du listing: https://gist.github.com/835f683cdb46fe5ac50f063aeb7d0226
2018-06-08 19:22:23 +02:00
volth
3f107b617f perlPackages.DBDPg: 3.5.3 -> 3.7.4 (#41677) 2018-06-08 19:19:11 +02:00
R. RyanTM
8767598d4d fio: 3.6 -> 3.7 (#41564)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/fio/versions.

These checks were done:

- built on NixOS
- /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio passed the binary check.
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio-genzipf had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio-btrace2fio had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio-dedupe had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio-verify-state had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio_generate_plots had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio2gnuplot had a zero exit code or showed the expected version
- /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/genfio passed the binary check.
- /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fiologparser.py passed the binary check.
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fiologparser_hist.py had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio_jsonplus_clat2csv had a zero exit code or showed the expected version
- 3 of 11 passed binary check by having a zero exit code.
- 1 of 11 passed binary check by having the new version present in output.
- found 3.7 with grep in /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7
- directory tree listing: https://gist.github.com/bd1f8351a206f7ab3391b9aaf656b1cf
- du listing: https://gist.github.com/f8ccaaf11e78def220b20bc5d0fcfa4a
2018-06-08 19:17:43 +02:00
R. RyanTM
45eeb24701 xmlsec: 1.2.25 -> 1.2.26 (#41655)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/xmlsec/versions.

These checks were done:

- built on NixOS
- /nix/store/y5z1vxy9v75bpsjl4z3xg1l4m0d8iqg1-xmlsec-1.2.26/bin/.xmlsec1-wrapped passed the binary check.
- /nix/store/y5z1vxy9v75bpsjl4z3xg1l4m0d8iqg1-xmlsec-1.2.26/bin/xmlsec1 passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.2.26 with grep in /nix/store/y5z1vxy9v75bpsjl4z3xg1l4m0d8iqg1-xmlsec-1.2.26
- directory tree listing: https://gist.github.com/35b63e4ccf9a1df1b167177e91716a4e
- du listing: https://gist.github.com/d45eba60006ba229e2682ff2db682d96
2018-06-08 19:06:27 +02:00
R. RyanTM
d50e65b346 pynac: 0.7.19 -> 0.7.21 (#41662)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pynac/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.7.21 with grep in /nix/store/883yhmfc1k4vz1dd37l73v7clvnyaa3v-pynac-0.7.21
- directory tree listing: https://gist.github.com/a0f53cebb1c4cae07c81edef938ac632
- du listing: https://gist.github.com/78800724710d0766e4add7ed1847c3fc
2018-06-08 19:02:38 +02:00
R. RyanTM
60e4907256 graylog: 2.4.4 -> 2.4.5 (#41686)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/graylog/versions.

These checks were done:

- built on NixOS
- /nix/store/957p5ly7vbcn5rbzcsqz1fhwih4avkzh-graylog-2.4.5/bin/graylogctl passed the binary check.
- /nix/store/957p5ly7vbcn5rbzcsqz1fhwih4avkzh-graylog-2.4.5/bin/.graylogctl-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 2.4.5 with grep in /nix/store/957p5ly7vbcn5rbzcsqz1fhwih4avkzh-graylog-2.4.5
- directory tree listing: https://gist.github.com/b91cd0e75ee5014ab3b6ef789d72127d
- du listing: https://gist.github.com/36db46a4bf59057799ab10aa9dca0f9b
2018-06-08 19:01:13 +02:00
volth
2b4653461c perlPackages.UnicodeString: 2.09 -> 2.10 (#41698)
* perlPackages.UnicodeString: 2.09 -> 2.10

* perlPackages.UnicodeString: fix url
2018-06-08 18:57:28 +02:00
volth
b854b83154 perlPackages.JSON: 2.90 -> 2.97001 (#41712)
update to match JSON::PP version
2018-06-08 18:49:34 +02:00
R. RyanTM
a2f8e94439 eid-mw: 4.4.1 -> 4.4.2 (#41571)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/eid-mw/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/fb82i287dxzdi7iymk84yyvrx5ph4x41-eid-mw-4.4.2/bin/eid-viewer had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/fb82i287dxzdi7iymk84yyvrx5ph4x41-eid-mw-4.4.2/bin/.eid-viewer-wrapped had a zero exit code or showed the expected version
- /nix/store/fb82i287dxzdi7iymk84yyvrx5ph4x41-eid-mw-4.4.2/bin/beid-update-nssdb passed the binary check.
- /nix/store/fb82i287dxzdi7iymk84yyvrx5ph4x41-eid-mw-4.4.2/bin/eid-nssdb passed the binary check.
- 2 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 4.4.2 with grep in /nix/store/fb82i287dxzdi7iymk84yyvrx5ph4x41-eid-mw-4.4.2
- directory tree listing: https://gist.github.com/9bc7e47978cdc6d1c57b60a0cdf06ffc
- du listing: https://gist.github.com/8f3d2be711226cec456c9d62c6e114d6
2018-06-08 18:41:56 +02:00
Jörg Thalheim
2e7064c8fa
Merge pull request #41713 from Ma27/i3lock-pixeled/move-to-gitlab
i3lock-pixeled: github -> gitlab
2018-06-08 17:40:56 +01:00
Bjørn Forsman
7dbd9a6378 lttng-modules: use kernel.moduleBuildDependencies
Instead of explicitly depending on libelf, use
kernel.moduleBuildDependencies which was introduced in 1e77d0b975
("kernel 4.14 require libelf to compile modules.").
2018-06-08 18:25:39 +02:00
Jörg Thalheim
2e26c117eb
Merge pull request #41689 from r-ryantm/auto-update/gromacs
gromacs: 2018 -> 2018.1
2018-06-08 17:17:52 +01:00
Maximilian Bosch
7c59058a2a
i3lock-pixeled: github -> gitlab
Additionally `pkgs` has been removed which makes possible overrides
*way* easier.
2018-06-08 18:16:20 +02:00
Jörg Thalheim
5c8eb4c027
Merge pull request #41579 from r-ryantm/auto-update/bibutils
bibutils: 6.2 -> 6.3
2018-06-08 17:13:15 +01:00
Jörg Thalheim
b9565143ea
Merge pull request #41702 from r-ryantm/auto-update/grml-zsh-config
grml-zsh-config: 0.14.3 -> 0.15.0
2018-06-08 17:02:33 +01:00
Jörg Thalheim
8348134cc4
Merge pull request #41624 from sondr3/update-clion
Jetbrains CLion: 2018.1.2 -> 2018.1.3
2018-06-08 16:30:23 +01:00
Jörg Thalheim
f71384c383
Merge pull request #41647 from daniels/patch-1
odt2txt: 0.4 -> 0.5
2018-06-08 16:18:36 +01:00
R. RyanTM
67af5ba643 grml-zsh-config: 0.14.3 -> 0.15.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/grml-zsh-config/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/f301ffb4e2c7eb9a9e2a03bc7291a958
- du listing: https://gist.github.com/810ea8b2fb0bfc9f2bd5eee5e90fce2a
2018-06-08 08:06:37 -07:00
Jörg Thalheim
e0129b64f3
Merge pull request #41700 from winniequinn/vscode-1.24.0
vscode: 1.23.1 -> 1.24.0
2018-06-08 16:04:08 +01:00
Jörg Thalheim
a7983403c2
Merge pull request #41696 from Sorixelle/update-jetbrains-jdk
jetbrainsjdk: 152b1136.20 -> 152b1248.6
2018-06-08 15:57:28 +01:00
Jörg Thalheim
4d36cae529
Merge pull request #41636 from Ekleog/nheko-0.4.3
nheko: 0.4.2 -> 0.4.3
2018-06-08 15:50:20 +01:00
Jörg Thalheim
95f97cb406
Merge pull request #41649 from zx2c4-forks/master
wireguard: 0.0.20180524 -> 0.0.20180531
2018-06-08 15:46:25 +01:00
Jörg Thalheim
5b2fbd6705
Merge pull request #41699 from kirelagin/ihaskell-path
ihaskell: Do not unset $PATH in the wrapper
2018-06-08 15:41:16 +01:00
Jörg Thalheim
5024725118 wireguard: fix checksum 2018-06-08 15:36:35 +01:00
Kirill Elagin
43a62b66d0 ihaskell: Do not unset $PATH in the wrapper 2018-06-08 16:32:59 +02:00
Jörg Thalheim
f445339d2c
Merge pull request #41672 from r-ryantm/auto-update/lxc
lxc: 3.0.0 -> 3.0.1
2018-06-08 15:32:14 +01:00
Matthew Justin Bauer
a1b5b1a660
xcode: update Xcode URL
Apple has changed this location. Now the url should look like:

https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_8.2/Xcode_8.2.xip
2018-06-08 10:27:40 -04:00
Jörg Thalheim
636695a910
Merge pull request #41653 from Anton-Latukha/hiawatha
hiawatha: GitHub -> GitLab, clean-up
2018-06-08 15:11:28 +01:00
Jörg Thalheim
ffd38a5788
Merge pull request #41694 from janisozaur/patch-2
openrct2: Update homepage
2018-06-08 15:07:57 +01:00
Jörg Thalheim
7cc0ebcf46
Merge pull request #41669 from r-ryantm/auto-update/mbedtls
mbedtls: 2.9.0 -> 2.10.0
2018-06-08 15:07:25 +01:00
Matthew Justin Bauer
622c997ffd
Merge pull request #41517 from alexfmpe/init-dylibbundler
dylibbundler: init
2018-06-08 10:03:48 -04:00
Jan Tojnar
3dbd6e45b9
Merge pull request #41523 from r-ryantm/auto-update/quodlibet
quodlibet: 4.0.2 -> 4.1.0
2018-06-08 16:03:15 +02:00
Jörg Thalheim
94b62ba4f1
Merge pull request #41693 from volth/patch-145
perlPackages.DBDmysql: 4.041 -> 4.046
2018-06-08 14:57:27 +01:00
Sorixelle
a0b7475e23 jetbrainsjdk: 152b1136.20 -> 152b1248.6 2018-06-08 23:56:12 +10:00
Jörg Thalheim
cec9a56893
Merge pull request #41691 from volth/perl-gd-2.68
perlPackages.GD: 2.53 -> 2.68
2018-06-08 14:52:47 +01:00
Jörg Thalheim
2f56f12bc0
Merge pull request #41654 from r-ryantm/auto-update/xonsh
xonsh: 0.6.4 -> 0.6.6
2018-06-08 14:51:15 +01:00
Michał Janiszewski
094efaa31d
openrct2: Update homepage 2018-06-08 15:49:33 +02:00
Jörg Thalheim
28086cc85c
Merge pull request #41657 from r-ryantm/auto-update/urlwatch
urlwatch: 2.11 -> 2.13
2018-06-08 14:49:32 +01:00
volth
85fc222296
perlPackages.DBDmysql: 4.041 -> 4.046 2018-06-08 13:48:50 +00:00
Jörg Thalheim
7556fc9a77
Merge pull request #41663 from r-ryantm/auto-update/owl-lisp
owl-lisp: 0.1.15 -> 0.1.16
2018-06-08 14:43:57 +01:00
volth
757a58ed2f [cpan2nix] perlPackages.GD: 2.53 -> 2.68
dependencies:
perlPackages.TestFork: init at 0.02
2018-06-08 13:40:06 +00:00
Jörg Thalheim
2817e29584
Merge pull request #41687 from volth/patch-142
perlPackages.FileDesktopEntry: 0.04 -> 0.22
2018-06-08 14:39:22 +01:00
Jean-Philippe Bernardy
7d02ec9ac6 python.packages.tensorflow: add missing dependencies 2018-06-08 15:38:02 +02:00
Jean-Philippe Bernardy
1477171073 python.packages.tensorflow-tensorboard: 1.5.0 -> 1.7.0 2018-06-08 15:38:02 +02:00
Jean-Philippe Bernardy
72f051a970 python.packages.gast: init at 0.2.0 2018-06-08 15:38:01 +02:00
Jean-Philippe Bernardy
48696cf4fe python.packages.astunparse: init at 1.5.0 2018-06-08 15:38:01 +02:00
Jörg Thalheim
ad48dd15d0
Merge pull request #41667 from r-ryantm/auto-update/ndpi
ndpi: 1.8 -> 2.2
2018-06-08 14:31:11 +01:00
R. RyanTM
bab8aee740 gromacs: 2018 -> 2018.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/gromacs/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/GMXRC had a zero exit code or showed the expected version
- /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/GMXRC.bash passed the binary check.
- /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/GMXRC.zsh passed the binary check.
- Warning: no invocation of /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/GMXRC.csh had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/demux.pl had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/xplor2gmx.pl had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/gmx-completion.bash had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/gmx-completion-gmx.bash had a zero exit code or showed the expected version
- /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1/bin/gmx passed the binary check.
- 3 of 9 passed binary check by having a zero exit code.
- 0 of 9 passed binary check by having the new version present in output.
- found 2018.1 with grep in /nix/store/a0ab5ixcsgcj9pzkmysfa46dydbbzsyy-gromacs-2018.1
- directory tree listing: https://gist.github.com/4d089bde03168c17ad10db514f47d339
- du listing: https://gist.github.com/5dd10f02ed60d442ec148efcf18c7661
2018-06-08 06:30:20 -07:00
Jörg Thalheim
27d7502b18
Merge pull request #41660 from kylewlacy/libbluray-fix-java-build
libbluray: fix Java build
2018-06-08 14:27:44 +01:00
volth
e0e3a0770b
perlPackages.FileDesktopEntry: 0.04 -> 0.22 2018-06-08 13:19:27 +00:00
Jörg Thalheim
e5eb5b5524
Merge pull request #41656 from r-ryantm/auto-update/wolfssl
wolfssl: 3.13.0 -> 3.15.0
2018-06-08 14:19:04 +01:00
Jörg Thalheim
e2d5c40e31
Merge pull request #41671 from woffs/detoxsafetbl
detox: fix missing safe.tbl
2018-06-08 14:15:08 +01:00
Jörg Thalheim
10c2fd43d3
Merge pull request #41676 from volth/patch-137
perlPackages.CompressRawZlib: 2.074 -> 2.081
2018-06-08 14:13:28 +01:00
Orivej Desh
1b6dcf4936 dwarf-therapist: fix build
Update for dfc4744afd.
2018-06-08 15:12:12 +02:00
Jörg Thalheim
82b1edd9e8
Merge pull request #41670 from couchemar/hub-2.4.0
hub: 2.3.0 -> 2.4.0
2018-06-08 14:08:57 +01:00
Jörg Thalheim
38672fa1e4
Merge pull request #41661 from ookhoi/pinentry-debian-patch
pinentry-debian-patch - "anonscm.debian.org has migrated to salsa.deb…
2018-06-08 14:07:02 +01:00
Jörg Thalheim
a5ff2409c0
Merge pull request #41678 from r-ryantm/auto-update/librealsense
librealsense: 2.11.1 -> 2.12.0
2018-06-08 14:05:36 +01:00
Jörg Thalheim
352ae5ad01
Merge pull request #41675 from volth/patch-136
perlPackages.DB_File: 1.831 -> 1.841
2018-06-08 14:04:45 +01:00
Jörg Thalheim
aa11c0877b perlPackages.FileDesktopEntry: fix build by adding missing Module::Build 2018-06-08 14:01:57 +01:00
Jörg Thalheim
7212a6c130
Merge pull request #41194 from uri-canva/bazel-buildtools
Add Bazel buildtools
2018-06-08 13:55:51 +01:00
volth
6b27c4e149 pythonPackages.cython: Disable tests on i686 (#41633) 2018-06-08 14:55:42 +02:00
Jörg Thalheim
24ea891715
Merge pull request #41683 from volth/patch-140
perlPackages.ListBinarySearch: 0.20 -> 0.25
2018-06-08 13:45:01 +01:00
Jörg Thalheim
5379281565
Merge pull request #41682 from volth/patch-139
perlPackages.BerkeleyDB: 0.54 -> 0.55
2018-06-08 13:43:03 +01:00
Alexandre Esteves
c7520b6670
dylibbundler: init 2018-06-08 13:37:53 +01:00
Jörg Thalheim
9437baec28
Merge pull request #41658 from r-ryantm/auto-update/securefs
securefs: 0.8.1 -> 0.8.2
2018-06-08 13:34:32 +01:00
Michael Weiss
72f07e74f3 tdesktopPackages.preview: 1.3.3 -> 1.3.4 2018-06-08 13:49:37 +02:00
volth
4110c1bdaf
perlPackages.ListBinarySearch: 0.20 -> 0.25 2018-06-08 11:42:09 +00:00
volth
7731c3aea2
perlPackages.BerkeleyDB: 0.54 -> 0.55 2018-06-08 11:34:30 +00:00
Assassinkin
2630b1274c pythonPackages.ansiconv: init at 1.0.0 2018-06-08 12:28:43 +01:00
R. RyanTM
da07dbcd42 librealsense: 2.11.1 -> 2.12.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/librealsense/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2.12.0 with grep in /nix/store/px6ccyxxnyw1xklds9kcw8j2zdls3ays-librealsense-2.12.0
- directory tree listing: https://gist.github.com/e1d2253d92ab8f4bd8aa06a2fd223431
- du listing: https://gist.github.com/bafbf4e97cf5ec6f4471c2fe5f3d785a
2018-06-08 04:21:43 -07:00
Michael Weiss
7fd9a40dde androidStudioPackages.{dev,canary}: 3.2.0.15 -> 3.2.0.16 2018-06-08 13:21:32 +02:00
Michael Weiss
179590a314 android-studio: 3.1.2.0 -> 3.1.3.0 2018-06-08 13:21:23 +02:00
volth
22a74ad5f2 libvirt: 4.1.0 -> 4.4.0 2018-06-08 11:21:22 +00:00
volth
02fb8fb7e3
perlPackages.CompressRawZlib: 2.074 -> 2.081 2018-06-08 11:10:15 +00:00
volth
44055018f5
perlPackages.DB_File: 1.831 -> 1.841 2018-06-08 11:08:14 +00:00
Frank Doepper
943625a62b loadwatch: init at 1.1 2018-06-08 12:45:15 +02:00
R. RyanTM
ebf5de7467 lxc: 3.0.0 -> 3.0.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lxc/versions.

These checks were done:

- built on NixOS
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-attach passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-autostart passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-cgroup passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-checkpoint passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-copy passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-config passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-console passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-create passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-destroy passed the binary check.
- Warning: no invocation of /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-device had a zero exit code or showed the expected version
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-execute passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-freeze passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-info passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-ls passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-monitor passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-snapshot passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-start passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-stop passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-top passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-unfreeze passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-unshare passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-usernsexec passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-wait passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-checkconfig passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/lxc-update-config passed the binary check.
- /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1/bin/init.lxc passed the binary check.
- 25 of 26 passed binary check by having a zero exit code.
- 20 of 26 passed binary check by having the new version present in output.
- found 3.0.1 with grep in /nix/store/x6894sbycq6n355c9nflvf51c5wl5b4a-lxc-3.0.1
- directory tree listing: https://gist.github.com/99239516868c9c02f18f88c0399aa8f1
- du listing: https://gist.github.com/60d07821cb31145506d2cba9745bbe7d
2018-06-08 03:43:53 -07:00
Frank Doepper
aec5eada5a detox: fix missing safe.tbl 2018-06-08 12:34:59 +02:00
Andrey Pavlov
77c2ca6be2 hub: 2.3.0 -> 2.4.0 2018-06-08 13:26:43 +03:00
R. RyanTM
cf40f4cb93 mbedtls: 2.9.0 -> 2.10.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mbedtls/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_udp_proxy_wrapper.sh had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_aescrypt2 passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_crypt_and_hash had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_generic_sum had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_hello passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_dh_client had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_dh_genprime had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_dh_server had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ecdh_curve25519 passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ecdsa had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_gen_key had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_key_app passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_key_app_writer had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_mpi_demo passed the binary check.
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_pk_decrypt passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_pk_encrypt had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_pk_sign had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_pk_verify had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_rsa_decrypt had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_rsa_encrypt had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_rsa_genkey passed the binary check.
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_rsa_sign passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_rsa_sign_pss had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_rsa_verify had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_rsa_verify_pss had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_gen_entropy passed the binary check.
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_gen_random_ctr_drbg passed the binary check.
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_gen_random_havege passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_dtls_client had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_dtls_server had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_mini_client had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ssl_client1 had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ssl_client2 had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ssl_fork_server had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ssl_mail_client passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ssl_server had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ssl_server2 had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_benchmark passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_selftest had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ssl_cert_test passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_udp_proxy had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_zeroize had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_pem2der passed the binary check.
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_strerror passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_cert_app had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_cert_req had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_cert_write had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_crl_app passed the binary check.
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_req_app passed the binary check.
- 18 of 49 passed binary check by having a zero exit code.
- 0 of 49 passed binary check by having the new version present in output.
- found 2.10.0 with grep in /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0
- directory tree listing: https://gist.github.com/a14a6f7f932021b4c72aa2a56d3cafc8
- du listing: https://gist.github.com/d1d619564617178d839c99f546be2911
2018-06-08 03:15:51 -07:00
Jörg Thalheim
47529594e4 rustc: disable test-inherit-env
This fails on hydra on x86_64 for unknown reason.
2018-06-08 10:55:02 +01:00
R. RyanTM
8195e37c14 ngspice: 27 -> 28
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ngspice/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/7mjpw971bh37wil41hin4ssn290wr3ad-ngspice-28/bin/cmpp had a zero exit code or showed the expected version
- /nix/store/7mjpw971bh37wil41hin4ssn290wr3ad-ngspice-28/bin/ngspice passed the binary check.
- 1 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 28 with grep in /nix/store/7mjpw971bh37wil41hin4ssn290wr3ad-ngspice-28
- directory tree listing: https://gist.github.com/890c9d6d1b1aa9e86b2f4c8ddf86a36d
- du listing: https://gist.github.com/099b236d47fee839749355d18a841493
2018-06-08 02:31:16 -07:00
R. RyanTM
ac6573cf23 ndpi: 1.8 -> 2.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ndpi/versions.

These checks were done:

- built on NixOS
- /nix/store/0wzn4dsnqb45c38lzvhlhbc8bjqqy6ig-ndpi-2.2/bin/ndpiReader passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 2.2 with grep in /nix/store/0wzn4dsnqb45c38lzvhlhbc8bjqqy6ig-ndpi-2.2
- directory tree listing: https://gist.github.com/7144c4f9a07d41666dd0187209a7e06e
- du listing: https://gist.github.com/be818fd366b25df61d730577ad3512c9
2018-06-08 02:20:26 -07:00
Kamil Chmielewski
2f79089553 ponyc: 0.22.5 -> 0.22.6
https://github.com/ponylang/ponyc/issues/2758
2018-06-08 10:44:55 +02:00
R. RyanTM
b7edc2b30e owl-lisp: 0.1.15 -> 0.1.16
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/owl-lisp/versions.

These checks were done:

- built on NixOS
- /nix/store/w56xh2wbvj0f9f7cs7px7jrwkw6lcb9q-owl-lisp-0.1.16/bin/ol passed the binary check.
- Warning: no invocation of /nix/store/w56xh2wbvj0f9f7cs7px7jrwkw6lcb9q-owl-lisp-0.1.16/bin/ovm had a zero exit code or showed the expected version
- 1 of 2 passed binary check by having a zero exit code.
- 1 of 2 passed binary check by having the new version present in output.
- found 0.1.16 with grep in /nix/store/w56xh2wbvj0f9f7cs7px7jrwkw6lcb9q-owl-lisp-0.1.16
- directory tree listing: https://gist.github.com/b4c2aa74b73f2272f18b1a116c55897a
- du listing: https://gist.github.com/c130a766b1c674ed98f2f4e109186fe3
2018-06-08 01:39:17 -07:00
Sarah Brofeldt
0d1dee0dae
Merge pull request #41610 from bbarker/ats2
ats2: 0.3.9 -> 0.3.11
2018-06-08 10:31:06 +02:00
Sander Hollaar
bf56acccb8 pinentry-debian-patch - "anonscm.debian.org has migrated to salsa.debian.org" https://github.com/NixOS/nixpkgs/issues/39927 2018-06-08 09:53:12 +02:00
Anton-Latukha
daef5308ec hiawatha: GitHub -> GitLab, clean-up, build with ninja
Developer deleted account on GitHub. As a GitLab proof - official page:
https://www.hiawatha-webserver.org/download
points to GitLab.

* Web server officially created for mbedtls, use bundled
* Assert not needed
* Build with cmake/ninja
* Removed hack, no longer needed
2018-06-08 10:31:48 +03:00
Peter Simons
6bde64f6db
Merge pull request #41593 from erictapen/haskellPackages-http-link-header-disable-tests
haskellPackages.http-link-header: disable tests
2018-06-08 09:27:58 +02:00
R. RyanTM
f2f681d918 securefs: 0.8.1 -> 0.8.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/securefs/versions.

These checks were done:

- built on NixOS
- /nix/store/rbd37l5asgzjv9l2vsiyylgj841kjada-securefs-0.8.2/bin/securefs passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.8.2 with grep in /nix/store/rbd37l5asgzjv9l2vsiyylgj841kjada-securefs-0.8.2
- directory tree listing: https://gist.github.com/5aa426f3a1d68b6b2658022bc9848445
- du listing: https://gist.github.com/984ae2a71ea3f57fbfa4d993661314d4
2018-06-07 22:58:18 -07:00
R. RyanTM
d62db346c8 urlwatch: 2.11 -> 2.13
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/urlwatch/versions.

These checks were done:

- built on NixOS
- /nix/store/yxp495qcrnid39kivd5b748j8frqlkdm-urlwatch-2.13/bin/.urlwatch-wrapped passed the binary check.
- /nix/store/yxp495qcrnid39kivd5b748j8frqlkdm-urlwatch-2.13/bin/urlwatch passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 2.13 with grep in /nix/store/yxp495qcrnid39kivd5b748j8frqlkdm-urlwatch-2.13
- directory tree listing: https://gist.github.com/255d16f15c73bd3e1d6a677d1dd4c3c6
- du listing: https://gist.github.com/a3fa79092d3a5ca8f6929ee7b05f686f
2018-06-07 22:40:06 -07:00
Kyle Lacy
e534844afa libbluray: fix Java build 2018-06-07 22:22:51 -07:00
R. RyanTM
7431365662 wolfssl: 3.13.0 -> 3.15.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/wolfssl/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.15.0 in filename of file in /nix/store/gx03mc7m4r07ybly7san7xk3v17pm264-wolfssl-3.15.0
- directory tree listing: https://gist.github.com/79fbf246bbacf1d8014bee57d274625a
- du listing: https://gist.github.com/1f19919b71d52208a236a55cf066a003
2018-06-07 22:20:21 -07:00
R. RyanTM
d204c4aee8 xonsh: 0.6.4 -> 0.6.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/xonsh/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6/bin/xon.sh had a zero exit code or showed the expected version
- /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6/bin/.xonsh-wrapped passed the binary check.
- /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6/bin/xonsh passed the binary check.
- 2 of 3 passed binary check by having a zero exit code.
- 2 of 3 passed binary check by having the new version present in output.
- found 0.6.6 with grep in /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6
- directory tree listing: https://gist.github.com/dba795a63cf24871f010baf56dba68d0
- du listing: https://gist.github.com/afde349bcf27d995e595d895941de9de
2018-06-07 21:47:14 -07:00
Matthew Justin Bauer
7fc58ea6a7
Merge pull request #41648 from dywedir/flashplayer
flashplayer: fix sha256 hash
2018-06-08 00:01:32 -04:00
Tim Steinbach
8cee6cbe81
linux: 4.9.106 -> 4.9.107 2018-06-07 21:15:37 -04:00
Tim Steinbach
16a575c6bf
linux: 4.4.135 -> 4.4.136 2018-06-07 21:15:22 -04:00
aszlig
ff5cecf821
autoPatchelfHook: Patch PIC exes/libs as well
If there is a shared object or executable that's using
position-independent code, the file's mime type is
"application/x-pie-executable", so until this change its dependencies
wouldn't be patched.

This simply adds the mime type to the search loop.

Signed-off-by: aszlig <aszlig@nix.build>
2018-06-08 00:27:31 +02:00
Jason A. Donenfeld
812c52a974 wireguard: 0.0.20180524 -> 0.0.20180531 2018-06-08 00:16:36 +02:00
Vladyslav Mykhailichenko
16ee92eba9 flashplayer: fix sha256 hash 2018-06-08 01:02:51 +03:00
Daniel Sandbecker
876b6406d3
odt2txt: 0.4 -> 0.5
Version 0.4 failed to build for me on MacOS 10.12.6 (16G1314). (Might be related to the removed libiconv-hacks.) Version 0.5 as specified builds cleanly. Not tested on any other platforms though.

Also 0.4 is from 2008 while 0.5 was released in 2014.

The old homepage now redirects to the GitHub repo.
2018-06-07 23:20:09 +02:00
Matthew Justin Bauer
673628e10c
androidndk: remove set -x
This was causing output limit exceeded in Hydra:

https://hydra.nixos.org/build/75406916
2018-06-07 17:04:08 -04:00
Bjørn Forsman
0f8594170a lttng-modules: add 'libelf' to fix build against linux 4.14
Fixes this:

$ nix-build -A linuxPackages.lttng-modules
[...]
/nix/store/...-linux-4.14.48-dev/lib/modules/4.14.48/source/Makefile:948: \
  *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfu

(Linux 4.16+ has other issues, so mark as broken.)
2018-06-07 22:29:35 +02:00
Jörg Thalheim
ca6569c96a
Merge pull request #40356 from jD91mZM2/rust
rustc: 1.25.0 -> 1.26.2
2018-06-07 20:47:36 +01:00
Matthew Justin Bauer
8272df7e18
Merge pull request #41645 from dywedir/flashplayer
flashplayer: 29.0.0.171 -> 30.0.0.113
2018-06-07 15:37:18 -04:00
obadz
6081f514b6 opensmtpd: 6.0.2p1 -> 6.0.3p1 2018-06-07 20:29:43 +01:00
Vladyslav Mykhailichenko
95aa3f4cc6 flashplayer: 29.0.0.171 -> 30.0.0.113 2018-06-07 22:16:42 +03:00
John Ericson
23f2dfd9f5
Merge pull request #41641 from obsidiansystems/haskell-infra-latebind
haskell infra: Use `self.ghc` rather than closing over initial value
2018-06-07 14:58:10 -04:00
Will Dietz
d8bf4d3e09
Merge pull request #41638 from dtzWill/fix/libunistring-musl-test
libunistring: re-enable tests w/musl, update seems to have fixed
2018-06-07 13:40:49 -05:00
John Ericson
f379be939c haskell infra: Use self.ghc rather than closing over initial value 2018-06-07 14:27:44 -04:00
Matthew Bauer
c923e938a3 Revert "trash-cli: cleanup"
This reverts commit 3216cf6cdf.
2018-06-07 13:17:53 -04:00
Winnie Quinn
cc13564aa8 vscode: 1.23.1 -> 1.24.0 2018-06-07 13:02:05 -04:00
Will Dietz
7edc6f648d libunistring: re-enable tests w/musl, update seems to have fixed 2018-06-07 11:34:46 -05:00
Maciej Kazulak
975874311a odpic: 2.3.2 -> 2.4.0 2018-06-07 18:26:07 +02:00
Frederik Rietdijk
de4cbd0488
Merge pull request #41086 from bcdarwin/pyezminc
python2Packages.pyezminc: init at 1.2
2018-06-07 18:25:52 +02:00
Frederik Rietdijk
c6392ff135
Merge pull request #41562 from jluttine/init-pvlib-0.5.2
pythonPackages.pvlib: init at 0.5.2
2018-06-07 18:22:56 +02:00
Léo Gaspard
8aff02e024
nheko: 0.4.2 -> 0.4.3 2018-06-07 17:34:41 +02:00
Matthew Justin Bauer
3ebcac8d85
darwin.libiconv: use static library
This is necessary to get stuff into the Apple App Store for iOS. Apple does not really like using dynamic libraries in iOS. Also the libcharset thing is apparently a "private" symbol.

See https://github.com/reflex-frp/reflex-platform/pull/307 for more details.

See 3dee596ed1 (diff-261d74054a31954b7c6175e2e7e28356) for discussion
2018-06-07 10:53:02 -04:00
Matthew Justin Bauer
eceff79fb6
Merge pull request #41611 from ookhoi/intltool-debian-patch
intltool-debian-patch - fix "error: cannot download perl-5.22.patch f…
2018-06-07 10:01:05 -04:00
Michael Alan Dorman
ba17cbfd1f taffybar: turn on strictDeps 2018-06-07 15:22:16 +02:00
Michael Alan Dorman
b7a0c60e8b dbus-hslogger, status-notifier-item: specify dbus version 2018-06-07 15:22:16 +02:00
Michael Alan Dorman
2558c41192 gi-dbusmenugtk3: add dependency on gtk3 2018-06-07 15:22:16 +02:00
Michael Alan Dorman
0287773a0a haskell-gi: remove patch already present in new version 2018-06-07 15:22:16 +02:00
Peter Simons
c08d5ab247 emacsPackages.haskellMode: mark 'broken'
This package is obsolete anyway. Use "emacsMelpa.haskell-mode" instead.
2018-06-07 15:22:16 +02:00
Peter Simons
89a8e0bfad hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-21-g9312993 from Hackage revision
338f06c74f.
2018-06-07 15:22:16 +02:00
Peter Simons
a89d900566 hackage2nix: update list of broken packages 2018-06-07 15:21:57 +02:00
Peter Simons
7aa6d2c808 LTS Haskell 11.12 2018-06-07 15:21:57 +02:00
lewo
1c185de204
Merge pull request #41542 from r-ryantm/auto-update/logcheck
logcheck: 1.3.18 -> 1.3.19
2018-06-07 15:15:20 +02:00
Jaakko Luttinen
0b41fa32d1 pythonPackages.h5py: 2.7.1 -> 2.8.0 (#41581) 2018-06-07 14:57:06 +02:00
Will Dietz
b955c93cbe aws-sdk-cpp: 1.4.50 -> 1.4.60 2018-06-07 07:16:58 -05:00
Brandon Elam Barker
52f81b6b58 ats2: 0.3.9 -> 0.3.11 2018-06-07 11:44:06 +00:00
Karol Chmist
961f1fc7fc dotty: 0.6.0-RC1 -> 0.8.0-RC1 2018-06-07 13:15:47 +02:00
Michael Weiss
01040d9c27 tdesktopPackages.preview: 1.3.1 -> 1.3.3 2018-06-07 13:08:36 +02:00
Elis Hirwing
ce40a23ac9
phpPackages.phpcbf: 3.2.3 -> 3.3.0
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.0
2018-06-07 12:48:38 +02:00
Elis Hirwing
feb8015056
phpPackages.phpcs: 3.2.3 -> 3.3.0
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.0
2018-06-07 12:47:29 +02:00
Sondre Nilsen
5d9a182f8a
Jetbrains CLion: 2018.1.2 -> 2018.1.3 2018-06-07 12:09:14 +02:00
Sarah Brofeldt
41cdec2e51
Merge pull request #41621 from orivej/dwarf-therapist
dwarf-therapist: fix build
2018-06-07 11:42:33 +02:00
Robert Schütz
5e35e9934c python.pkgs.envs: 1.2.4 -> 1.2.6 2018-06-07 11:32:40 +02:00
Frederik Rietdijk
4dc7cc8cc7
Merge pull request #41259 from jyp/tf-1.7.1-bin
python.pkgs.tensorflow: wheel version
2018-06-07 11:27:39 +02:00
Orivej Desh
24786e1249 dwarf-therapist: fix build
Update for dfc4744afd.
2018-06-07 09:09:25 +00:00
Jaakko Luttinen
e5d43df48c pythonPackages.autograd: init at 1.2 (#41558) 2018-06-07 11:06:51 +02:00
R. RyanTM
81853859a1 cutemaze: 1.2.2 -> 1.2.3 (#41572)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/cutemaze/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/sqmwkpsp62yarxbxil0xwl6c7434bhns-cutemaze-1.2.3/bin/cutemaze had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.2.3 with grep in /nix/store/sqmwkpsp62yarxbxil0xwl6c7434bhns-cutemaze-1.2.3
- directory tree listing: https://gist.github.com/a8cfdfb66984a0f73bf7653f74bd4875
- du listing: https://gist.github.com/ad7863094421835157fc96f90206e350
2018-06-07 11:04:01 +02:00
Elis Hirwing
df92030a32 python36Packages.cython: Disable the "test_coerce_to_numpy" test on aarch64 (#41453) 2018-06-07 10:50:58 +02:00
Michael Raskin
f0cc913df3
Merge pull request #41605 from lsix/unifont-11.0.01
unifont: 10.0.06 -> 11.0.01
2018-06-07 07:49:33 +00:00
Peter Hoeg
b48af23d16
Merge pull request #41617 from peterhoeg/p/mssql
check-mssql-health: init at 2.6.4.14
2018-06-07 14:55:59 +08:00
Peter Hoeg
d5f37d1f2e check-mssql-health: init at 2.6.4.14 2018-06-07 14:21:18 +08:00
Peter Hoeg
333cebead2 perlPackages.DBDsybase: init at 1.16 2018-06-07 14:10:48 +08:00
Sander Hollaar
203c8c4534 intltool-debian-patch - fix "error: cannot download perl-5.22.patch from any mirror" 2018-06-07 06:01:02 +02:00
Matthew Justin Bauer
f5b0d6d889
Merge pull request #41606 from knedlsepp/fix-rWrapper-on-darwin
Fix rWrapper on darwin
2018-06-06 22:42:36 -04:00
Matthew Justin Bauer
80046ccd96
Merge pull request #41006 from romildo/fix.openbox
openbox: fix wrapping of openbox-xdg-autostart
2018-06-06 22:33:23 -04:00
Matthew Justin Bauer
55cf1a5bf7
Merge pull request #41514 from r-ryantm/auto-update/unetbootin
unetbootin: 657 -> 661
2018-06-06 22:29:27 -04:00
Matthew Justin Bauer
ddd400baee
Merge pull request #41498 from tadfisher/docker-machine-kvm2
docker-machine-kvm2: init at 0.27.0
2018-06-06 21:28:44 -04:00
Matthew Justin Bauer
6dcef7ab46
Merge pull request #41568 from linc01n/fcitx-table-extra
fcitx-table-extra: init at 0.3.8
2018-06-06 21:27:34 -04:00
Matthew Justin Bauer
d6a97a524a
Merge pull request #41576 from MarcFontaine/xearth
xearth : init at 1.1
2018-06-06 21:27:09 -04:00
Matthew Justin Bauer
dc82e3efc5
Merge pull request #41190 from puffnfresh/package/obs-linuxbrowser
obs-linuxbrowser: init at 0.3.1
2018-06-06 21:24:03 -04:00
Matthew Justin Bauer
bcb303dc47
libbdplus: add gettext 2018-06-06 21:18:32 -04:00
Matthew Justin Bauer
b00737be23
genimage: add gettext
https://hydra.nixos.org/build/75400168/nixlog/1
2018-06-06 20:57:03 -04:00
Matthew Bauer
08c6c6beb4 SDL2: disable sdltest on darwin
Darwin headless will hang when trying to run the SDL test program.
2018-06-06 19:19:30 -04:00
Matthew Bauer
dfc4744afd dwarf-fortress: 44.09 → 44.10 2018-06-06 19:19:29 -04:00
Matthew Bauer
91184d159d dwarf-fortress: move themes to .json file
This will make it easier to automate.
2018-06-06 19:19:29 -04:00
Josef Kemetmüller
aeda45821d rPackages.mgcv: fix darwin build
This fixes the error:
    ld: library not found for -liconv
2018-06-07 00:00:42 +02:00
Josef Kemetmüller
0275562a12 rPackages.Matrix: fix darwin build
This fixes the error:
    ld: library not found for -liconv
2018-06-07 00:00:07 +02:00
Josef Kemetmüller
d8ad2ad916 rPackages.nlme: fix darwin build
This fixes the error:
    ld: library not found for -liconv
2018-06-06 23:59:09 +02:00
Josef Kemetmüller
e023f117f8 rPackages.KernSmooth: fix darwin build
This fixes the error:
    ld: library not found for -liconv
2018-06-06 23:58:46 +02:00
Josef Kemetmüller
5d092b3052 rPackages.cluster: fix darwin build
This fixes the error:
    ld: library not found for -liconv
2018-06-06 23:57:08 +02:00
Lancelot SIX
0dc563881a
unifont: 10.0.06 -> 11.0.01
See https://lists.gnu.org/archive/html/info-gnu/2018-06/msg00003.html
for release information
2018-06-06 23:19:45 +02:00
Izorkin
13705c02ce mariadb: 10.2.14 -> 10.2.15 (#41497) 2018-06-06 22:19:57 +02:00
Vincent Laporte
6c426745b4 ocamlPackages.functory: 0.5 -> 0.6 (#41596) 2018-06-06 22:18:11 +02:00
André Stylianos Ramos
1c3798f1cb joker: 0.9.2 -> 0.9.3 (#41577) 2018-06-06 22:13:00 +02:00
Thomas Kerber
979a835c46 skypeforlinux: remove libstdc++5 dependency (#41590) 2018-06-06 22:12:19 +02:00
Michael Fellinger
b7a025cef2 Mint: 2018-05-27 -> 0.0.3 (#41554) 2018-06-06 22:08:34 +02:00
leenaars
90268406b8 getdns: 1.4.1 -> 1.4.2 (#41595) 2018-06-06 22:06:00 +02:00
Michael Weiss
0a1ab7ec71 quiterss: 0.18.10 -> 0.18.11 2018-06-06 22:00:12 +02:00
Patrick Hilhorst
31ab326e4e atom-beta: 1.28.0-beta2 -> 1.28.0-beta3 (#41597) 2018-06-06 21:56:21 +02:00
xeji
0c9ec4dfcf
Merge pull request #41578 from akru/master
parity: 1.9.7 -> 1.10.6 [SECURITY UPDATES]
2018-06-06 21:54:16 +02:00
R. RyanTM
517d5ff6e1 cryptoverif: 1.28 -> 2.00
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/cryptoverif/versions.

These checks were done:

- built on NixOS
- /nix/store/449i03imd329g3yi4gbmcbq9pv5ijpib-cryptoverif-2.00/bin/cryptoverif passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 2.00 with grep in /nix/store/449i03imd329g3yi4gbmcbq9pv5ijpib-cryptoverif-2.00
- directory tree listing: https://gist.github.com/b4cdf4e1befb51addd9b1dc1c39d78d9
- du listing: https://gist.github.com/18190fb11f51471790dcc668635aba6a
2018-06-06 14:40:27 -05:00
R. RyanTM
ff92e43a17 gtkwave: 3.3.90 -> 3.3.91
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/gtkwave/versions.

These checks were done:

- built on NixOS
- /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/evcd2vcd passed the binary check.
- /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/fst2vcd passed the binary check.
- /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/vcd2fst passed the binary check.
- /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/fstminer passed the binary check.
- Warning: no invocation of /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/ghwdump had a zero exit code or showed the expected version
- /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/lxt2miner passed the binary check.
- /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/lxt2vcd passed the binary check.
- Warning: no invocation of /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/shmidcat had a zero exit code or showed the expected version
- /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/vcd2lxt passed the binary check.
- /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/vcd2lxt2 passed the binary check.
- /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/vcd2vzt passed the binary check.
- /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/vzt2vcd passed the binary check.
- /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/vztminer passed the binary check.
- /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/gtkwave passed the binary check.
- Warning: no invocation of /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/twinwave had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/rtlbrowse had a zero exit code or showed the expected version
- /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91/bin/vermin passed the binary check.
- 13 of 17 passed binary check by having a zero exit code.
- 0 of 17 passed binary check by having the new version present in output.
- found 3.3.91 with grep in /nix/store/saxwlbm10w3r18rlj0svnfbrf5crwr4w-gtkwave-3.3.91
- directory tree listing: https://gist.github.com/3ce8b90b2a4e815255bced6a94d99818
- du listing: https://gist.github.com/8571bbab590243bbfadf05271e188f20
2018-06-06 14:40:12 -05:00
R. RyanTM
d277e4fbce h2o: 2.2.4 -> 2.2.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/h2o/versions.

These checks were done:

- built on NixOS
- /nix/store/dwz174x5lsj14gm3a89rhpw2mb4wciap-h2o-2.2.5/bin/h2o passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 2.2.5 with grep in /nix/store/dwz174x5lsj14gm3a89rhpw2mb4wciap-h2o-2.2.5
- directory tree listing: https://gist.github.com/b8176825df6a9bbef22331d62ac7208c
- du listing: https://gist.github.com/4c5ecd9f4cd736d08daeeab72549037e
2018-06-06 14:39:47 -05:00
Antoine Eiche
5892931182 midas: fix package name (x32edit and m32edit) 2018-06-06 21:16:07 +02:00
lewo
2c3e53287d
Merge pull request #40666 from magnetophon/M32edit
m32edit and x32edit: init at 3.2
2018-06-06 21:12:13 +02:00
Bastian Köcher
95ee1bc937 nvidia_x11: 390.48 -> 390.67 2018-06-06 20:27:14 +02:00
Daiderd Jordan
c5d1f8f313
rust: fix test condition in tcp patch 2018-06-06 20:18:46 +02:00
Pascal Wittmann
f2ea885bed
bro: 2.5.3 -> 2.5.4 2018-06-06 19:13:26 +02:00
Justin Humm
33ffa1f888
haskellPackages.http-link-header: disable tests
The test

  Network.HTTP.Link, writeLinkHeader → parseLinkHeader, roundtrips successfully

seems to flap, as I cannot reproduce the failure locally, but it occured on
Hydra [0]. Also upstream is aware of the problem [1].

[0] https://hydra.nixos.org/build/75041105
[1] https://github.com/myfreeweb/http-link-header/issues/7
2018-06-06 18:42:17 +02:00
Peter Simons
f8e77b3373 multi-ghc-travis: patch to support latest ShellCheck version 2018-06-06 18:29:50 +02:00
Will Dietz
19b4ec986a
Merge pull request #41068 from dtzWill/update/z3-4.7.1
z3: 4.6.0 -> 4.7.1
2018-06-06 10:43:07 -05:00
Jan Tojnar
f5150da8f9
Merge pull request #41556 from jtojnar/gnome3-update
gnome3 update
2018-06-06 15:07:43 +02:00
Stewart Mackenzie
a12cda8794 racket: use latest gtk (gtk2 -> gkt3) (#41557) 2018-06-06 14:04:42 +01:00
R. RyanTM
15fe683c2f bibutils: 6.2 -> 6.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/bibutils/versions.

These checks were done:

- built on NixOS
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/bib2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/biblatex2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/copac2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/end2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/endx2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/isi2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/med2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/nbib2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/ris2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/ebi2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/wordbib2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/xml2ads passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/xml2bib passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/xml2end passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/xml2isi passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/xml2ris passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/xml2wordbib passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/modsclean passed the binary check.
- 18 of 18 passed binary check by having a zero exit code.
- 0 of 18 passed binary check by having the new version present in output.
- found 6.3 with grep in /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3
- directory tree listing: https://gist.github.com/ff41347f63c0154c5f7b0322829c0001
- du listing: https://gist.github.com/2121b0f7644516ee8febcabcb1928da5
2018-06-06 05:59:19 -07:00
Alexander Krupenkin
7e45efc0f2
parity: 1.9.7 -> 1.10.6 2018-06-06 15:44:47 +03:00
Alexander Krupenkin
c36101eac1
parity-beta: deinit 2018-06-06 15:43:48 +03:00
MarcFontaine
220d2637c1 xearth : init at 1.1 2018-06-06 14:34:00 +02:00
Kristoffer Thømt Ravneberg
786449aa77 gitaly: Cause ruby-cd to be wrapped so bundler will work 2018-06-06 13:29:01 +02:00
R. RyanTM
3b1e15140c qmmp: 1.2.1 -> 1.2.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/qmmp/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wmri4qc7h7p1xb90x82fjknxpq8mr50c-qmmp-1.2.2/bin/qmmp had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.2.2 with grep in /nix/store/wmri4qc7h7p1xb90x82fjknxpq8mr50c-qmmp-1.2.2
- directory tree listing: https://gist.github.com/5df37ecfd2a1e3650a65dec2b57cef84
- du listing: https://gist.github.com/49d55015de390d6d3f1477dad43024ac
2018-06-06 13:11:54 +02:00
Jaakko Luttinen
4d7019a4f3
pythonPackages.pvlib: init at 0.5.2 2018-06-06 14:03:25 +03:00
Jörg Thalheim
074f6b009e
Merge pull request #41543 from r-ryantm/auto-update/lxcfs
lxcfs: 3.0.0 -> 3.0.1
2018-06-06 12:03:23 +01:00
Jan Tojnar
4ffeb3bb47
phpPackages.php-cs-fixer: 2.11.1 → 2.12.0 2018-06-06 12:52:13 +02:00
Orivej Desh
57d35bb35c
Merge pull request #41559 from orivej/gdk-pixbuf
gdk-pixbuf: fix loader.cache on darwin
2018-06-06 10:46:46 +00:00
Jan Tojnar
027180ab03
gnome3.vte: 0.52.1 → 0.52.2 2018-06-06 12:43:30 +02:00
Michael Raskin
165a27eb5c
Merge pull request #41553 from r-ryantm/auto-update/ipmiutil
ipmiutil: 3.1.0 -> 3.1.1
2018-06-06 10:43:16 +00:00
Jan Tojnar
2a49af0213
mypaint: fix impurities
Closes: https://github.com/NixOS/nixpkgs/issues/41552
2018-06-06 12:18:30 +02:00
Lincoln Lee
be170030b9 fcitx-table-extra: init at 0.3.8 2018-06-06 18:10:19 +08:00
Orivej Desh
eed7db423e gdk-pixbuf: fix loader.cache on darwin
gdk-pixbuf-query-loaders looks for .so files even on darwin, but after the
switch to meson the loaders are installed with .dylib extension.

Fixes #41314
2018-06-06 10:07:23 +00:00
Orivej Desh
06cdd7d83f Revert "gdk-pixbuf: patch library rpath references on darwin"
This reverts commit 6bb08e881d.

See the next commit.
2018-06-06 10:06:45 +00:00
Orivej Desh
14987c6336 Revert "gdk-pixbuf: make loaders builtin on Darwin"
This reverts commit 6d3b9763a6.

See the next commit.
2018-06-06 10:03:20 +00:00
Jan Tojnar
35dc5875cb
gnome3.libdazzle: 3.28.1 → 3.28.2 2018-06-06 11:41:31 +02:00
Jan Tojnar
fba07434d1
gnome3.gnome-terminal: 3.28.1 → 3.28.2 2018-06-06 11:41:09 +02:00
Jan Tojnar
933383ceb8
gnome3.gnome-disk-utility: 3.28.2 → 3.28.3 2018-06-06 11:40:49 +02:00
Jan Tojnar
e12afbe115
gnome3.gnome-control-center: 3.28.1 → 3.28.2 2018-06-06 11:40:31 +02:00
Jan Tojnar
26aca3bee1
gnome3.geocode-glib: 3.25.4.1 → 3.26.0 2018-06-06 11:40:17 +02:00
Jan Tojnar
17a8d7f5a4
gnome3.gdm: 3.28.1 → 3.28.2 2018-06-06 11:39:22 +02:00
Jan Tojnar
f65cee3b9c
gnome3.epiphany: 3.28.1.1 → 3.28.2.1 2018-06-06 11:39:01 +02:00
R. RyanTM
fa209571e8 ipmiutil: 3.1.0 -> 3.1.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ipmiutil/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ipmiutil had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ievents had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/idiscover had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ialarms had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/icmd had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/iconfig had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ifirewall had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ifru had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ifwum had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/igetevent had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ihealth had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ihpm had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ilan had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ipicmg had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ipmi_port had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ireset had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/isel had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/iseltime had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/isensor had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/iserial had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/isol had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/iuser had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/iwdt had a zero exit code or showed the expected version
- 0 of 23 passed binary check by having a zero exit code.
- 0 of 23 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/2e464372bda59e64858903e01bf01472
- du listing: https://gist.github.com/310a0565ebec0aa5644c80c0d97ffb94
2018-06-06 02:22:42 -07:00
R. RyanTM
a073f266d4 lttng-tools: 2.10.3 -> 2.10.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lttng-tools/versions.

These checks were done:

- built on NixOS
- /nix/store/dkn45wpwlqz4afidp3f2z9gf4a2k331a-lttng-tools-2.10.4/bin/lttng passed the binary check.
- /nix/store/dkn45wpwlqz4afidp3f2z9gf4a2k331a-lttng-tools-2.10.4/bin/lttng-crash passed the binary check.
- /nix/store/dkn45wpwlqz4afidp3f2z9gf4a2k331a-lttng-tools-2.10.4/bin/lttng-relayd passed the binary check.
- /nix/store/dkn45wpwlqz4afidp3f2z9gf4a2k331a-lttng-tools-2.10.4/bin/lttng-sessiond passed the binary check.
- 4 of 4 passed binary check by having a zero exit code.
- 2 of 4 passed binary check by having the new version present in output.
- found 2.10.4 with grep in /nix/store/dkn45wpwlqz4afidp3f2z9gf4a2k331a-lttng-tools-2.10.4
- directory tree listing: https://gist.github.com/e4d67a251f6e4d55bef4903a618d4c77
- du listing: https://gist.github.com/5a95c60b995446339306ed79d3eee027
2018-06-06 11:15:36 +02:00
Michael Raskin
692e42bfe0
Merge pull request #41535 from r-ryantm/auto-update/monit
monit: 5.25.1 -> 5.25.2
2018-06-06 08:21:50 +00:00
Orivej Desh
07ebb8bb79 tests.cc-wrapper: do not test sanitizers on darwin
They are not supported yet.

https://github.com/NixOS/nixpkgs/pull/41284#issuecomment-394977350
2018-06-06 08:01:13 +00:00
adisbladis
0b97cb69f3
nodePackages_8_x: Add nodejs (npm) to wrapper
Some pnpm commands forward to npm which might not exist in $PATH
2018-06-06 15:54:24 +08:00
R. RyanTM
fea9bd7717 lxcfs: 3.0.0 -> 3.0.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lxcfs/versions.

These checks were done:

- built on NixOS
- /nix/store/cl7h5cnf1g85ig7sd82iar0cgj1ms4f1-lxcfs-3.0.1/bin/lxcfs passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 3.0.1 with grep in /nix/store/cl7h5cnf1g85ig7sd82iar0cgj1ms4f1-lxcfs-3.0.1
- directory tree listing: https://gist.github.com/76388e1795e7273b4e3035a87a0d4749
- du listing: https://gist.github.com/8217b030a3bd3d182b6edc6439ae67e0
2018-06-06 00:31:21 -07:00
R. RyanTM
632b00f0c9 logcheck: 1.3.18 -> 1.3.19
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/logcheck/versions.

These checks were done:

- built on NixOS
- /nix/store/mvacp7nmvc8fg9jyrspb3if7x22wwa9p-logcheck-1.3.19/bin/logcheck-test passed the binary check.
- /nix/store/mvacp7nmvc8fg9jyrspb3if7x22wwa9p-logcheck-1.3.19/bin/logcheck passed the binary check.
- Warning: no invocation of /nix/store/mvacp7nmvc8fg9jyrspb3if7x22wwa9p-logcheck-1.3.19/bin/logtail had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/mvacp7nmvc8fg9jyrspb3if7x22wwa9p-logcheck-1.3.19/bin/logtail2 had a zero exit code or showed the expected version
- 2 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 1.3.19 with grep in /nix/store/mvacp7nmvc8fg9jyrspb3if7x22wwa9p-logcheck-1.3.19
- directory tree listing: https://gist.github.com/8e0cb190715df3e41d3fe55fb5ea865f
- du listing: https://gist.github.com/42a702aaffbc35973caa3cde9f16868a
2018-06-06 00:30:17 -07:00
Orivej Desh
832973d179 python.pkgs.cairocffi: support darwin 2018-06-06 07:18:13 +00:00
Vincent Laporte
07d40825d8
ocamlPackages.mstruct: remove spurious dependency 2018-06-06 07:14:30 +00:00
Vincent Laporte
2e851f9651
ocamlPackages.xmlm: remove at 1.2.0 2018-06-06 07:14:29 +00:00
Vincent Laporte
a4fa4c45cc
ocamlPackages.cmdliner_0_9: use opaline 2018-06-06 07:14:29 +00:00
Vincent Laporte
10d70a2ae3
ocamlPackages.lambda-term: fix installPhase 2018-06-06 07:14:28 +00:00
Vincent Laporte
98e8e95136
ocamlPackages.nocrypto: use opaline 2018-06-06 07:14:27 +00:00
Vincent Laporte
94445ed4bc
ocamlPackages.findlib: fix stublibs 2018-06-06 07:14:26 +00:00
Vincent Laporte
733d88574b
ocamlPackages.js-build-tools: use opaline 2018-06-06 07:14:26 +00:00
Vincent Laporte
535a8b000f
ocamlPackages.buildOcamlJane: use opaline 2018-06-06 07:14:25 +00:00
Vincent Laporte
69ac6be009
ocamlPackages.ocsigen-toolkit: use opaline 2018-06-06 07:14:25 +00:00
Vincent Laporte
cb5d4c1205
ocamlPackages.eliom: use opaline 2018-06-06 07:14:24 +00:00
Vincent Laporte
e7795ce53e
ocamlPackages.reactivedata: use opaline 2018-06-06 07:14:23 +00:00
Vincent Laporte
8e0100ba85
ocamlPackages.ppx_import: use opaline 2018-06-06 07:14:22 +00:00
Vincent Laporte
29a6ca660a
jbuilder: use opaline 2018-06-06 07:14:22 +00:00
Vincent Laporte
c066d9dfc3
ocamlPackages.topkg: use opaline 2018-06-06 07:14:21 +00:00
Vincent Laporte
853fb4598f
ocamlPackages.uchar: use opaline 2018-06-06 07:14:20 +00:00
Vincent Laporte
9114b47314
ocamlPackages.gg: use opaline 2018-06-06 07:14:20 +00:00
R. RyanTM
cd1dd31772 monit: 5.25.1 -> 5.25.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/monit/versions.

These checks were done:

- built on NixOS
- /nix/store/mh4qnd2ljfha67cv20lvkiyxr1cj0ar7-monit-5.25.2/bin/monit passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 5.25.2 with grep in /nix/store/mh4qnd2ljfha67cv20lvkiyxr1cj0ar7-monit-5.25.2
- directory tree listing: https://gist.github.com/510e765f79571ddc4c2542c69dffc6f3
- du listing: https://gist.github.com/31af9a371bca965d4d606614e84025d4
2018-06-05 23:44:33 -07:00
R. RyanTM
46dfe1eca8 osinfo-db: 20180514 -> 20180531 (#41532)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/osinfo-db/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 20180531 with grep in /nix/store/25851x07kvaxfb8s7427mhpvylj8swg1-osinfo-db-20180531
- directory tree listing: https://gist.github.com/60bc6cf4445cc0ea32c19263635f4abc
- du listing: https://gist.github.com/f17e071004c463f800b9a570501643e5
2018-06-06 08:37:08 +02:00
Michael Raskin
a1e32fba96
Merge pull request #41527 from r-ryantm/auto-update/qrencode
qrencode: 4.0.0 -> 4.0.1
2018-06-06 06:36:47 +00:00
R. RyanTM
231bcd3555 pkcs11helper: 1.22 -> 1.23 (#41530)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pkcs11-helper/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.23 with grep in /nix/store/njd3rr6rvfss4xm4slpj7pxcp7ydlkxx-pkcs11-helper-1.23
- directory tree listing: https://gist.github.com/dfd004f45e4a3e63bf0656538040eb38
- du listing: https://gist.github.com/197b03678f9126503098e42ad217a12b
2018-06-06 08:36:30 +02:00
R. RyanTM
e28ebcf8d7 pmd: 6.3.0 -> 6.4.0 (#41529)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pmd/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/vjq9c2hiwhwz3blq7dpv4dbb715sb4di-pmd-6.4.0/bin/bgastviewer.bat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/vjq9c2hiwhwz3blq7dpv4dbb715sb4di-pmd-6.4.0/bin/cpdgui.bat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/vjq9c2hiwhwz3blq7dpv4dbb715sb4di-pmd-6.4.0/bin/designer.bat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/vjq9c2hiwhwz3blq7dpv4dbb715sb4di-pmd-6.4.0/bin/pmd.bat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/vjq9c2hiwhwz3blq7dpv4dbb715sb4di-pmd-6.4.0/bin/cpd.bat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/vjq9c2hiwhwz3blq7dpv4dbb715sb4di-pmd-6.4.0/bin/run.sh had a zero exit code or showed the expected version
- 0 of 6 passed binary check by having a zero exit code.
- 0 of 6 passed binary check by having the new version present in output.
- found 6.4.0 with grep in /nix/store/vjq9c2hiwhwz3blq7dpv4dbb715sb4di-pmd-6.4.0
- directory tree listing: https://gist.github.com/c371521af22489a6f711d026a7ae6ca8
- du listing: https://gist.github.com/c80d6292115b6f1817e4c877e3b840a9
2018-06-06 08:35:10 +02:00
R. RyanTM
52e3ce6107 renpy: 6.99.14.3 -> 7.0.0 (#41515)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/renpy/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/ahy8smyhk0l4jhca9gnzvw7pgl82aw0z-renpy-7.0.0/bin/renpy had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 7.0.0 with grep in /nix/store/ahy8smyhk0l4jhca9gnzvw7pgl82aw0z-renpy-7.0.0
- directory tree listing: https://gist.github.com/d2bcdfe97ec6d25a85ed5c0960610062
- du listing: https://gist.github.com/a9cf861b24bbd391732cfc7a596b829a
2018-06-06 08:31:02 +02:00
R. RyanTM
0a01677533 wireless-regdb: 2018.05.09 -> 2018.05.31 (#41502)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/wireless-regdb/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/eb0bfbd5021737ca480ef0988bdb7c0b
- du listing: https://gist.github.com/bef51cf6379ac49345c3a945c0d86181
2018-06-06 08:27:07 +02:00
jD91mZM2
810e6759c2
rustc: 1.26.1 -> 1.26.2 2018-06-06 07:29:09 +02:00
Will Dietz
e32cdcb7e6 gnuplot: 5.2.3 -> 5.2.4 (#41505)
http://www.gnuplot.info/ReleaseNotes_5_2_4.html
2018-06-06 05:20:15 +00:00
R. RyanTM
a1df64bab5 qrencode: 4.0.0 -> 4.0.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/qrencode/versions.

These checks were done:

- built on NixOS
- /nix/store/b6r4hmimplv6bb9c6hifz12fviffv7sy-qrencode-4.0.1/bin/qrencode passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 4.0.1 with grep in /nix/store/b6r4hmimplv6bb9c6hifz12fviffv7sy-qrencode-4.0.1
- directory tree listing: https://gist.github.com/baadc6a6ea64d66edc20bd100d9f2c44
- du listing: https://gist.github.com/c734323c8b2a2924e59912df5f75be0d
2018-06-05 21:43:54 -07:00