Commit Graph

26436 Commits

Author SHA1 Message Date
Matthew Justin Bauer
a006243b8d
Merge pull request #41732 from Infinisil/overrideDerivation
some overrideDerivation cleanups
2018-06-22 20:07:48 -04:00
Tim Steinbach
2624f90796
Merge pull request #42376 from dtzWill/update/git-2.18.0
git: 2.17.1 -> 2.18.0
2018-06-23 00:00:13 +00:00
Michael Weiss
f0520361a1 androidStudioPackages.{beta,dev,canary}: 3.2.0.17 -> 3.2.0.18 2018-06-22 20:58:10 +02:00
Averell Dalton
67e13d60c4 x2goclient: fix build with qt 5.11 2018-06-22 17:32:07 +02:00
Will Dietz
26f24fe09a git: indicate when last tested to "still" fail, for checking updates 2018-06-22 10:10:20 -05:00
Will Dietz
1190af39b9 git: disable failing completion test as well 2018-06-22 10:02:57 -05:00
Will Dietz
4136cb5ba9 git: disable "editor with a space" tests due to fails
Need to investigate.
2018-06-22 10:00:42 -05:00
Will Dietz
e65e6cad23 git: disable working-tree-encoding tests on musl
Makes assumptions about BOM.
2018-06-22 09:56:20 -05:00
Will Dietz
5f27396e8f git: remove symlinks-in-bin patch 2018-06-22 09:15:54 -05:00
Will Dietz
18231121f4 git: 2.17.1 -> 2.18.0 2018-06-22 09:12:06 -05:00
adisbladis
25ee8e0f70
firefox-devedition-bin: 62.0b1 -> 62.0b2 2018-06-22 22:05:26 +08:00
Lancelot SIX
75879177e8
Merge pull request #42364 from dotlambda/qutebrowser-1.3.3
qutebrowser: 1.3.2 -> 1.3.3
2018-06-22 14:36:04 +02:00
Frederik Rietdijk
48110c1295 Merge staging into master 2018-06-22 13:20:37 +02:00
Robert Schütz
080fbe90a5 jrnl: use Python 3 2018-06-22 13:09:49 +02:00
Michael Weiss
db0da282c3 signal-desktop: 1.12.1 -> 1.13.0 2018-06-22 12:33:13 +02:00
Robert Schütz
3c8d19fc69 qutebrowser: 1.3.2 -> 1.3.3 2018-06-22 11:53:21 +02:00
Michael Fellinger
6f831a7ab4 Gnome-latex: init at 3.28.1 2018-06-22 10:14:28 +02:00
Pascal Wittmann
11a0d130ff
Merge pull request #42346 from Ma27/fix-yabar
yabar: fix build
2018-06-22 09:47:05 +02:00
Matthieu Coudron
6664babe85 i3-easyfocus: init at 20180622
Fast window switcher.
Attributes and display one letter per window on your current workspace, upon keypress,
will focus the matching window.
2018-06-22 16:44:53 +09:00
Matthieu Coudron
d395b185d9 i3ipc-glib: init at 0.6.0
IPC library used to interact with the window manager www.i3wm.org
2018-06-22 16:43:33 +09:00
Matthew Justin Bauer
9185df5f9d
Merge pull request #41614 from teto/flent_wrap
[RFC/RDY] flent: add manpage + init http-getter
2018-06-21 21:33:49 -04:00
Matthew Bauer
fc048073e6 git: remove object file from closure
This file pulls in some big dependencies that are unneeded (like
clang).
2018-06-21 19:47:10 -04:00
Jörg Thalheim
6906e5c149 gitAndTools.hub: remove go compiler from runtime closure 2018-06-21 23:34:44 +01:00
Maximilian Bosch
2ae32923ed
yabar: fix build
The stable build for `yabar` is currently broken: https://hydra.nixos.org/build/75989172

Main reason is that the inline function `ya_setup_prefix_suffix` is
supposed to be an inline function, but was insufficiently declared as
such which broke the compiler recently with the following message:

```
gcc -std=c99 -Iinclude -pedantic -Wall -Os `pkg-config --cflags pango pangocairo libconfig` -DVERSION=\"0.4.0\" -D_POSIX_C_SOURCE=199309L -DYA_INTERNAL -DYA_DYN_COL -DYA_ENV_VARS -DYA_INTERNAL_EWMH  -c -o src/intern_blks/ya_intern.o src/intern_blks/ya_intern.c
gcc -o yabar src/ya_main.o src/ya_draw.o src/ya_exec.o src/ya_parse.o src/intern_blks/ya_intern.o -lxcb -lpthread -lxcb-randr -lxcb-ewmh `pkg-config --libs pango pangocairo libconfig`
src/intern_blks/ya_intern.o: In function `ya_int_date':
ya_intern.c:(.text+0x49): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_uptime':
ya_intern.c:(.text+0xf4): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_brightness':
ya_intern.c:(.text+0x1d8): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_bandwidth':
ya_intern.c:(.text+0x377): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_cpu':
ya_intern.c:(.text+0x6de): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o:ya_intern.c:(.text+0x924): more undefined references to `ya_setup_prefix_suffix' follow
collect2: error: ld returned 1 exit status
make: *** [Makefile:18: yabar] Error 1
```

This issue has been fixed on master (see
9779a5e04b)
which is why `nixos.yabar-unstable` remained functional.
2018-06-21 23:38:13 +02:00
Jörg Thalheim
9da836dd03 rancher-compose: remove
I no longer use rancher and can test this derivation.
Also rancher-compose should have the same version as the rancher cluster
used. So it is better to be build by the user using it rather having a
random version in nixpkgs.
2018-06-21 11:11:41 +01:00
Matthew Justin Bauer
3925077548
Merge pull request #41485 from teto/owamp
[RDY] Owamp : Get one way (network) latencies between synchronized computers
2018-06-20 21:45:36 -04:00
Jörg Thalheim
ac5734752c
Merge pull request #42248 from r-ryantm/auto-update/limesuite
limesuite: 18.04.1 -> 18.06.0
2018-06-21 00:32:20 +01:00
Jörg Thalheim
d4ed33492e
Merge pull request #42296 from bkchr/ts3_3_1_10
teamspeak_client: 3.1.8 -> 3.1.10
2018-06-20 23:35:20 +01:00
Jörg Thalheim
a03f342a56
Merge pull request #42303 from akru/master
parity: 1.10.6 -> 1.10.7
2018-06-20 22:35:06 +01:00
Jörg Thalheim
04917b22a0
Merge pull request #42309 from Infinisil/fix/tasknc
tasknc: fix
2018-06-20 22:32:06 +01:00
Silvan Mosberger
2f407c43b0
tasknc: fix 2018-06-20 23:18:14 +02:00
Jörg Thalheim
80fa12f1cf
Merge pull request #42300 from woffs/shotcut-180602-qt511
shotcut: 18.06.02 -> 18.05.08
2018-06-20 22:04:42 +01:00
Bastian Köcher
67c7b00abf skypeforlinux: 8.18.0.6 -> 8.24.0.2 2018-06-20 20:53:25 +00:00
Matthew Justin Bauer
ec3957591f
emacs-mac: fix meta
- add myself as a maintainer
- fix name and description for emacs 26
2018-06-20 16:28:25 -04:00
Robert Helgesson
b717ca8e45
eclipse-plugin-spotbugs: 3.1.3 -> 3.1.5 2018-06-20 20:24:45 +02:00
Alexander Krupenkin
4e1bbd189f
parity: 1.10.6 -> 1.10.7 2018-06-20 18:57:34 +03:00
Frank Doepper
0127c4295f shotcut: nicer patch url 2018-06-20 16:15:51 +02:00
Jörg Thalheim
bbbd1aaa92
Merge pull request #42205 from r-ryantm/auto-update/spectrojack
spectrojack: 0.4 -> 0.4.1
2018-06-20 14:40:03 +01:00
Frank Doepper
e0d0460d07 shotcut: 18.06.02 -> 18.05.08
also patched to build with qt511, see
https://github.com/mltframework/shotcut/issues/590
2018-06-20 14:00:31 +02:00
Jörg Thalheim
22bc57c314
Merge pull request #42264 from r-ryantm/auto-update/git-secret
git-secret: 0.2.3 -> 0.2.4
2018-06-20 10:53:08 +01:00
Jörg Thalheim
53f86fbd36
Merge pull request #42288 from r-ryantm/auto-update/bitcoin
altcoins.bitcoin: 0.16.0 -> 0.16.1
2018-06-20 10:37:18 +01:00
Peter Simons
bbf359ecc8 esniper: update to latest version 0.35.0 2018-06-20 09:49:53 +02:00
Bastian Köcher
8ac1721cd6 teamspeak_client: 3.1.8 -> 3.1.10 2018-06-20 09:28:48 +02:00
adisbladis
8f558a68ca
firefox-devedition-bin: 61.0b14 -> 62.0b1 2018-06-20 14:58:39 +08:00
R. RyanTM
77f3ac7b76 altcoins.bitcoin: 0.16.0 -> 0.16.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/bitcoin/versions.

These checks were done:

