Commit Graph
181158 Commits
Author SHA1 Message Date
Mario Rodas da057da983 gitAndTools.pre-commit: 1.15.2 -> 1.16.1 2019-06-02 13:20:27 -05:00
R. RyanTM 655b1efbaa python37Packages.aspy-yaml: 1.1.2 -> 1.3.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/python3.7-aspy.yaml/versions
2019-06-02 07:33:11 -07:00
Frederik RietdijkandGitHub 97aba37876 Merge pull request #61657 from NixOS/staging-next
Staging next
2019-05-29 08:38:21 +00:00
Jörg ThalheimandGitHub 3dbb020773 sysdig: 0.25 -> 0.26.1 (#62208)
sysdig: 0.25 -> 0.26.1
2019-05-29 09:22:48 +01:00
Jörg Thalheim 101b2ff117 sysdig: 0.25 -> 0.26.1
(cherry picked from commit 16ea5a8ca3b90d48a246a926b624ff0b92724249)
2019-05-29 08:59:37 +01:00
Vladyslav MandGitHub 4d0ec78406 Merge pull request #62139 from xrelkd/update/cargo-make
cargo-make: 0.19.2 -> 0.19.3
2019-05-29 10:47:31 +03:00
Will DietzandMatthieu Coudron 1540c0e120 wireshark: 3.0.1 -> 3.0.2 2019-05-29 16:20:12 +09:00
Gabriel EbnerandGitHub 8b91250b79 Merge pull request #62185 from dtzWill/update/qalculate-3.2.0
libqalculate,qalculate-gtk: 3.1.0 -> 3.2.0
2019-05-29 08:53:53 +02:00
Elis HirwingandGitHub 4cdc1d3a7a Merge pull request #62194 from dtzWill/update/xonsh-0.9.4
xonsh: 0.9.0 -> 0.9.4
2019-05-29 08:31:25 +02:00
Vincent LaporteandVincent Laporte 3ca7fc10e8 ocamlPackages.earley: 1.0.2 -> 2.0.0 2019-05-29 08:29:09 +02:00
Elis HirwingandGitHub 3840e1e935 Merge pull request #62187 from dtzWill/update/yubikey-manager-2.1.1
yubikey-manager: 2.1.0 -> 2.1.1
2019-05-29 08:29:01 +02:00
Elis HirwingandGitHub 4318c3cc9b Merge pull request #62109 from BadDecisionsAlex/patch-5
genymotion: refactor src from requireFile to fetchurl
2019-05-29 07:49:50 +02:00
Samuel Dionne-RielandGitHub 61f0936d1c Merge pull request #61652 from samueldr/update/u-boot/2019.04
u-boot: 2018.09 -> 2019.04 (+ ATF update and boards)
2019-05-28 23:19:24 -04:00
Aaron AndersenandGitHub 8ae3e7379f Merge pull request #62161 from acowley/qview2
qView: init at 2.0
2019-05-28 23:17:37 -04:00
Austin Seipp 63ff37f278 liburing: 1.0.0pre118_2e719820 -> 1.0.0pre131_b422aa11cc
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-28 21:43:42 -05:00
Mario RodasandGitHub 21e2601d2a Merge pull request #62145 from GRBurst/protonmail-bridge
protonmail-bridge: 1.1.4 -> 1.1.5
2019-05-28 21:02:57 -05:00
Austin Seipp 5e0cab80c5 foundationdb: default to 6.1.8 (from 6.0.18)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-28 20:54:09 -05:00
Will Dietz 8fc3b6a7fa xonsh: 0.9.0 -> 0.9.4 2019-05-28 20:02:33 -05:00
Will Dietz 984cc997bc yubikey-manager: 2.1.0 -> 2.1.1 2019-05-28 19:28:26 -05:00
Will Dietz 368f870219 libqalculate,qalculate-gtk: 3.1.0 -> 3.2.0 2019-05-28 19:14:03 -05:00
Silvan MosbergerandGitHub eb9a9bb22a Merge pull request #62174 from Infinisil/fix/pingus
pingus: Fix build
2019-05-29 01:30:38 +02:00
Michael Weiss 769b7ee861 androidStudioPackages.beta: 3.5.0.14 -> 3.5.0.15 2019-05-29 00:36:42 +02:00
Michael Weiss 3b38247781 gns3Packages.{server,gui}Stable: 2.1.18 -> 2.1.19 2019-05-29 00:36:41 +02:00
Tim Steinbach 90267ba813 oh-my-zsh: 2019-05-27 -> 2019-05-28 2019-05-28 18:12:37 -04:00
lassulusandLassulus ddfb687d5e nixos/syncthing: better examples for declarative options 2019-05-29 07:12:14 +09:00
Peter RomfeldandLassulus d8aee48e77 elasticmq-server-bin: init at 0.14.6 2019-05-29 07:11:31 +09:00
Silvan Mosberger a1ed58d6a8 pingus: Fix build 2019-05-28 23:20:41 +02:00
worldofpeaceandGitHub d2d8b5e59d Merge pull request #62170 from nyanloutre/fix-kde-spectacle
spectacle: fix qdbus path in desktop shortcut
2019-05-28 16:34:58 -04:00
Alex Ameen 4b46acd498 genymotion: refactor src from requireFile to fetchurl
The old src url was updated by the host, making the required file inaccessible. The new url links directly to the required file. This direct link allows us to use fetchurl rather than requireFile.

genymotion: refactor src url

Fixed revisions:
1) Uses `pname`.
2) URL uses version variable in path. Data type for `url` was changed from path to string.