- built on NixOS
- /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/bitcoind passed the binary check.
- /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/bitcoin-cli passed the binary check.
- /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/bitcoin-tx passed the binary check.
- /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/test_bitcoin passed the binary check.
- /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/bench_bitcoin passed the binary check.
- Warning: no invocation of /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/bitcoin-qt had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/test_bitcoin-qt had a zero exit code or showed the expected version
- 5 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 0.16.1 with grep in /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1
- directory tree listing: https://gist.github.com/a5e5d745910497ae913d4577342deba5
- du listing: https://gist.github.com/5f62bec50f6ab977a25c8ee0f118cb10
2018-06-19 17:15:26 -07:00
Matthew Justin Bauer
912e60f929
inkscape: add perl to nativeBuildInputs
This should fix the issue in Linux sandbox.
2018-06-19 15:43:36 -04:00
Michael Raskin
5fce881f60 wireshark: 2.4.7 -> 2.6.1 2018-06-19 21:21:19 +02:00
R. RyanTM
cc9d1d8b6d fldigi: 4.0.16 -> 4.0.17
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/87mml563vxqamznb9i9kfyi1pz9ldkxj-fldigi-4.0.17/bin/fldigi passed the binary check.
- Warning: no invocation of /nix/store/87mml563vxqamznb9i9kfyi1pz9ldkxj-fldigi-4.0.17/bin/flarq had a zero exit code or showed the expected version
- 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 4.0.17 with grep in /nix/store/87mml563vxqamznb9i9kfyi1pz9ldkxj-fldigi-4.0.17
- directory tree listing: https://gist.github.com/fa90913d77a29b869e48c2c455710bd7
- du listing: https://gist.github.com/9172dd2cacb00accaffafe285aacea29
2018-06-19 12:06:34 -07:00
R. RyanTM
802ea37863 git-secret: 0.2.3 -> 0.2.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/git-secret/versions.

These checks were done:

- built on NixOS
- /nix/store/rhxzf1mc0jz2m3rp0rg5wqn81ykfshay-git-secret-0.2.4/bin/git-secret passed the binary check.
- /nix/store/rhxzf1mc0jz2m3rp0rg5wqn81ykfshay-git-secret-0.2.4/bin/.git-secret-wrapped passed the binary check.
- 2 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.2.4 with grep in /nix/store/rhxzf1mc0jz2m3rp0rg5wqn81ykfshay-git-secret-0.2.4
- directory tree listing: https://gist.github.com/d460daac78bbcef226d1fff7918d150d
- du listing: https://gist.github.com/ea683543c922a9c179a97faf441a1797
2018-06-19 11:59:41 -07:00
Franz Pletz
bcc60fad86
Merge pull request #42177 from jtojnar/deja-dup-nautilus
deja-dup: fix nautilus extension breaking nautilus
2018-06-19 16:53:56 +00:00
R. RyanTM
f5f8f57e11 xmrig: 2.6.2 -> 2.6.3 2018-06-19 16:32:29 +00:00
R. RyanTM
18096d201b toot: 0.17.1 -> 0.18.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/toot/versions.

These checks were done:

- built on NixOS
- /nix/store/bhs5n438kn33h9v1r27m27zb27z0pvmw-toot-0.18.0/bin/.toot-wrapped passed the binary check.
- /nix/store/bhs5n438kn33h9v1r27m27zb27z0pvmw-toot-0.18.0/bin/toot 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 0.18.0 with grep in /nix/store/bhs5n438kn33h9v1r27m27zb27z0pvmw-toot-0.18.0
- directory tree listing: https://gist.github.com/a202deb57487abab3f68139efcdf7e07
- du listing: https://gist.github.com/fffb680bbb26f7e0ff4956e000c89985
2018-06-19 16:29:06 +00:00
Franz Pletz
963de452b2
Merge pull request #42218 from Ma27/bump-avidemux
avidemux: 2.7.0 -> 2.7.1
2018-06-19 16:11:26 +00:00
R. RyanTM
b75e083c69 verilator: 3.922 -> 3.924
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/gnmapahqvab762fi885bwhlfhxvpfs81-verilator-3.924/bin/verilator_bin passed the binary check.
- /nix/store/gnmapahqvab762fi885bwhlfhxvpfs81-verilator-3.924/bin/verilator_bin_dbg passed the binary check.
- /nix/store/gnmapahqvab762fi885bwhlfhxvpfs81-verilator-3.924/bin/verilator_coverage_bin_dbg passed the binary check.
- /nix/store/gnmapahqvab762fi885bwhlfhxvpfs81-verilator-3.924/bin/verilator passed the binary check.
- /nix/store/gnmapahqvab762fi885bwhlfhxvpfs81-verilator-3.924/bin/verilator_coverage passed the binary check.
- Warning: no invocation of /nix/store/gnmapahqvab762fi885bwhlfhxvpfs81-verilator-3.924/bin/verilator_profcfunc had a zero exit code or showed the expected version
- 5 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 3.924 with grep in /nix/store/gnmapahqvab762fi885bwhlfhxvpfs81-verilator-3.924
- directory tree listing: https://gist.github.com/eebd214973454154b716fc6a9556b922
- du listing: https://gist.github.com/cb78abec038b5abdae8004ea1edcefc0
2018-06-19 10:14:47 -05:00
R. RyanTM
af832d9f38 limesuite: 18.04.1 -> 18.06.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/limesuite/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/7sh0p0mcw1v6f1r83i7wr7389lv5vm34-limesuite-18.06.0/bin/LimeSuiteGUI had a zero exit code or showed the expected version
- /nix/store/7sh0p0mcw1v6f1r83i7wr7389lv5vm34-limesuite-18.06.0/bin/LimeUtil passed the binary check.
- Warning: no invocation of /nix/store/7sh0p0mcw1v6f1r83i7wr7389lv5vm34-limesuite-18.06.0/bin/LimeQuickTest had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/7sh0p0mcw1v6f1r83i7wr7389lv5vm34-limesuite-18.06.0/bin/dualRXTX had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/7sh0p0mcw1v6f1r83i7wr7389lv5vm34-limesuite-18.06.0/bin/basicRX had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/7sh0p0mcw1v6f1r83i7wr7389lv5vm34-limesuite-18.06.0/bin/singleRX had a zero exit code or showed the expected version
- 1 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 18.06.0 with grep in /nix/store/7sh0p0mcw1v6f1r83i7wr7389lv5vm34-limesuite-18.06.0
- directory tree listing: https://gist.github.com/3cfd23841be1388c02a3464057c0aa82
- du listing: https://gist.github.com/59c4481c8e54971db6beff9cee37c760
2018-06-19 08:05:14 -07:00
Maximilian Bosch
d2f623d35e
avidemux: 2.7.0 -> 2.7.1
The current version of `avidemux` (v2.7.0) breaks on master (see
https://hydra.nixos.org/build/75993794), the 18.03 build remains fine
(https://hydra.nixos.org/build/75935027).

The following changes have been applied:

* `glibc` compat patch is obsolete as it landed in upstream.

* Fixed QT_PLUGIN_PATH for QT binaries to avoid errors because of
  missing plugins like this:

  ```
  qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
  This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

  [1]    20081 abort      /nix/store/rjwxc6ih15zwvvy71ss8bvnh56ibfbmj-avidemux-2.7.1/bin/avidemux3_qt5
  ```
2018-06-19 11:45:47 +02:00
rys ostrovid
c89b6f47a7 vym: 2.2.4 -> 2.6.11 (#42186) 2018-06-19 09:09:20 +01:00
Jörg Thalheim
9501aaa078
Merge pull request #42212 from r-ryantm/auto-update/riot-web
riot-web: 0.15.4 -> 0.15.5
2018-06-19 08:51:06 +01:00
R. RyanTM
eb196922ce riot-web: 0.15.4 -> 0.15.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/riot-web/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.15.5 with grep in /nix/store/p5phic74phlnz8zyrfdvkq6qyacbjfdh-riot-web-0.15.5
- directory tree listing: https://gist.github.com/2dfaa31736d9687934c557f92066d007
- du listing: https://gist.github.com/f769d44c305628e76a52b8d63351b060
2018-06-18 23:30:22 -07:00
R. RyanTM
21a7a98fa6 spectrojack: 0.4 -> 0.4.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/spectrojack/versions.

These checks were done:

- built on NixOS
- /nix/store/vc60bssjlz3xpkd8mv3pvq6ymnida0d3-spectrojack-0.4.1/bin/spectrojack 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.4.1 with grep in /nix/store/vc60bssjlz3xpkd8mv3pvq6ymnida0d3-spectrojack-0.4.1
- directory tree listing: https://gist.github.com/edadad9b5269d1184d20fd2bc9796eb7
- du listing: https://gist.github.com/481859872810a39dd7668a81c4162d6e
2018-06-18 22:26:15 -07:00
Niklas Hambüchen
95358db956 chromium: Abort build on gn warnings. Fixes #42189.
Also fix such obsolete flags:

* `use_gconf` was already known to become obsolete with Chromium 65
* `enable_hotwording` has been removed in upstream commit d693f0c7ab
2018-06-19 02:56:27 +02:00
Matthew Bauer
1f8f89d309 inkscape: work around ARGMAX limit
This uses strictDeps to get our args passed to the linker low enough
to enable building inkscape. With strictDeps we need to correctly use
nativeBuildInputs to avoid an issue.
2018-06-18 18:42:21 -04:00
R. RyanTM
06ab7d8e59 balsa: 2.5.5 -> 2.5.6 (#42054)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/1hgx73336q1zhd8r95wv2kicf6a2jmby-balsa-2.5.6/bin/balsa had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1hgx73336q1zhd8r95wv2kicf6a2jmby-balsa-2.5.6/bin/balsa-ab had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1hgx73336q1zhd8r95wv2kicf6a2jmby-balsa-2.5.6/bin/.balsa-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1hgx73336q1zhd8r95wv2kicf6a2jmby-balsa-2.5.6/bin/.balsa-ab-wrapped had a zero exit code or showed the expected version
- 0 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 2.5.6 with grep in /nix/store/1hgx73336q1zhd8r95wv2kicf6a2jmby-balsa-2.5.6
- directory tree listing: https://gist.github.com/8c38ffd6950508c78fde54f6f3530673
- du listing: https://gist.github.com/2156c87e8b84b7a84f6d6f4c4a7b8ebb
2018-06-19 00:17:27 +02:00
symphorien
b30d52905e tesseract: make tessdata a fix output derivation (#41227)
the full tessdata is nearly a GB, so sparing a copy each time we need to
rebuild tesseract without updating tessdata is worth it.
2018-06-19 00:03:48 +02:00
R. RyanTM
09aa2457bd mlterm: 3.8.4 -> 3.8.6 (#41993)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/y5kq18q0af30rvbhl25jpxrrf7czp5b8-mlterm-3.8.6/bin/mlterm had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/y5kq18q0af30rvbhl25jpxrrf7czp5b8-mlterm-3.8.6/bin/mlfc had a zero exit code or showed the expected version
- /nix/store/y5kq18q0af30rvbhl25jpxrrf7czp5b8-mlterm-3.8.6/bin/mlcc passed the binary check.
- /nix/store/y5kq18q0af30rvbhl25jpxrrf7czp5b8-mlterm-3.8.6/bin/mlclient passed the binary check.
- /nix/store/y5kq18q0af30rvbhl25jpxrrf7czp5b8-mlterm-3.8.6/bin/mlclientx passed the binary check.
- Warning: no invocation of /nix/store/y5kq18q0af30rvbhl25jpxrrf7czp5b8-mlterm-3.8.6/bin/mlterm-fb had a zero exit code or showed the expected version
- 3 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 3.8.6 with grep in /nix/store/y5kq18q0af30rvbhl25jpxrrf7czp5b8-mlterm-3.8.6
- directory tree listing: https://gist.github.com/917b0ce2af6e7d2a9baa6c66857143a5
- du listing: https://gist.github.com/7b0c64048e0913af1cabbed5885116b2
2018-06-18 22:47:04 +02:00
R. RyanTM
d9a1e79c7b chirp: 20180606 -> 20180611 (#42039)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/b4iyklh8y10knkzrrw45dsz95hvs38mr-chirp-daily-20180611/bin/.chirpw-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/b4iyklh8y10knkzrrw45dsz95hvs38mr-chirp-daily-20180611/bin/chirpw 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 20180611 with grep in /nix/store/b4iyklh8y10knkzrrw45dsz95hvs38mr-chirp-daily-20180611
- directory tree listing: https://gist.github.com/c4bf3ab0db022bdfe692715110e6c3d6
- du listing: https://gist.github.com/1c1987a895d93ba39651f4037e030aad
2018-06-18 22:44:37 +02:00
xeji
a28e7f27d4
Merge pull request #42099 from Pneumaticat/helmfile-updates
Helmfile updates (0.16.0 -> 0.19.0, use wrapProgram)
2018-06-18 22:42:30 +02:00
R. RyanTM
b3052440f6 picard-tools: 2.18.5 -> 2.18.7 (#41975)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/siklhy9pl9xl9cq3nlqhln038554h72g-picard-tools-2.18.7/bin/picard 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 2.18.7 with grep in /nix/store/siklhy9pl9xl9cq3nlqhln038554h72g-picard-tools-2.18.7
- directory tree listing: https://gist.github.com/a49ed5f2ff312ce6180174183901e38f
- du listing: https://gist.github.com/243f4d89d2100ef27d332e3562d5f173
2018-06-18 22:41:49 +02:00
R. RyanTM
d97f7d3b89 raxml: 8.2.11 -> 8.2.12 (#41964)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/w8iy7fvdwhjw7zx1dkga3v56fz59s7r8-RAxML-8.2.12/bin/raxmlHPC-PTHREADS-SSE3 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 8.2.12 with grep in /nix/store/w8iy7fvdwhjw7zx1dkga3v56fz59s7r8-RAxML-8.2.12
- directory tree listing: https://gist.github.com/8a2b70b299e53bfee9f18d2ab8cd5f9f
- du listing: https://gist.github.com/02803409663f19671adc6be233a327fd
2018-06-18 22:40:49 +02:00
Bastian Köcher
1782b9ec09 vlc: Fixes build with fribidi version 1.0 (#42130) 2018-06-18 22:32:56 +02:00
Ingolf Wagner
29d8149fe9 pencil : fix udev dependency (#42147) 2018-06-18 22:27:07 +02:00
Pascal Wittmann
735d945d79
Merge pull request #42151 from mrVanDalo/add-patchwork
patchwork-classic : add 2.12.0
2018-06-18 22:16:15 +02:00
Jan Tojnar
3ab1993b1f
deja-dup: fix nautilus extension breaking nautilus
When deja-dup is installed, Nautilus segfaults on start due to
the missing gsettings schemas.

This commit hardcodes path to the compiled schemas file to the extension.
2018-06-18 21:46:00 +02:00
Elis Hirwing
106bde413e
gitea: 1.4.1 -> 1.4.2
Not much of a changelog: https://github.com/go-gitea/gitea/releases/tag/v1.4.2
2018-06-18 18:26:14 +02:00
Ingolf Wagner
a669574a90
patchwork-classic : init at 2.12.0 2018-06-18 18:00:42 +02:00
Matthew Justin Bauer
8180c32b73
Merge pull request #39153 from mnacamura/lightdm-mini-greeter
lightdm-mini-greeter: init at 0.3.2
2018-06-18 11:38:35 -04:00
Michael Raskin
934650efe3
Merge pull request #42156 from jokogr/u/libreoffice-fresh-6.0.4.2
libreoffice-fresh: 6.0.3.2 -> 6.0.4.2 and don't use system xmlsec
2018-06-18 15:03:38 +00:00
Mitsuhiro Nakamura
83b389394b lightdm-mini-greeter: init at 0.3.2 2018-06-18 18:55:06 +09:00
Jörg Thalheim
f61eb5d105
Merge pull request #42154 from jokogr/f/jetbrains-channel
jetbrains.editors: Fix update script and update versions
2018-06-18 10:23:02 +01:00
Jörg Thalheim
c9c7c987fd hugo: remove $bin/bin/generate
This is used internally for the build process is not meant to be used.
2018-06-18 10:11:38 +01:00
adisbladis
7effad6281
Merge pull request #42144 from samueldr/auto/dbeaver/nixpkgs-unstable/5.1.1
dbeaver: 5.1.0 -> 5.1.1
2018-06-18 16:57:22 +08:00
Ioannis Koutras
6e9808e4f1 libreoffice: disable system xmlsec 2018-06-18 11:46:54 +03:00
Ioannis Koutras
fa9674d544 libreoffice-fresh: 6.0.3.2 -> 6.0.4.2 2018-06-18 11:46:49 +03:00
Ioannis Koutras
efe77a8e78 jetbrains.clion: 2018.1.3 -> 2018.1.5 2018-06-18 11:39:47 +03:00
Ioannis Koutras
e9ad12ae92 jetbrains.rider: 2018.1 -> 2018.1.2 2018-06-18 11:39:46 +03:00
Ioannis Koutras
e8d8592937 jetbrains.phpstorm: 2018.1.4 -> 2018.1.6 2018-06-18 11:39:46 +03:00
Ioannis Koutras
d4257c1a98 jetbrains.idea-ultimate: 2018.1.4 -> 2018.1.5 2018-06-18 11:39:45 +03:00
Ioannis Koutras
c380165885 jetbrains.idea-community: 2018.1.4 -> 2018.1.5 2018-06-18 11:39:45 +03:00
Ioannis Koutras
79a94d5dea jetbrains.webstorm: 2018.1.3 -> 2018.1.5 2018-06-18 11:39:35 +03:00
Ioannis Koutras
7b35d856ce jetbrains.pycharm-professional: 2018.1.3 -> 2018.1.4 2018-06-18 11:36:40 +03:00
Ioannis Koutras
16b7ba2f04 jetbrains.pycharm-community: 2018.1.3 -> 2018.1.4 2018-06-18 11:36:39 +03:00
Ioannis Koutras
ff3d215e70 jetbrains.goland: 2018.1.3 -> 2018.1.4 2018-06-18 11:36:39 +03:00
Ioannis Koutras
955b349c53 jetbrains.datagrip: 2018.1.3 -> 2018.1.4 2018-06-18 11:36:39 +03:00
Ioannis Koutras
9e64556dbc jetbrains: update.pl use channel name 2018-06-18 11:36:38 +03:00
Gabriel Ebner
26db7273f4 mozjpeg: 3.2 -> 3.3.1 2018-06-18 10:09:51 +02:00
adisbladis
0ae60f98c4
firefox-beta-bin: 61.0b12 -> 61.0b14 2018-06-18 16:04:34 +08:00
adisbladis
1aac733ccd
firefox-devedition-bin: 61.0b12 -> 61.0b14 2018-06-18 16:04:27 +08:00
Tor Hedin Brønner
9cb3f3504f copyq: 3.3.1 -> 3.5.0 (#42100) 2018-06-18 09:57:45 +02:00
Samuel Dionne-Riel
65f16a5818 dbeaver: 5.1.0 -> 5.1.1 2018-06-17 18:26:16 -04:00
lewo
a3f556a323 kubernetes-helm: 2.9.0 -> 2.9.1 (#42113)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/clpdnyjaysh2i2h1xjilxryzzb5ywp7y-helm-2.9.1/bin/helm 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.9.1 with grep in /nix/store/clpdnyjaysh2i2h1xjilxryzzb5ywp7y-helm-2.9.1
- directory tree listing: https://gist.github.com/ed779ecaf62619059b08a121472e6a96
- du listing: https://gist.github.com/2621c9acfcbf3fa34c093d8bbd9d0292
2018-06-17 21:31:18 +02:00
Jörg Thalheim
c89467a352
Merge pull request #42115 from plchldr/hugo-update-0.42.1
hugo: 0.40.3 -> 0.42.1
2018-06-17 19:49:04 +01:00
R. RyanTM
56a7ea6fbe obs-linuxbrowser: 0.3.1 -> 0.4.0 (#41978)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/obs-linuxbrowser/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/d0ce1376180ae841789e118c1fd370a7
- du listing: https://gist.github.com/ee99a853a8b3bef5c469482ca3a3ec4c
2018-06-17 19:08:31 +02:00
Yurii Rashkovskii
153c766572 slack: 3.2.0-beta25a7a50e -> 3.2.1 (#42043) 2018-06-17 18:43:42 +02:00
Kevin Liu
3e1acfd824 looking-glass-client: a10 -> a11 (#42098)
Requires new dependencies libconfig and nettle.
2018-06-17 18:33:32 +02:00
xeji
93bf54c8cd
Merge pull request #42094 from mnacamura/dropbox
dropbox: 40.4.46 -> 52.3.56
2018-06-17 18:32:41 +02:00
Maximilian Bosch
dce87078a3 opera: 50.0.2762.45 -> 53.0.2907.99 (#42097)
* Updates opera to the latest version available (fixes #40780)
* Use gnome3 package set for gconf (see #39976)
* Needs `at-spi2-atk` now
2018-06-17 18:23:15 +02:00
R. RyanTM
c9fe43c668 qutebrowser: 1.3.1 -> 1.3.2 (#41965)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/d5f7w3hcgxzhk1sgk1gjnl36nrq30wlm-qutebrowser-1.3.2/bin/qutebrowser passed the binary check.
- /nix/store/d5f7w3hcgxzhk1sgk1gjnl36nrq30wlm-qutebrowser-1.3.2/bin/..qutebrowser-wrapped-wrapped passed the binary check.
- /nix/store/d5f7w3hcgxzhk1sgk1gjnl36nrq30wlm-qutebrowser-1.3.2/bin/.qutebrowser-wrapped passed the binary check.
- 3 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 1.3.2 with grep in /nix/store/d5f7w3hcgxzhk1sgk1gjnl36nrq30wlm-qutebrowser-1.3.2
- directory tree listing: https://gist.github.com/86db26ab52e4c4aaabb2949ceba69142
- du listing: https://gist.github.com/47c80976cbfff66061ccbffa47d02669
2018-06-17 18:15:14 +02:00
Maximilian Bosch
0dbfa47ed1 geogebra: 5-0-444-0 -> 5-0-472-0 (#41990)
Bumped to the latest version available.

Also tested the `web.archive.org` backup to avoid broken downloads when
the tarball is removed from the official download mirror.
2018-06-17 18:04:14 +02:00
R. RyanTM
b6b4b3fa06 xawtv: 3.103 -> 3.104 (#41931)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/dump-mixers passed the binary check.
- /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/record passed the binary check.
- Warning: no invocation of /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/showriff had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/showqt had a zero exit code or showed the expected version
- /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/streamer passed the binary check.
- Warning: no invocation of /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/webcam had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/ttv had a zero exit code or showed the expected version
- /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/radio passed the binary check.
- Warning: no invocation of /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/fbtv had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/v4l-info had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/v4l-conf had a zero exit code or showed the expected version
- /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/ntsc-cc passed the binary check.
- Warning: no invocation of /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/v4lctl had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/propwatch had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/xawtv-remote had a zero exit code or showed the expected version
- /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/rootv passed the binary check.
- Warning: no invocation of /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/xawtv had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/pia had a zero exit code or showed the expected version
- /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104/bin/subtitles passed the binary check.
- 7 of 19 passed binary check by having a zero exit code.
- 0 of 19 passed binary check by having the new version present in output.
- found 3.104 with grep in /nix/store/flz0nziga8rf7yy8qi207l3dgzy9x4z5-xawtv-3.104
- directory tree listing: https://gist.github.com/e59bbee51fd744b22ad39bcc4ee19850
- du listing: https://gist.github.com/6768a962875588d853d9979d9e5ed06f
2018-06-17 17:54:33 +02:00
xeji
67a7e24b96
Merge pull request #42106 from ryantm/remmina
remmina: 1.2.0-rcgit.24 -> 1.2.30.1
2018-06-17 17:48:47 +02:00
Vladimír Čunát
7f359a7a27
Merge #42126: lyx: fix build with Qt5.11 2018-06-17 15:59:40 +02:00
Ryan Mulligan
df74d3720a remmina: 1.2.0-rcgit.24 -> 1.2.30.1
The project moved to GitLab.

Add @ryantm and @melsigl as maintainers. Melsigl from
https://github.com/NixOS/nixpkgs/pull/41549

Closes #41549
2018-06-17 05:59:38 -07:00
Pascal Wittmann
3b0560dddc
mupdf: use CVE in name to enable vulnix detection 2018-06-17 14:42:45 +02:00
Bastian Köcher
e3ad1039c5 lyx: Fixes building with Qt5.11 2018-06-17 12:10:50 +02:00
lewo
abdbb38d03
Merge pull request #41967 from r-ryantm/auto-update/qjackctl
qjackctl: 0.5.1 -> 0.5.2
2018-06-16 23:30:20 +02:00
plchldr
5468f796a8 hugo: 0.40.3 -> 0.42.1 2018-06-16 22:59:29 +02:00
lewo
c2cfb6c57a
Merge pull request #42068 from symphorien/etherape-0.9.18
etherape: 0.9.17 -> 0.9.18
2018-06-16 22:26:37 +02:00
Pascal Wittmann
7413c2cabb
Merge pull request #42006 from r-ryantm/auto-update/jgmenu
jgmenu: 0.9 -> 1.0
2018-06-16 21:55:07 +02:00
Pascal Wittmann
af83380edb
Merge pull request #42019 from r-ryantm/auto-update/gpodder
gpodder: 3.10.1 -> 3.10.2
2018-06-16 21:54:15 +02:00
Ivan Malison
180ad2c1b0 Udiskie appindicator (#42063)
* udiskie: Add libappindicator-gtk3 runtime dependency

This is needed to support the --appindicator --tray command line flag.
2018-06-16 18:15:07 +02:00
Pascal Wittmann
78831b17a1
Merge pull request #42079 from Gerschtli/update/dwm-status
dwm-status: 0.4.0 -> 0.5.1
2018-06-16 18:13:30 +02:00
Pascal Wittmann
facfad2f70
Merge pull request #42078 from Gerschtli/add/soapui
soapui: init at 5.4.0
2018-06-16 17:22:32 +02:00
Pascal Wittmann
7a3c052e97
gource: 0.48 -> 0.49 2018-06-16 17:16:16 +02:00
Pascal Wittmann
2189f230e2
calibre: 3.25.0 -> 3.26.1 2018-06-16 16:13:02 +02:00
Kevin Liu
37804741b5
helmfile: add helm to path with wrapProgram
Helmfile makes direct calls to `helm` as an implicit dependency. Now helmfile
can work without Helm also being explicitly installed.
2018-06-16 08:40:17 -04:00
Kevin Liu
2c78c378b7
helmfile: 0.16.0 -> 0.19.0 2018-06-16 08:40:08 -04:00
Mitsuhiro Nakamura
5f16072ed0 dropbox: 40.4.46 -> 52.3.56 2018-06-16 19:09:42 +09:00
Tobias Happ
9d59cc9880 dwm-status: 0.4.0 -> 0.5.1 2018-06-16 10:37:39 +02:00
Jörg Thalheim
556f670c15
Merge pull request #42082 from thorstenweber83/update-slic3r
slic3r-prusa3d: 1.39.2 -> 1.40.0
2018-06-16 08:55:58 +01:00
Yegor Timoshenko
ecc0de2d8b
Merge pull request #42083 from worldofpeace/lollypop
lollypop: init at 0.9.514
2018-06-16 02:25:53 +00:00
worldofpeace
9ee39c5946 lollypop: init at 0.9.514 2018-06-15 22:14:11 -04:00
Jörg Thalheim
5e29c28549
Merge pull request #42047 from hedning/tilix-1.8.1
Tilix 1.8.1, gtkd 3.8.3
2018-06-16 01:25:33 +01:00
Jörg Thalheim
a454730b50
Merge pull request #42071 from erosennin/ktorrent-qt-5.11
ktorrent: fix build with Qt 5.11
2018-06-16 01:22:50 +01:00
Thorsten Weber
dcb8828a8e slic3r-prusa3d: 1.39.2 -> 1.40.0
Don't understand why PERL_VENDORARCH and PERL_VENDORLIB need replacing now.
2018-06-16 01:37:45 +02:00
volth
7aa95b1c54
Merge branch 'master' into hadoop_2_7-3_0 2018-06-15 23:11:46 +00:00
volth
499f6a3ff3
hadoop: update minor versions 2018-06-15 23:06:16 +00:00
Tobias Happ
835f3059ce soapui: init at 5.4.0 2018-06-15 22:12:29 +02:00
Yegor Timoshenko
07d23845c3
Merge pull request #42062 from worldofpeace/patch-1
elisa: 0.1 -> 0.1.80
2018-06-15 19:43:26 +00:00
worldofpeace
af507b6569
elisa: correct rev 2018-06-15 14:32:43 -04:00
Andrey Golovizin
42e1a21793 ktorrent: fix build with Qt 5.11 2018-06-15 17:43:08 +02:00
Michael Weiss
54ea1cd58a signal-desktop: 1.12.0 -> 1.12.1 2018-06-15 16:46:39 +02:00
Jörg Thalheim
31e0e3caaf
Merge pull request #41944 from erosennin/ktorrent-cmake-3.11
ktorrent: fix build with CMake 3.11
2018-06-15 14:32:09 +01:00
Yegor Timoshenko
33ad69549a
Merge pull request #41795 from bkchr/kde_applications_18_04_2
kde-applications: 18.04.1 -> 18.04.2
2018-06-15 12:51:12 +00:00
Yegor Timoshenko
47066f0776
Merge pull request #40893 from bkchr/plasma_5_13
plasma5: 5.12 -> 5.13
2018-06-15 12:50:28 +00:00
Yegor Timoshenko
bae863ebae
Merge pull request #41095 from bkchr/qt_5_11
qt5: 5.10 -> 5.11
2018-06-15 12:25:32 +00:00
Symphorien Gibol
cb907b5d51 etherape: 0.9.17 -> 0.9.18 2018-06-15 14:18:34 +02:00
Jan Tojnar
2658fce5eb
deja-dup: 36.3 → 38.0 2018-06-15 11:39:43 +02:00
Tor Hedin Brønner
bdac6d8e7e tilix: 1.7.1 -> 1.8.1
Also build using release flags.
2018-06-15 10:56:07 +02:00
Mateusz Kowalczyk
1511a45ba6
Merge pull request #41983 from r-ryantm/auto-update/mkvtoolnix
mkvtoolnix: 23.0.0 -> 24.0.0
2018-06-15 16:01:47 +09:00
Vladimír Čunát
31530c185e
Merge a subset of staging (security)
In particular, this contains Firefox-related and libgcrypt updates.
Other larger rebuilds would apparently need lots of time to catch up
on Hydra, due to nontrivial rebuilds in other branches than staging.
2018-06-15 08:48:02 +02:00
worldofpeace
3b31290946
elisa: 0.1 -> 0.1.80 2018-06-14 23:34:31 -04:00
Yegor Timoshenko
0e3e46a52a
Merge pull request #41777 from dtzWill/update/rambox-0.5.17
rambox: 0.5.13 -> 0.5.17
2018-06-15 01:11:23 +00:00
John Wiegley
4821a07370
emacsMacport: 26.1-7.0 -> 26.1-7.1 2018-06-14 15:35:05 -07:00
Yegor Timoshenko
011cc930d2 deluge: add patch for libtorrent >=0.16 compat 2018-06-14 20:47:13 +00:00
Silvan Mosberger
02f11bca60
some overrideDerivation cleanups
These four top-level packages were the only ones that didn't have the
meta.position attribute automagically set. This commit fixes this.
2018-06-14 22:28:55 +02:00
Jan Tojnar
e921a05feb
syncthing-gtk: 0.9.3.1 → 0.9.4 2018-06-14 17:38:41 +02:00
R. RyanTM
520682ccf6 gpodder: 3.10.1 -> 3.10.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/gpodder/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/gpo had a zero exit code or showed the expected version
- /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/gpodder passed the binary check.
- Warning: no invocation of /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/gpodder-migrate2tres had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/..gpo-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/.gpo-wrapped had a zero exit code or showed the expected version
- /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/..gpodder-wrapped-wrapped passed the binary check.
- /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/.gpodder-wrapped passed the binary check.
- Warning: no invocation of /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/..gpodder-migrate2tres-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/.gpodder-migrate2tres-wrapped had a zero exit code or showed the expected version
- 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 3.10.2 with grep in /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2
- directory tree listing: https://gist.github.com/cca3f358e73f8f49b3d0dcd3e5549728
- du listing: https://gist.github.com/54e8debaadfab87d705cbf72656b4f35
2018-06-14 08:08:25 -07:00
lewo
a87b177be9
Merge pull request #41986 from r-ryantm/auto-update/notmuch
notmuch: 0.26.2 -> 0.27
2018-06-14 15:22:29 +02:00
R. RyanTM
bd35faa8f4 jgmenu: 0.9 -> 1.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/jgmenu/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/vpa11fifwvfrf98sl02ypf1cydnwffm9-jgmenu-1.0/bin/jgmenu had a zero exit code or showed the expected version
- /nix/store/vpa11fifwvfrf98sl02ypf1cydnwffm9-jgmenu-1.0/bin/jgmenu_run 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 1.0 with grep in /nix/store/vpa11fifwvfrf98sl02ypf1cydnwffm9-jgmenu-1.0
- directory tree listing: https://gist.github.com/7f8cc3d354c6e8dec4eb42d5ac45a921
- du listing: https://gist.github.com/1a4c5fbad4edaf52118c0d319a135cc7
2018-06-14 04:54:58 -07:00
R. RyanTM
e1a62d4438 notmuch: 0.26.2 -> 0.27
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/fc0y8jb20kfm3v4yy3zzc6ipidc1ks1c-notmuch-0.27/bin/notmuch passed the binary check.
- Warning: no invocation of /nix/store/fc0y8jb20kfm3v4yy3zzc6ipidc1ks1c-notmuch-0.27/bin/notmuch-emacs-mua 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.27 with grep in /nix/store/fc0y8jb20kfm3v4yy3zzc6ipidc1ks1c-notmuch-0.27
- directory tree listing: https://gist.github.com/2a14e6349ea43a555857f9e30bf328ff
- du listing: https://gist.github.com/d08317825ff4ade027455942eb367fdb
2018-06-14 02:37:42 -07:00
R. RyanTM
efb8493688 mkvtoolnix: 23.0.0 -> 24.0.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/mkvtoolnix/versions.

These checks were done:

- built on NixOS
- /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0/bin/mkvmerge passed the binary check.
- /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0/bin/mkvinfo passed the binary check.
- /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0/bin/mkvextract passed the binary check.
- /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0/bin/mkvpropedit passed the binary check.
- Warning: no invocation of /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0/bin/mkvtoolnix-gui had a zero exit code or showed the expected version
- 4 of 5 passed binary check by having a zero exit code.
- 0 of 5 passed binary check by having the new version present in output.
- found 24.0.0 with grep in /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0
- directory tree listing: https://gist.github.com/91328ec90c8ee5a51b0a1f29e5e11d51
- du listing: https://gist.github.com/e66ad0366b78978eb90f87a6c66e434a
2018-06-14 02:24:05 -07:00
R. RyanTM
0da8196d1f mopidy-iris: 3.20.0 -> 3.21.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/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.21.1 with grep in /nix/store/ydhbxhldy8a9n64r8if9zy4ricl4in20-Mopidy-Iris-3.21.1
- directory tree listing: https://gist.github.com/3ad4fbaeff603abf3078d8371547dbb4
- du listing: https://gist.github.com/bcb4096a10cef861d8bcf1f384c7ae3e
2018-06-14 01:51:33 -07:00
R. RyanTM
5a7934fe5f qjackctl: 0.5.1 -> 0.5.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/qjackctl/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/33vv5dahzak40dz8dz3jhl8djhynd3ic-qjackctl-0.5.2/bin/qjackctl 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.2 with grep in /nix/store/33vv5dahzak40dz8dz3jhl8djhynd3ic-qjackctl-0.5.2
- directory tree listing: https://gist.github.com/4a9fd6b4ad4fd10c1cd98b69e19013f6
- du listing: https://gist.github.com/a247869091656e3b47ee3174d4077803
2018-06-13 22:48:41 -07:00
Andrey Golovizin
0b8e92a7fd ktorrent: fix build with CMake 3.11 2018-06-14 06:37:30 +02:00
Matthieu Coudron
0080fe93fc http-getter: init at 20180606
Used by flent
2018-06-14 08:28:10 +09:00
Matthieu Coudron
e96ce01e76 flent: enable man by default 2018-06-14 08:27:53 +09:00
Jörg Thalheim
cae329c522
Merge pull request #41941 from r-ryantm/auto-update/xmr-stak
xmr-stak: 2.4.4 -> 2.4.5
2018-06-13 23:19:13 +01:00
Meghea Iulian
e2bc05edc6 avocode: 2.26.4 -> 3.0.0 (#41947) 2018-06-13 23:32:21 +02:00
Jens Binkert
b5476e4c98 terraform-provider-ibm: 0.9.1 -> 0.10.0 (#41942) 2018-06-13 21:49:14 +02:00
R. RyanTM
1c479b27fa xmr-stak: 2.4.4 -> 2.4.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/xmr-stak/versions.

These checks were done:

- built on NixOS
- /nix/store/wbq2l97g7y24hnbz1zzs17yl8qh1csd3-xmr-stak-2.4.5/bin/xmr-stak passed the binary check.
- Warning: no invocation of /nix/store/wbq2l97g7y24hnbz1zzs17yl8qh1csd3-xmr-stak-2.4.5/bin/libxmrstak_opencl_backend.so had a zero exit code or showed the expected version
- 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 2.4.5 with grep in /nix/store/wbq2l97g7y24hnbz1zzs17yl8qh1csd3-xmr-stak-2.4.5
- directory tree listing: https://gist.github.com/d748f1490c29ab43e9426b5d283a5e4e
- du listing: https://gist.github.com/06e416d3c3db5caf733655c9ab632eea
2018-06-13 11:16:12 -07:00
R. RyanTM
a8e867f990 yoshimi: 1.5.8 -> 1.5.8.2 (#41925)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/k0c0kks60fdnismml72d956yca922nv4-yoshimi-1.5.8.2/bin/yoshimi 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.5.8.2 with grep in /nix/store/k0c0kks60fdnismml72d956yca922nv4-yoshimi-1.5.8.2
- directory tree listing: https://gist.github.com/cba4c23026b96fbb6a4cd4ee08212a0f
- du listing: https://gist.github.com/867590c63053855dd8091a35257291d2
2018-06-13 17:56:09 +02:00
Michael Raskin
9c495cffd0
Merge pull request #41919 from YorikSar/update-chromium
chromium: 67.0.3396.62 -> 67.0.3396.87
2018-06-13 13:02:40 +00:00
Sarah Brofeldt
b710bd3186
Merge pull request #41888 from johanot/kubernetes_1_10_4
kubernetes: 1.10.3 -> 1.10.4
2018-06-13 14:53:35 +02:00
Bastian Köcher
84999e76e0 firefox: Add enablePlasmaBrowserIntegration config option 2018-06-13 14:35:15 +02:00
Yuriy Taraday
d23da8229b chromium: 67.0.3396.62 -> 67.0.3396.87
Contains fixes for CVE-2018-6148 [0] and CVE-2018-6149 [1].

Also add a patch to fix one problem with 68 (Beta) build. I'm still
working on fixing Beta.

[0] https://chromereleases.googleblog.com/2018/06/stable-channel-update-for-desktop.html
[1] https://chromereleases.googleblog.com/2018/06/stable-channel-update-for-desktop_12.html
2018-06-13 16:28:18 +04:00
spacefrogg
0b475d300c ngspice: Fix regression due to missing X libs (#41890) 2018-06-13 13:48:15 +02:00
averelld
15b5643023 mattermost-desktop: init at 4.1.1 (#40794) 2018-06-13 13:27:29 +02:00
spacefrogg
0cc4396818 xcircuit: init at 3.9.73 (#41891) 2018-06-13 13:21:34 +02:00
adisbladis
b346b0226d
go-ethereum: 1.8.10 -> 1.8.11 2018-06-13 11:55:31 +08:00
xeji
0acad472a4
Merge pull request #41818 from bgamari/kicad-bump
kicad-unstable: 2018-03-10 -> 2018-06-12
2018-06-13 03:16:24 +02:00
Ben Gamari
f4d4f5e65a kicad-unstable: 2018-03-10 -> 2018-06-12 2018-06-12 20:15:51 -04:00
obadz
71f1f9b8ff weechat: fix binary name
(was renamed to `weechat-2.1` in af9d10a as discussed in
7cd7e4ce26 (commitcomment-29325227))
2018-06-12 23:58:38 +01:00
Jörg Thalheim
96d6ef3442 dino: 2018-04-19 -> 2018-06-03 2018-06-12 22:01:00 +01:00
Yurii Rashkovskii
f45fd23bd1 sit: 0.3.2 -> 0.4.0 (#41863) 2018-06-12 19:55:33 +02:00
Andreas Rammhold
a964d29f49
Merge pull request #41815 from Gerschtli/fix/dwm-status
dwm-status: add xsetroot and alsaUtils as runtime deps
2018-06-12 19:34:19 +02:00
Ivan Malison
53138130f8
git-sync: init at 20151024 2018-06-12 10:33:25 -07:00
Bastian Köcher
4f33a90a5e virtualbox: Fixes build with Qt5.11 2018-06-12 16:42:29 +02:00
Michael Weiss
fb5e8a87a0 androidStudioPackages.{dev,canary}: 3.2.0.16 -> 3.2.0.17 2018-06-12 15:55:58 +02:00
Michael Weiss
92ab620a4c tdesktop: 1.3.0 -> 1.3.7
tdesktopPackages.preview: 1.3.4 -> 1.3.7
2018-06-12 15:49:10 +02:00
Michael Weiss
499a9dabaa gns3Packages.{server,gui}{Stable,Preview}: 2.1.6 -> 2.1.7 2018-06-12 15:40:49 +02:00
Bastian Köcher
5fc463add7 kde-applications: 18.04.1 -> 18.04.2 2018-06-12 14:29:45 +02:00
Bastian Köcher
a95a38ff3b konversation: Fixes build with Qt 5.11 2018-06-12 14:27:11 +02:00
Bastian Köcher
6c46706fa6 sddm: Fixes build with Qt 5.11 2018-06-12 14:27:11 +02:00
Johan Thomsen
38fc5b3200 kubernetes: 1.10.3 -> 1.10.4 2018-06-12 13:53:46 +02:00
Jörg Thalheim
552d0797b2
Merge pull request #41873 from colemickens/master
neovim: 0.2.2 -> 0.3.0
2018-06-12 10:27:46 +01:00
Jörg Thalheim
b494ef4db6 neovim: add missing libiconv 2018-06-12 10:16:55 +01:00
Cole Mickens
47348e20d1 neovim: 0.2.2 -> 0.3.0 2018-06-11 17:43:18 -07:00
Lev
3808c0a762 go-ethereum: 1.8.8 -> 1.8.10 2018-06-11 15:56:55 -07:00
xeji
cd550dcb66
Merge pull request #41851 from oxij/pkgs/tor-browser
tor-browser: 52.8.0esr-7.5-1 -> 52.8.1esr-7.5-1
2018-06-11 23:47:38 +02:00
R. RyanTM
fe8c812b47 guake: 3.2.1 -> 3.2.2 (#41705)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/6bf1rgshbaq4696dch9py3ngz96f9k5a-guake-3.2.2/bin/guake passed the binary check.
- /nix/store/6bf1rgshbaq4696dch9py3ngz96f9k5a-guake-3.2.2/bin/..guake-wrapped-wrapped passed the binary check.
- /nix/store/6bf1rgshbaq4696dch9py3ngz96f9k5a-guake-3.2.2/bin/.guake-wrapped passed the binary check.
- 3 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 3.2.2 with grep in /nix/store/6bf1rgshbaq4696dch9py3ngz96f9k5a-guake-3.2.2
- directory tree listing: https://gist.github.com/f55ea51bdc3ebebdb32210c0cae4f235
- du listing: https://gist.github.com/6b55cea09584855b2518fdc90469b1bf
2018-06-11 23:12:15 +02:00
R. RyanTM
c41705f87c fvwm: 2.6.7 -> 2.6.8 (#41565)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm2 passed the binary check.
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-perllib passed the binary check.
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-convert-2.6 passed the binary check.
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-menu-xlock passed the binary check.
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-menu-directory passed the binary check.
- Warning: no invocation of /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-menu-desktop had a zero exit code or showed the expected version
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-menu-headlines passed the binary check.
- Warning: no invocation of /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/xpmroot had a zero exit code or showed the expected version
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm passed the binary check.
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/FvwmCommand passed the binary check.
- Warning: no invocation of /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-root had a zero exit code or showed the expected version
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-config passed the binary check.
- /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8/bin/fvwm-bug passed the binary check.
- 10 of 13 passed binary check by having a zero exit code.
- 3 of 13 passed binary check by having the new version present in output.
- found 2.6.8 with grep in /nix/store/kycw0a7gqxh0v7lxq001j9sjysnz1v6h-fvwm-2.6.8
- directory tree listing: https://gist.github.com/94e21d8ab3a4808980c94f1fbb20f1b6
- du listing: https://gist.github.com/6db3d3e079f7808b93a1bbc20e5f396e
2018-06-11 23:11:02 +02:00
Silvan Mosberger
06673cba31
fix rofi wrapper only passing along binary 2018-06-11 21:30:36 +02:00
Sarah Brofeldt
c80e0fbb08 docker: Ensure references to go are removed from docker-containerd (#41849) 2018-06-11 19:45:34 +02:00
Will Dietz
342d08abdb
Merge pull request #41848 from dtzWill/update/mendeley-1.19.1
mendeley: 1.18 -> 1.19.1
2018-06-11 11:35:46 -05:00
Will Dietz
5f165fd2fc mendeley: 1.18 -> 1.19.1
1.19 had show-stopper bugs,
but 1.19.1 seems to work well :).
2018-06-11 10:37:31 -05:00
SLNOS
bb3984f709 tor-browser: drop 7.0.x expression 2018-06-11 15:10:00 +00:00
SLNOS
de117c1ef9 tor-browser: 52.8.0esr-7.5-1 -> 52.8.1esr-7.5-1 2018-06-11 15:10:00 +00:00
adisbladis
b325fc7d02
Merge pull request #41828 from tokudan/ff-bin6002-sec
firefox-bin: 60.0.1 -> 60.0.2 critical security update
2018-06-11 20:28:04 +08:00
Jörg Thalheim
8ba3df7687
Merge pull request #41566 from krav/fix-gitaly
gitaly: Cause ruby-cd to be wrapped so bundler will work
2018-06-11 11:58:27 +01:00
Daniel Frank
3df3e155f0 firefox-bin: 60.0.1 -> 60.0.2 critical security update 2018-06-11 12:02:40 +02:00
Jan Tojnar
e7b304e60b
Merge pull request #41785 from etu/sequeler-update
sequeler: 0.5.4 -> 0.5.5
2018-06-11 04:00:11 +02:00
Tobias Happ
4d48694901 dwm-status: add xsetroot and alsaUtils as runtime deps 2018-06-11 03:26:11 +02:00
Matthew Justin Bauer
cc42186614
Merge pull request #41668 from r-ryantm/auto-update/ngspice
ngspice: 27 -> 28
2018-06-10 19:08:30 -04:00
Matthew Justin Bauer
83be4ee318
Merge pull request #41747 from MarcFontaine/unixcw
unixcw : init at 3.5.1
2018-06-10 19:07:17 -04:00
Tobias Happ
895e4c2687 dwm-status: init at 0.4.0 (#41726) 2018-06-11 00:24:13 +02:00
Edmund Wu
4d8c0313b8 nixos/vscode-with-extensions: add desktop file (#41803) 2018-06-11 00:23:30 +02:00
Ruben Maher
0b3f13d442 pkgs/qemu: tell qemu where to find smbd if smbdSupport is true (#41615) 2018-06-11 00:18:31 +02:00
Tobias Happ
8d488247e1 atom: patchelf ctags binary (#41811) 2018-06-11 00:08:08 +02:00
xeji
8bd9f064db
Merge pull request #41623 from jfrankenau/update-cura
cura: 3.2.1 -> 3.3.1
2018-06-10 23:32:31 +02:00
Elis Hirwing
530b287d6d
sequeler: 0.5.4 -> 0.5.5
Changelog: https://github.com/Alecaddd/sequeler/releases/tag/v0.5.5

They also happened to switch away from cmake.
2018-06-10 23:03:17 +02:00
Profpatsch
67b6b25134 slic3r: add missing perl dependencies 2018-06-10 22:46:57 +02:00
Benjamin Hipple
17d7650585 mupdf: apply CVE-2018-10289 patch (#41802)
Fixes mupdf issue in https://github.com/NixOS/nixpkgs/issues/41748 by applying
patch from https://bugs.ghostscript.com/show_bug.cgi?id=699271
2018-06-10 22:01:05 +02:00
R. RyanTM
ea80663493 chirp: 20180519 -> 20180606 (#41717)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/i289vfzp7kk8h7q27cxcyfsp92yjsgk6-chirp-daily-20180606/bin/.chirpw-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/i289vfzp7kk8h7q27cxcyfsp92yjsgk6-chirp-daily-20180606/bin/chirpw 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 20180606 with grep in /nix/store/i289vfzp7kk8h7q27cxcyfsp92yjsgk6-chirp-daily-20180606
- directory tree listing: https://gist.github.com/17376dee8e40c9f3de24818bb3278341
- du listing: https://gist.github.com/aefa3450ce2ed4ccd781360dc0a1de4e
2018-06-10 19:56:41 +02:00
R. RyanTM
c78ae4251f altcoins.litecoin: 0.15.1 -> 0.16.0 (#41545)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0/bin/litecoind passed the binary check.
- /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0/bin/litecoin-cli passed the binary check.
- /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0/bin/litecoin-tx passed the binary check.
- /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0/bin/test_litecoin passed the binary check.
- /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0/bin/bench_litecoin passed the binary check.
- Warning: no invocation of /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0/bin/litecoin-qt had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0/bin/test_litecoin-qt had a zero exit code or showed the expected version
- 5 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 0.16.0 with grep in /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0
- directory tree listing: https://gist.github.com/c4a75d440e40edc63d7f86819e60beda
- du listing: https://gist.github.com/72a199fee6e78c7261e85fc15fa3c1d6
2018-06-10 19:52:31 +02:00
R. RyanTM
f138129894 xmr-stak: 2.4.3 -> 2.4.4 (#41506)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/bfj12k7pz2bj2jzx3swkmz2kk3dfqx5p-xmr-stak-2.4.4/bin/xmr-stak passed the binary check.
- Warning: no invocation of /nix/store/bfj12k7pz2bj2jzx3swkmz2kk3dfqx5p-xmr-stak-2.4.4/bin/libxmrstak_opencl_backend.so had a zero exit code or showed the expected version
- 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 2.4.4 with grep in /nix/store/bfj12k7pz2bj2jzx3swkmz2kk3dfqx5p-xmr-stak-2.4.4
- directory tree listing: https://gist.github.com/5ef7f1fd13c10bef56522a028b52c82e
- du listing: https://gist.github.com/be63ac59af2a152db46085c4509cdcd3
2018-06-10 19:34:52 +02:00
MarcFontaine
d2ea91a3db unixcw : init at 3.5.1 2018-06-10 19:02:29 +02:00
Aristid Breitkreuz
fe1a066985 gnucash: fix Finance::Quote integration 2018-06-10 17:43:55 +02:00
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
Robert Helgesson
aa8e572e13
josm: 13576 -> 13878 2018-06-10 10:05:59 +02:00
Will Dietz
9bc8b64894 rambox/sencha: 6.5.2 -> 6.5.3 2018-06-09 21:40:31 -05:00
Will Dietz
1197f87349 rambox: 0.5.13 -> 0.5.17
Remove patch that is apparently already applied.
2018-06-09 21:32:54 -05: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
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
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
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
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
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
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
Orivej Desh
b42cf67084 xen: enable parallel building 2018-06-09 07:22:29 +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
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
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
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
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
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
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
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
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
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
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
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
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
Michael Weiss
72f07e74f3 tdesktopPackages.preview: 1.3.3 -> 1.3.4 2018-06-08 13:49:37 +02: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
Andrey Pavlov
77c2ca6be2 hub: 2.3.0 -> 2.4.0 2018-06-08 13:26:43 +03: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
Vladyslav Mykhailichenko
16ee92eba9 flashplayer: fix sha256 hash 2018-06-08 01:02:51 +03:00
Vladyslav Mykhailichenko
95aa3f4cc6 flashplayer: 29.0.0.171 -> 30.0.0.113 2018-06-07 22:16:42 +03:00
Matthew Justin Bauer
398112988e
Merge pull request #41607 from taku0/firefox-bin-60.0.2
firefox, firefox-bin: 60.0.1 -> 60.0.2, firefox-esr: 52.8.0esr -> 52.8.1esr, 60.0.1esr -> 60.0.2esr [Critical security fix]
2018-06-07 13:58:01 -04:00
Winnie Quinn
cc13564aa8 vscode: 1.23.1 -> 1.24.0 2018-06-07 13:02:05 -04:00
Patrick Hilhorst
0415710a5d treewide: removed name from a few pythonpackages defining pname and version 2018-06-07 18:06:25 +02:00
Léo Gaspard
8aff02e024
nheko: 0.4.2 -> 0.4.3 2018-06-07 17:34:41 +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
taku0
72361967a6 firefox-esr: 52.8.0esr -> 52.8.1esr, 60.0.1esr -> 60.0.2esr 2018-06-07 21:33:14 +09:00
taku0
58e48ffd9f firefox: 60.0.1 -> 60.0.2 2018-06-07 21:33:14 +09:00
taku0
998356616f firefox-bin: 60.0.1 -> 60.0.2 2018-06-07 20:28:34 +09:00
Michael Weiss
01040d9c27 tdesktopPackages.preview: 1.3.1 -> 1.3.3 2018-06-07 13:08:36 +02:00
Sondre Nilsen
5d9a182f8a
Jetbrains CLion: 2018.1.2 -> 2018.1.3 2018-06-07 12:09:14 +02: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
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
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
Thomas Kerber
979a835c46 skypeforlinux: remove libstdc++5 dependency (#41590) 2018-06-06 22:12:19 +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
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
Pascal Wittmann
f2ea885bed
bro: 2.5.3 -> 2.5.4 2018-06-06 19:13:26 +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
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
Jan Tojnar
2a49af0213
mypaint: fix impurities
Closes: https://github.com/NixOS/nixpkgs/issues/41552
2018-06-06 12:18:30 +02:00
R. RyanTM
5835aff59c quodlibet: 4.0.2 -> 4.1.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/quodlibet/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/3p27i5pd743r3jxcpffgm4646xmcx5x7-quodlibet-4.1.0/bin/exfalso had a zero exit code or showed the expected version
- /nix/store/3p27i5pd743r3jxcpffgm4646xmcx5x7-quodlibet-4.1.0/bin/operon passed the binary check.
- Warning: no invocation of /nix/store/3p27i5pd743r3jxcpffgm4646xmcx5x7-quodlibet-4.1.0/bin/quodlibet had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/3p27i5pd743r3jxcpffgm4646xmcx5x7-quodlibet-4.1.0/bin/..exfalso-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/3p27i5pd743r3jxcpffgm4646xmcx5x7-quodlibet-4.1.0/bin/.exfalso-wrapped had a zero exit code or showed the expected version
- /nix/store/3p27i5pd743r3jxcpffgm4646xmcx5x7-quodlibet-4.1.0/bin/..operon-wrapped-wrapped passed the binary check.
- /nix/store/3p27i5pd743r3jxcpffgm4646xmcx5x7-quodlibet-4.1.0/bin/.operon-wrapped passed the binary check.
- Warning: no invocation of /nix/store/3p27i5pd743r3jxcpffgm4646xmcx5x7-quodlibet-4.1.0/bin/..quodlibet-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/3p27i5pd743r3jxcpffgm4646xmcx5x7-quodlibet-4.1.0/bin/.quodlibet-wrapped had a zero exit code or showed the expected version
- 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 4.1.0 with grep in /nix/store/3p27i5pd743r3jxcpffgm4646xmcx5x7-quodlibet-4.1.0
- directory tree listing: https://gist.github.com/296d4e647e2235036b698f635ea58ee1
- du listing: https://gist.github.com/78b82ba179474dd128d2bd74355001fe
2018-06-05 21:22:05 -07:00
Peter Hoeg
e624ebf233
Merge pull request #41513 from r-ryantm/auto-update/syncthing
syncthing: 0.14.47 -> 0.14.48
2018-06-06 11:25:13 +08:00
Graham Christensen
2e20d6fb60
Merge pull request #41520 from teto/flent_fix
flent: fix fetchFromGitHub version
2018-06-05 22:36:56 -04:00
Matthieu Coudron
e14fa60cb6 flent: fix fetchFromGitHub version
Lacked a "v" in revision.
2018-06-06 11:22:23 +09:00
Jörg Thalheim
5db9181fa1
Merge pull request #41357 from ajs124/claws_mail_python
claws-mail: add support for python plugin
2018-06-06 03:22:14 +01:00
Mateusz Kowalczyk
91f7876f6a
Merge pull request #41507 from r-ryantm/auto-update/snd
snd: 18.3 -> 18.4
2018-06-06 09:10:32 +09:00
R. RyanTM
f2d7142b33 syncthing: 0.14.47 -> 0.14.48
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/h4ya458k1kcphch5pxzm16v38l07qv7r-syncthing-0.14.48/bin/syncthing 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.14.48 with grep in /nix/store/h4ya458k1kcphch5pxzm16v38l07qv7r-syncthing-0.14.48
- directory tree listing: https://gist.github.com/ba1db3154a5999b389aae4932af21f2b
- du listing: https://gist.github.com/a469360f23a2909c7550178ab7a1d0f2
2018-06-05 15:55:06 -07:00
R. RyanTM
96ea550a3b snd: 18.3 -> 18.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/snd/versions.

These checks were done:

- built on NixOS
- /nix/store/mjj4w55zxs6frv2k1jwwj6prfvc5khq8-snd-18.4/bin/snd 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 18.4 with grep in /nix/store/mjj4w55zxs6frv2k1jwwj6prfvc5khq8-snd-18.4
- directory tree listing: https://gist.github.com/3273a4d6d644822345c927f1c5898be3
- du listing: https://gist.github.com/990100affe939370c541757ed1ee0839
2018-06-05 15:13:26 -07:00
Tad Fisher
0ef083c020 docker-machine-kvm2: init at 0.27.0 2018-06-05 14:06:56 -07:00
xeji
44f3a1dd41 faust2: fix build with llvm 5.0.2 (#40672)
build was broken by  llvm: 5.0.1 -> 5.0.2 (#39979)

(cherry picked from commit a16c31244b)
2018-06-05 23:01:44 +02:00
Bastian Köcher
d3a07d790e vlc: 3.0.1 -> 3.0.3 (#41483)
Besides updating the version, a patch is applied for building with
QT5.11.
2018-06-05 21:38:29 +02:00
Maximilian Bosch
db68f314db udiskie: 1.7.4 -> 1.7.5 (#41480)
`udiskie` breaks for me with the following error when using 1.7.4:

```
Traceback (most recent call last):
  File "/nix/store/cqa72mqgm5gi0xpqp5r8csdizv3p3ajr-udiskie-1.7.4/lib/python3.6/site-packages/udiskie/cli.py", line 307, in _start_async_tasks
    results = yield self._init()
  File "/nix/store/cqa72mqgm5gi0xpqp5r8csdizv3p3ajr-udiskie-1.7.4/lib/python3.6/site-packages/udiskie/cli.py", line 495, in _init
    tasks.append(Async())
NameError: name 'Async' is not defined
```

The error has been confirmed by the Debian issue tracker, so it's
obviously not related to NixOS.

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899419 for further
reference.
2018-06-05 17:30:12 +02:00
Michael Weiss
137a372d70 tdesktop: 1.2.17 -> 1.3.0
It still displays "Version 1.3 alpha" but other than that it should be
fine.
2018-06-05 17:27:13 +02:00
Michael Weiss
dcfaef2b8e tdesktopPackages.preview: 1.3.0 -> 1.3.1 2018-06-05 17:18:49 +02:00
Michael Weiss
23bfa472ad jekyll: 3.8.2 -> 3.8.3 2018-06-05 16:29:48 +02:00
Matthieu Coudron
8981cb7b68 owamp: init at 3.5.6
A tool for performing one-way active measurements.
https://github.com/perfsonar/owamp

This is the reference implementation for the IETF rfc
https://tools.ietf.org/html/rfc4656
2018-06-05 22:15:06 +09:00
Samuel Dionne-Riel
5413bce5d3 dbeaver: 5.0.6 -> 5.1.0 (#41468) 2018-06-05 13:27:52 +02:00
ajs124
e01a2dec8b claws-mail: add support for python plugin 2018-06-03 21:14:05 +02:00
xeji
bb7d67d74a
Merge pull request #41410 from jokogr/u/jetbrains-idea-2018.1.4
Jetbrains IDEA: 2018.1.3 -> 2018.1.4
2018-06-03 19:24:47 +02:00
Vladyslav M
e92c428593 synapse-bt: init at 2018-06-04 (#41402) 2018-06-03 19:10:38 +02:00
xeji
003dd8588b
Merge pull request #41409 from ruuda/imagemagick-fftw
imagemagick: depend on fftw for fft feature
2018-06-03 18:58:44 +02:00
xeji
e4ad5639c0
Merge pull request #41139 from Moredread/freecad-0.17
freecad: 0.16.6712 -> 0.17
2018-06-03 18:29:43 +02:00
Vladimír Čunát
448d7d648d
Merge branch 'staging'
It's only half-rebuilt on Hydra, but it brings a security fix.
2018-06-03 13:52:13 +02:00
Ioannis Koutras
60762627bf jetbrains.idea-ultimate: 2018.1.3 -> 2018.1.4 2018-06-03 14:01:12 +03:00
Ioannis Koutras
613e4dec6b jetbrains.idea-community: 2018.1.3 -> 2018.1.4 2018-06-03 14:01:02 +03:00
Ruud van Asseldonk
122f66a513 imagemagick: set license metadata 2018-06-03 12:09:02 +02:00
Ruud van Asseldonk
33a51d78a2 imagemagick: depend on fftw for fft feature 2018-06-03 12:05:17 +02:00
Peter Hoeg
33ff34f3a2 pulseaudio-ctl: init at 1.66 2018-06-03 15:51:56 +08:00
Jörg Thalheim
313d2f7d6b
Merge pull request #41390 from plumelo/feature/gitkraken-3.6.3
gitkraken: 3.6.1 -> 3.6.3
2018-06-02 18:43:03 +01:00
Pascal Wittmann
82cd6a3c77
calibre: 2.24.1 -> 2.25.0 2018-06-02 19:09:52 +02:00
Adel Prokurov
44b52c10ea spotify: 1.0.79.223.g92622cc2-21 -> 1.0.80.480.g51b03ac3-13 (#41356)
Version 1.0.79.223.g92622cc2-21 doesn't exists in [spotify](https://repository-origin.spotify.com/pool/non-free/s/spotify-client/) repository, so i updated it to exists version
2018-06-02 17:56:07 +02:00
Meghea Iulian
5a4d428d7c gitkraken: 3.6.1 -> 3.6.3 2018-06-02 13:35:29 +03:00
Eric Litak
04f0e08c91 ipfs: 0.4.14 -> 0.4.15 (#41376) 2018-06-02 11:16:45 +02:00
Francesco Gazzetta
b25c25170d zeronet: init at 0.6.2 (#40883) 2018-06-02 11:01:01 +02:00
Justin Humm
4d88c022d0 mapmap: init at 0.6.1 (#41228)
The Nix package currently doesn't support video textures, just still images.
When I figure out why video textures don't work I will provide a fix.
2018-06-02 10:06:28 +02:00
adisbladis
6d42f137e9
Merge pull request #41384 from aij/aeon-0.12.0.0
altcoins.aeon: 0.9.14.0 -> 0.12.0.0
2018-06-02 14:09:20 +08:00
Ivan Jager
d866a4fdcd altcoins.aeon: 0.9.14.0 -> 0.12.0.0
Aeon was rebased onto a recent version of monero, so
aeon/default.nix now more closely matches monero/default.nix.
2018-06-01 22:33:57 -05:00
Matthew Justin Bauer
0135f04d77
Merge pull request #40242 from gnidorah/gvt
linux: enable support for iGVT-g VGPU
2018-06-01 23:14:35 -04:00
Matthew Justin Bauer
ed2177bb08
Merge pull request #40544 from jfrankenau/cura-fix-sidebar-materials
cura: fix invisible sidebar and install missing materials
2018-06-01 23:12:01 -04:00
Matthew Justin Bauer
3faed86d92
Merge pull request #40712 from aespinosa/hadoop
hadoop: 2.2.0 -> 2.7.6, 2.8.6, 2.9.1, 3.0.2, 3.1.0
2018-06-01 23:11:09 -04:00
Orivej Desh
97f6be5c90
subversion_1_10: init at 1.10.0 (#41383) 2018-06-02 02:50:38 +00:00
Matthew Justin Bauer
6b82583816
Merge pull request #41119 from r-ryantm/auto-update/errbot
errbot: 5.1.3 -> 5.2.0
2018-06-01 20:54:54 -04:00
Matthew Justin Bauer
3507fcfbdb
Merge pull request #41287 from phryneas/package/barrier
barrier: init at 2.1.1
2018-06-01 20:51:49 -04:00
R. RyanTM
a8925a2188 qutebrowser: 1.3.0 -> 1.3.1 (#41263)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/g9592dbmfj1icx0njg1dhj094v2l8rcj-qutebrowser-1.3.1/bin/qutebrowser passed the binary check.
- /nix/store/g9592dbmfj1icx0njg1dhj094v2l8rcj-qutebrowser-1.3.1/bin/..qutebrowser-wrapped-wrapped passed the binary check.
- /nix/store/g9592dbmfj1icx0njg1dhj094v2l8rcj-qutebrowser-1.3.1/bin/.qutebrowser-wrapped passed the binary check.
- 3 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 1.3.1 with grep in /nix/store/g9592dbmfj1icx0njg1dhj094v2l8rcj-qutebrowser-1.3.1
- directory tree listing: https://gist.github.com/c6f74ace4cd8ac51662079876bcef904
- du listing: https://gist.github.com/c1a964f74432d7f8c83f9825d26fbad0
2018-06-01 23:07:37 +02:00
R. RyanTM
4a0c181d0a wsjtx: 1.8.0 -> 1.9.0 (#41230)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/wsjtx had a zero exit code or showed the expected version
- /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/udp_daemon passed the binary check.
- Warning: no invocation of /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/message_aggregator had a zero exit code or showed the expected version
- /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/jt9 passed the binary check.
- /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/ft8code passed the binary check.
- /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/jt65code passed the binary check.
- /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/qra64code passed the binary check.
- /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/qra64sim passed the binary check.
- /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/jt9code passed the binary check.
- /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/jt4code passed the binary check.
- /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/msk144code passed the binary check.
- Warning: no invocation of /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/wsprd had a zero exit code or showed the expected version
- /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/wspr_fsk8d passed the binary check.
- Warning: no invocation of /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/fmtave had a zero exit code or showed the expected version
- /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/fcal passed the binary check.
- /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/fmeasure passed the binary check.
- /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/rigctl-wsjtx passed the binary check.
- /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0/bin/rigctld-wsjtx passed the binary check.
- 14 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 1.9.0 with grep in /nix/store/l4y2p3rynqjnvx6y4n4ir9zgm2p8bhym-wsjtx-1.9.0
- directory tree listing: https://gist.github.com/17cbff922de89906d061835dbd464639
- du listing: https://gist.github.com/3751165113207ba96fed9df78188a6e3
2018-06-01 23:03:58 +02:00
Michael Weiss
c69cc21338 tdesktopPackages.preview: 1.2.24 -> 1.3.0
Note: I'm not packaging this as stable for now as there might be some
issues left (see GitHub), it says "Version 1.3 alpha" in the bottom left
corner, and I've only got a "New in version 1.2.25" message.
2018-06-01 15:11:57 +02:00
Michael Weiss
ab593d46dc signal-desktop: Refactor the package description
Removed some redundancy (src check via meta.platforms) and made some
changes according to our style-guide.
I've changed meta.description and added meta.longDescription.
2018-06-01 15:00:39 +02:00
Michael Weiss
5d795355a0 signal-desktop: Fix a possible crash when saving an attachment
If executed in a pure environment (nix-shell --pure) or depending on the
`gtk3` version of the system Signal-Desktop was e.g. crashing when
clicking on a PDF attachment (instead of showing the dialog to save a
file).
Using wrapGAppsHook and setting XDG_DATA_DIRS to the correct version
fixes this bug.

The error message was the following:
```
(signal-desktop:30756): Gtk-WARNING **: 14:04:49.073: Could not find the icon 'user-home-symbolic-ltr'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
        http://icon-theme.freedesktop.org/releases

(signal-desktop:30756): GLib-GIO-ERROR **: 14:04:49.134: No GSettings schemas are installed on the system
Trace/breakpoint trap
```
2018-06-01 14:32:26 +02:00
Vaibhav Sagar
86990d26ba scite: 3.7.5 -> 4.0.5 (#41345) 2018-06-01 12:23:01 +02:00
adisbladis
83399e3191
firefox-beta-bin: 61.0b9 -> 61.0b10 2018-06-01 14:39:45 +08:00