genymotion: refactor src url

Removed redundant `name` definition.

fixed typo in URL

changed requireFile to fetchurl
2019-05-28 15:25:59 -05:00
Silvan MosbergerandGitHub 875a015e12 Merge pull request #62166 from Infinisil/fix/python-dynd
python3Packages.dynd: Fix build
2019-05-28 22:25:46 +02:00
Anthony Cowley 6f07f1598f Address comments by @aanderse 2019-05-28 16:12:38 -04:00
nyanloutre bb57a1056e spectacle: fix qdbus path in desktop shortcut 2019-05-28 21:51:29 +02:00
worldofpeaceandGitHub 958eef3533 Merge pull request #61653 from d3rped/fix/krita
krita: fixed missing python path
2019-05-28 15:12:57 -04:00
Silvan Mosberger 91d18c0f4b python3Packages.dynd: Fix build 2019-05-28 20:45:56 +02:00
derped 7af3d2198f krita: fixed missing python path 2019-05-28 20:31:36 +02:00
Anthony Cowley fbc46ae2ca Package the qView image viewer
A fast, unobtrusive Qt-based image viewer.
2019-05-28 12:46:47 -04:00
RenaudandGitHub 3edeb5ccd2 Merge pull request #62134 from dywedir/reaverwps-t6x
reaverwps-t6x: 1.6.3 -> 1.6.5
2019-05-28 18:24:55 +02:00
Vladyslav M 45e517b100 reaverwps-t6x: 1.6.3 -> 1.6.5 2019-05-28 17:06:44 +03:00
Timo KaufmannandGitHub 444f22ca89 Merge pull request #62150 from timokau/pyglet-library-hardcode
python.pkgs.pyglet: hardcode library paths
2019-05-28 14:58:30 +02:00
RenaudandGitHub 02781acc38 gtk-gnutella: 1.1.9 -> 1.1.14 (#62151)
and fix build -- previously failing on Hydra
2019-05-28 14:54:17 +02:00
Tim Steinbach bd64cb2b43 linux: 5.2-rc1 -> 5.2-rc2 2019-05-28 08:49:13 -04:00
Tim Steinbach c0c947814d oh-my-zsh: 2019-05-26 -> 2019-05-27 2019-05-28 08:44:42 -04:00
RenaudandGitHub ba23e62e59 Merge pull request #62127 from kuznero/doctl
doctl: 1.16.0 -> 1.18.0
2019-05-28 14:38:11 +02:00
sonerciritandRenaud 4c267a9fde jetbrains.webstorm: 2019.1.2 -> 2019.1.3 (#62146) 2019-05-28 14:17:37 +02:00
Timo Kaufmann 97ec74edc6 python.pkgs.roboschool: disable for python2
This has never worked.
2019-05-28 14:00:17 +02:00
Timo Kaufmann 446ac90e05 python.pkgs.pyglet: hardcode library paths
Fixes failure to find certain libraries such as libc.
2019-05-28 13:44:29 +02:00
Daniel SchaeferandRenaud eccb90a2d9 compton: 0.1_beta2.5 -> 6.2 (#61681)
* compton-git: 5.1-rc2 -> 6.2

vsync is now a boolean option, see:
https://github.com/yshui/compton/pull/130

menu-opacity is deprecated and there's a warning that says:
Please use the wintype option `opacity` of `popup_menu` and
`dropdown_menu` instead.

* nixos/compton: Keep vSync option backwards compatible

The new upstream option tries to make the best choice for the user.
Therefore the behaviour should stay the same with this backwards
compatibility patch.

* compton-git: Remove DRM option

It's deprecated and shouldn't be used.
https://github.com/yshui/compton/pull/130/files#r285505456

* compton-git: Remove new_backends option

Was removed in "Let old/new backends co-exist"
b0c5db9f5aa500dc3568cc6fe68493df98794d4d

* compton: 0.1_beta2.5 -> 6.2

Drop the legacy, unmaintained version and use the fork for real.
2019-05-28 13:37:13 +02:00
Timo KaufmannandGitHub 53b08beea6 tridactyl-native: init at 1.14.9 (#61703) 2019-05-28 13:14:06 +02:00
Elis HirwingandGitHub 991d1aa425 Merge pull request #62143 from dywedir/nnn
nnn: 2.4 -> 2.5
2019-05-28 12:22:46 +02:00
GRBurst c22e43fe44 protonmail bridge: 1.1.4 -> 1.1.5 2019-05-28 12:19:32 +02:00