Commit graph

33502 commits

Author SHA1 Message Date
worldofpeace ecdb583ded
Merge pull request #61218 from IvanMalison/slack-libappindicator
slack: add libappindicator-gtk3 to rpath
2019-05-10 18:15:01 -04:00
Will Dietz d7ff576529
Merge pull request #60343 from dtzWill/fix/luarocks-nix-formatting-and-awesome-doc-goodness
luarocks-nix,luaPackages: formatting and additions; awesome: docs!
2019-05-10 16:56:58 -05:00
Michael Weiss a6388e030a
tdesktop: 1.6.7 -> 1.7.0 2019-05-10 23:33:04 +02:00
Renaud b246b32119
Merge pull request #60639 from r-ryantm/auto-update/neovim-unwrapped
neovim-unwrapped: 0.3.4 -> 0.3.5
2019-05-10 19:26:11 +02:00
Michael Raskin 76e2a96475
Changelog meta entry (#60371)
meta.changelog: enable, document, add for GNU Hello
2019-05-10 16:55:29 +00:00
Alexander Bantyev 38c093e376 olive-editor: init at 0.0.1 (#57867)
* olive-editor: init at unstable-2019-03-18

* olive-editor: unstable-2019-03-18 -> 0.0.1
Upstream tagged a first alpha release
+ frei0r is now available on Darwin
2019-05-10 18:31:04 +02:00
Renaud 074c02f90f
Merge pull request #60935 from jluttine/gimp-add-gtk-path
gimp: fix GTK_PATH
2019-05-10 18:04:24 +02:00
Mario Rodas 6ca0b1462f
Merge pull request #60427 from artemist/sox-opus
sox: Add option to include opus support
2019-05-10 08:28:55 -05:00
Florian Klink 7495a761cc
virtualbox: python2 -> python3 (#61100)
virtualbox: python2 -> python3
2019-05-10 14:54:56 +02:00
Florian Klink b93d3473d3
virtualbox: 5.2.28 -> 6.0.6 (#60943)
virtualbox: 5.2.28 -> 6.0.6
2019-05-10 14:47:12 +02:00
Will Dietz bc94dcf500 digikam: 6.0.0 -> 6.1.0 (#60042)
* digikam: 6.0.0 -> 6.1.0

* digikam: add dep, use ffmpeg_4

* digikam: set DK_PLUGIN_PATH to help find plugins
2019-05-10 13:22:05 +02:00
Nikita Uvarov fc5b5cdaef
moonlight-embedded: add libva support
This enables hardware decoding using VA API.
2019-05-10 10:24:10 +02:00
Nikita Uvarov 30e5254de5
moonlight-embedded: 2.4.7 -> 2.4.9 2019-05-10 10:24:02 +02:00
Ryan Mulligan 78526a79da
Merge pull request #53393 from srghma/hubstaff_143
hubstaff: 1.3.1 → 1.4.5
2019-05-09 20:51:00 -07:00
Ivan Malison c4906fa0d3
slack: add libappindicator-gtk3 to rpath 2019-05-09 17:47:45 -07:00
Ambroz Bizjak 5bec9dc65b virtualbox: 5.2.28 -> 6.0.6
Quite some fixing was needed to get this to work.

Changes in VirtualBox and additions:

- VirtualBox is no longer officially supported on 32-bit hosts so i686-linux is removed from platforms
  for VirtualBox and the extension pack. 32-bit additions still work.

- There was a refactoring of kernel module makefiles and two resulting bugs affected us which had to be patched.
  These bugs were reported to the bug tracker (see comments near patches).

- The Qt5X11Extras makefile patch broke. Fixed it to apply again, making the libraries logic simpler
  and more correct (it just uses a different base path instead of always linking to Qt5X11Extras).

- Added a patch to remove "test1" and "test2" kernel messages due to forgotten debugging code.

- virtualbox-host NixOS module: the VirtualBoxVM executable should be setuid not VirtualBox.
  This matches how the official installer sets it up.

- Additions: replaced a for loop for installing kernel modules with just a "make install",
  which seems to work without any of the things done in the previous code.

- Additions: The package defined buildCommand which resulted in phases not running, including RUNPATH
  stripping in fixupPhase, and installPhase was defined which was not even run. Fixed this by
  refactoring using phases. Had to set dontStrip otherwise binaries were broken by stripping.
  The libdbus path had to be added later in fixupPhase because it is used via dlopen not directly linked.

- Additions: Added zlib and libc to patchelf, otherwise runtime library errors result from some binaries.
  For some reason the missing libc only manifested itself for mount.vboxsf when included in the initrd.

Changes in nixos/tests/virtualbox:

- Update the simple-gui test to send the right keys to start the VM. With VirtualBox 5
  it was enough to just send "return", but with 6 the Tools thing may be selected by
  default. Send "home" to reliably select Tools, "down" to move to the VM and "return"
  to start it.

- Disable the VirtualBox UART by default because it causes a crash due to a regression
  in VirtualBox (specific to software virtualization and serial port usage). It can
  still be enabled using an option but there is an assert that KVM nested virtualization
  is enabled, which works around the problem (see below).

- Add an option to enable nested KVM virtualization, allowing VirtualBox to use hardware
  virtualization. This works around the UART problem and also allows using 64-bit
  guests, but requires a kernel module parameter.

- Add an option to run 64-bit guests. Tested that the tests pass with that. As mentioned
  this requires KVM nested virtualization.
2019-05-09 23:36:57 +02:00
Will Dietz 66493d7bff
electrum: grab tests from github, but use signed sources
Not crazy about this solution, but seems better than
not running tests or ignoring upstream's signatures.
2019-05-09 15:57:27 -05:00
Renaud 48a65ef9e6
Merge pull request #61166 from jansol/renderdoc
renderdoc: 1.2 -> 1.4
2019-05-09 22:52:09 +02:00
Michael Raskin 7252364dfa tptp: switch to new base URL for source tarball 2019-05-09 22:57:59 +02:00
Michael Raskin a8c4b37063 vampire: switch off the fragile fetchSubmodules/leaveDotGit 2019-05-09 22:57:59 +02:00
Will Dietz a879c72552
electrum: fixup Exec lines in .desktop
Not sure why upstream added $HOME/.local/bin to $PATH for these,
but IMO that is for users to handle as they see fit.

And it's not very nix-like :).
2019-05-09 15:50:07 -05:00
Will Dietz 9cae933ce7
electrum: fetch from official site, check signature (manually) 2019-05-09 15:50:06 -05:00
Will Dietz d6ec298e3e
electrum: 3.3.4 -> 3.3.5
https://github.com/spesmilo/electrum/blob/3.3.5/RELEASE-NOTES
2019-05-09 15:50:05 -05:00
zimbatm b269811203 terraform-providers: bump versions 2019-05-09 22:43:26 +02:00
zimbatm 25c08476c1 terraform_0_12: 0.12.0-beta1 -> 0.12.0-rc1 2019-05-09 22:43:26 +02:00
Michael Weiss 01361a1791
androidStudioPackages.{beta,dev,canary}: 3.5.0.12 -> 3.5.0.13
androidStudioPackages.beta: 3.4.0.18 -> 3.5.0.13
2019-05-09 20:36:41 +02:00
Renaud c17ec06f66
Merge pull request #60569 from dtzWill/update/vnstat-2.2
vnstat: 2.1 -> 2.2
2019-05-09 20:09:40 +02:00
Will Dietz 0954c36972 kmymoney: 5.0.1 -> 5.0.4 (#60059)
* kmymoney: 5.0.1 -> 5.0.4

* kmymoney: patch included

* kmymoney: add sqlcipher for db encryption support
2019-05-09 20:07:12 +02:00
Renaud cdcc4b2b3d
Merge pull request #61163 from tbenst/mendeley
mendeley: 1.19.1 -> 1.19.5
2019-05-09 17:34:53 +02:00
Renaud 6add916cae
Merge pull request #61175 from pacien/howl-0.6
howl: 0.5.3 -> 0.6
2019-05-09 17:02:22 +02:00
Renaud ac63101188
subversion: fix configure missing APR_INT64_T_FMT
configurePhase fails when building Python bindings or subversionClient
> configure: error: failed to recognize APR_INT64_T_FMT on this platform

Adding "-P" CPPFLAG solves the issue.
See also: https://issues.apache.org/jira/browse/SVN-4813
2019-05-09 15:59:18 +02:00
pacien 3e22192910 howl: 0.5.3 -> 0.6 2019-05-09 06:12:35 +02:00
worldofpeace 416d05f001 tilix: 1.9.0 -> 1.9.3 2019-05-08 23:27:20 -04:00
worldofpeace d85274807f
Merge pull request #61152 from Tomahna/iris
mopidy-iris: 3.37.0 -> 3.37.1
2019-05-08 21:32:37 -04:00
Jan Solanti 084d1915b8 renderdoc: 1.2 -> 1.4 2019-05-09 01:53:22 +03:00
tbenst a69b9b672c mendeley: 1.19.1 -> 1.19.5 2019-05-08 15:02:01 -07:00
Florian Klink 54f55a7f3a
notmuch: 0.28.3 -> 0.28.4 (#61129)
notmuch: 0.28.3 -> 0.28.4
2019-05-08 23:32:42 +02:00
worldofpeace bb7e5566c7
Merge pull request #44086 from erikarvstedt/paperless
paperless: add package and service
2019-05-08 17:17:49 -04:00
Renaud 60c120e922
matchbox: fix build 2019-05-08 22:53:27 +02:00
Andreas Rammhold 918a660cd3
firefox-esr-60: 60.6.2esr -> 60.6.3esr (#61149)
firefox-esr-60: 60.6.2esr -> 60.6.3esr
2019-05-08 18:37:43 +02:00
Kevin Rauscher 2117006ef1 mopidy-iris: 3.37.0 -> 3.37.1 2019-05-08 18:09:27 +02:00
Renaud 49d4406084
Merge pull request #61136 from dawidsowa/gallery-dl
gallery-dl: 1.8.2 -> 1.8.3
2019-05-08 18:05:13 +02:00
Andreas Rammhold f29d398c69 firefox-esr-60: 60.6.2esr -> 60.6.3esr 2019-05-08 17:54:13 +02:00
Tim Steinbach dded4653b0
vivaldi: 2.4.1488.40-1 -> 2.5.1525.40-1 2019-05-08 10:13:43 -04:00
Eelco Dolstra 84a51650b9
Merge pull request #61134 from c0bw3b/pkg/subversion
subversion: drop 1.8 / 1.9.9 -> 1.9.10 / 1.11.1 -> 1.12.0
2019-05-08 13:48:04 +02:00
dawidsowa 4bf92ed816 gallery-dl: 1.8.2 -> 1.8.3 2019-05-08 12:32:14 +02:00
c0bw3b 4f99ea8128 subversion: 1.11.1 -> 1.12.0
v1.12 is a regular release replacing v1.11
https://subversion.apache.org/docs/release-notes/1.12.html
https://subversion.apache.org/roadmap.html#release-planning
2019-05-08 12:19:34 +02:00
c0bw3b 78c545fe83 subversion19: 1.9.9 -> 1.9.10
https://subversion.apache.org/docs/release-notes/1.9
2019-05-08 12:09:54 +02:00
c0bw3b 1685f80b97 subversion18: remove because EOL
Subversion 1.8 is EOL since the publication of 1.10 in April 2018
https://subversion.apache.org/docs/release-notes/1.10.html#svn-1.8-deprecation
2019-05-08 11:56:22 +02:00
Andreas Rammhold f7b51927c3 firefox-bin: 66.0.4 -> 66.0.5 2019-05-08 11:39:39 +02:00
Andreas Rammhold bc3d79f633 firefox: 66.0.4 -> 66.0.5 2019-05-08 11:39:39 +02:00
Andreas Rammhold 44553697ab firefox-beta-bin: 67.0b17 -> 670b18 2019-05-08 11:39:34 +02:00
Serhii Khoma aadfa893ab hubstaff: 1.4.3 -> 1.4.5 2019-05-08 11:29:28 +03:00
Serhii Khoma 6324caac14 hubstaff: 1.3.1 → 1.4.3 2019-05-08 11:10:51 +03:00
Will Dietz d4be93914f notmuch: 0.28.3 -> 0.28.4
https://notmuchmail.org/pipermail/notmuch/2019/027933.html
2019-05-08 02:57:11 -05:00
Erik Arvstedt 0231273a57
paperless: init at 2.7.0 2019-05-08 09:26:31 +02:00
Matthias Beyer 09c0b89a81 taskell: 1.4.2 -> 1.4.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-05-08 09:14:18 +02:00
SLNOS 8b4d53168a firefoxPackages.tor-browser: 8.0.8 -> 8.0.9 2019-05-08 03:45:38 +00:00
Renaud 2fb1b3156f
Merge pull request #60932 from c0bw3b/patches-cleanup
[treewide] delete (some) unused patches
2019-05-07 23:34:04 +02:00
Renaud 9bd3d3351e
Merge pull request #61090 from baracoder/jetbrains-update
Update Jetbrains IDEs
2019-05-07 22:53:39 +02:00
Andy White c0abf3c23e rambox: 0.6.6 -> 0.6.7 2019-05-08 05:49:10 +09:00
adisbladis 677e5e1fe2
gpsbabel: 1.5.4 -> 1.6.0 2019-05-07 22:23:17 +02:00
Graham Christensen e2f6e36401
virtualbox: python2 -> python3 2019-05-07 14:54:39 -04:00
Will Dietz 5f13ffc00b
Merge pull request #60363 from matthiasbeyer/update-taskell
taskell: 1.3.2 -> 1.4.2
2019-05-07 13:42:36 -05:00
Robert Schütz 929fe5ca21 qutebrowser: 1.6.1 -> 1.6.2
https://lists.schokokeks.org/pipermail/qutebrowser/2019-May/000622.html
2019-05-08 03:08:16 +09:00
c0bw3b 4f8bf685f8 pstree: remove and alias to psmisc 2019-05-08 02:53:09 +09:00
dawidsowa 715002eaf7 gallery-dl: init at 1.8.2 2019-05-08 02:45:56 +09:00
Frederik Rietdijk 87a5d8fede Merge staging-next into staging 2019-05-07 19:30:14 +02:00
Frederik Rietdijk a80982b4c9
Merge staging-next into master 2019-05-07 19:29:06 +02:00
Herman Fries 834617951b jetbrains.rider: 2018.3.4 -> 2019.1.1 2019-05-07 17:02:21 +02:00
Herman Fries ea243a8774 jetbrains.datagrip: 2019.1.1 -> 2019.1.2 2019-05-07 17:01:27 +02:00
Frederik Rietdijk 01b99a67e9
Merge pull request #61028 from marsam/update-cedille
cedille: fix hash
2019-05-07 13:11:33 +02:00
Joachim Fasting 7defc47944
tor-browser-bundle-bin: meta.homepage is a regular string 2019-05-07 09:48:16 +02:00
Joachim Fasting 501c2c28a4
tor-browser-bundle-bin: 8.0.8 -> 8.0.9 2019-05-07 09:48:10 +02:00
Frederik Rietdijk 0196d8f11c Merge master into staging-next 2019-05-07 09:00:06 +02:00
Jörg Thalheim dd2052ce36
awesome: use makeWrapper rather than wrapProgram (#61060)
awesome: use makeWrapper rather than wrapProgram
2019-05-07 07:07:36 +01:00
Jörg Thalheim 6d207876db
Merge pull request #61057 from dywedir/i3status-rust
i3status-rust: 0.9.0.2019-03-21 -> 0.9.0.2019-04-27
2019-05-07 07:05:15 +01:00
Jörg Thalheim c28f0c39d2
Merge pull request #61073 from marsam/fix-mpv-darwin
mpv: fix darwin build
2019-05-07 06:59:41 +01:00
Michael Raskin 2ca644ea9a
Merge pull request #61070 from dtzWill/update/libreoffice-fresh-6.2.3.2
libreoffice-fresh: 6.2.2.2 -> 6.2.3.2
2019-05-07 05:16:55 +00:00
adisbladis ca088617ac
firefox-beta-bin: 67.0b16 -> 67.0b17 2019-05-07 06:10:31 +01:00
adisbladis 5985cd73dc
firefox-devedition-bin: 67.0b7 -> 67.0b17 2019-05-07 06:10:31 +01:00
Mario Rodas 20eda8246c
mpv: fix darwin build 2019-05-06 23:57:10 -05:00
Will Dietz d90da9197a libreoffice-fresh: 6.2.2.2 -> 6.2.3.2 2019-05-06 23:38:11 -05:00
Renaud c9f1f40cb2
Merge pull request #60525 from r-ryantm/auto-update/flacon
flacon: 5.2.0 -> 5.4.0
2019-05-06 22:30:47 +02:00
Stefano Mazzucco 88f84c08d7 awesome: use makeWrapper rather than wrapProgram
Using wrapProgram makes so that the generated "awesome" wrapper duplicates its
command line options at every restart.

As @psychon puts it:

> AwesomeWM restarts via execvp(argv[0], argv). In NixOS, wrapProgram is used
> to generate a wrapper around the real binary. wrapProgram calls makeWrapper
> with --argv0 '$0'. I guess this is what makes awesomeWM run the wrapper again
> on restart. Without this --argv0 awesomeWM would directly restart itself
> instead of the wrapper, I think.
2019-05-06 21:08:55 +01:00
Vladyslav M 12e6d28389
i3status-rust: 0.9.0.2019-03-21 -> 0.9.0.2019-04-27 2019-05-06 22:32:03 +03:00
Renaud 6d8f70dfa0
Merge pull request #60921 from risicle/ris-rapid-photo-downloader-vmtouch
rapid-photo-downloader: add vmtouch to wrapped PATH
2019-05-06 20:40:51 +02:00
Robin Gloster 2a53f75c7d
Merge pull request #60886 from flokli/gitlab-11.10.4
gitlab-{ce,ee}: 11.9.11 -> 11.10.4
2019-05-06 18:28:05 +00:00
Robin Gloster 2ec5786a4d
gitaly: fix build 2019-05-06 19:11:43 +02:00
taku0 07458c2f38 firefox-esr: 60.6.1esr -> 60.6.2esr 2019-05-06 13:35:25 +09:00
taku0 ad042f186f firefox-bin: 66.0.3 -> 66.0.4 2019-05-06 13:31:28 +09:00
Mario Rodas e47dd1bb34
cedille: fix hash 2019-05-05 20:47:29 -05:00
Eelco Dolstra 1f6ddfc7e0 firefox: 66.0.3 -> 66.0.4 2019-05-05 23:57:54 +02:00
Michael Raskin 7770495cd7
Merge pull request #59148 from volth/gcc.arch.v3
compilation for particular x86_64 architecture
2019-05-05 19:12:12 +00:00
R. RyanTM c4146b0df0 pidgin-sipe: 1.23.3 -> 1.24.0 (#50658)
* pidgin-sipe: 1.23.3 -> 1.24.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/pidgin-sipe/versions

* pidgin-sipe: add gmime to build inputs
and refactor
2019-05-05 21:11:01 +02:00
Renaud c1fc82a02e
Merge pull request #60990 from r-ryantm/auto-update/mediainfo
mediainfo: 18.12 -> 19.04
2019-05-05 20:00:28 +02:00
worldofpeace 109399ff31
Merge pull request #58735 from r-ryantm/auto-update/opera
opera: 56.0.3051.99 -> 58.0.3135.127
2019-05-05 13:20:34 -04:00
Renaud 1a25840733
opera: add at-spi2-core to RPATH 2019-05-05 19:10:40 +02:00
Andreas Rammhold 0b7c602d55
chromium: 74.0.3729.108 -> 74.0.3729.131 (#60950)
chromium: 74.0.3729.108 -> 74.0.3729.131
2019-05-05 18:04:36 +02:00
Renaud 1d03f6b225
Merge pull request #60964 from r-ryantm/auto-update/drawpile
drawpile: 2.1.7 -> 2.1.8
2019-05-05 17:39:30 +02:00
R. RyanTM 92e243d56d mediainfo: 18.12 -> 19.04
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mediainfo/versions
2019-05-05 08:22:30 -07:00
royneary fb0481903f libreoffice: install unopkg for libreoffice-still too 2019-05-05 13:23:08 +02:00
royneary 7bee906a5b libreoffice: install the unopkg extension management tool 2019-05-05 12:26:09 +02:00
Ivan Kozik 75d1439f8f chromium: add myself as maintainer (#60961) 2019-05-05 05:09:20 -04:00
Renaud 3ce7d1f0db wings3d: correct license is Tcl/Tk 2019-05-05 11:05:07 +02:00
R. RyanTM 750fcf7760 wings: 2.2.3 -> 2.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/wings/versions
2019-05-05 11:05:07 +02:00
Mario Rodas 1e8cf454ff
Merge pull request #60445 from magnetophon/speech-denoiser
speech-denoiser: init at unstable-07-10-2019
2019-05-05 03:44:47 -05:00
Renaud c4140ede2f
Merge pull request #60934 from r-ryantm/auto-update/zynaddsubfx
zynaddsubfx: 3.0.4 -> 3.0.5
2019-05-05 10:13:50 +02:00
Renaud 96bd872b09
Merge pull request #60962 from cawilliamson/patch-1
rambox-pro: Switch to using correct electron path
2019-05-05 10:08:35 +02:00
Renaud 3513201b8a
Merge pull request #60781 from danieldk/fasttext-0.2.0
fasttext: init at 0.2.0
2019-05-05 10:07:02 +02:00
lewo cbb0a0c108
Merge pull request #60466 from vdemeester/update-runc
runc: 1.0.0-rc7 -> 1.0.0-rc8
2019-05-05 09:22:06 +02:00
Daniël de Kok f029f8c5ad fasttext: init at 0.2.0 2019-05-05 08:28:44 +02:00
R. RyanTM a75b1c656a drawpile: 2.1.7 -> 2.1.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/drawpile/versions
2019-05-04 22:44:10 -07:00
Christopher A. Williamson 886544102f
rambox-pro: Switch to using correct electron path 2019-05-05 06:29:51 +01:00
Bart Brouns 829c0c81b6
speech-denoiser: init at unstable-07-10-2019 2019-05-04 23:50:25 -05:00
roconnor 6ff2db1383
Merge pull request #60848 from dtzWill/update/bitcoin-0.18.0
bitcoin: 0.17.3 -> 0.18.0, enable and run unit tests
2019-05-04 20:40:36 -04:00
Aaron Andersen 1ef93c9c51
Merge pull request #60915 from aanderse/issue/60498
kupfer: fix broken build
2019-05-04 20:23:39 -04:00
Ivan Kozik f15adc548f chromium: 74.0.3729.108 -> 74.0.3729.131
CVE-2019-5827 CVE-2019-5824
2019-05-04 22:46:24 +00:00
Daniel Schaefer 71fd2482b4
xmonad-with-packages: Remove ghc manpage
This package should only install the xmonad manpage but not GHC's (it
doesn't even install GHC in the path). Installing both manpages makes
this package conflict with the GHC derivation.

Fixes #60914
2019-05-04 23:49:27 +02:00
R. RyanTM ef8dfcc07f zynaddsubfx: 3.0.4 -> 3.0.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/zynaddsubfx/versions
2019-05-04 11:38:05 -07:00
Jaakko Luttinen f9de595e86
gimp: fix GTK_PATH
Fixes #60918.
2019-05-04 21:37:49 +03:00
c0bw3b 9cb260d091 [treewide] delete unused patches 2019-05-04 19:52:24 +02:00
Robert Scott de467e740e rapid-photo-downloader: add vmtouch to wrapped PATH
without this, the analyze-pv-structure executable complains:
"To run this program, you need to install vmtouch."
2019-05-04 16:48:25 +01:00
Frederik Rietdijk b7b3b3f967 Merge staging-next into staging 2019-05-04 17:34:35 +02:00
Frederik Rietdijk 193b899af2 Merge master into staging-next 2019-05-04 17:34:04 +02:00
volth 091de095c9 -mno-fma is x86_64 only; it hinders aarch64 compilation 2019-05-04 15:31:02 +00:00
Aaron Andersen fc32b49933 kupfer: switch from name to pname 2019-05-04 11:13:15 -04:00
Aaron Andersen 545af899c2 kupfer: fix broken build 2019-05-04 11:13:10 -04:00
gnidorah 50d54c66f9 munt: init at 2.3.0 2019-05-04 23:19:24 +09:00
Mario Rodas 6fc32df99c
Merge pull request #60488 from johanot/kubernetes-1.14.1
kubernetes: 1.14.0 -> 1.14.1
2019-05-04 08:43:41 -05:00
Jan Tojnar 0b74015524
Merge pull request #60905 from jtojnar/gimp-resynthesizer
gimpPlugins.resynthesizer2: 2.0.1 → 2.0.3
2019-05-04 15:23:16 +02:00
Alyssa Ross 8b9c7d543b
Merge pull request #60503 from manveru/pt-update
pt: 0.7.3 -> 0.10.0, use bundlerApp
2019-05-04 13:19:50 +00:00
Alyssa Ross b896b267de
Merge pull request #60509 from manveru/ledger-web-update
ledger-web: use bundlerApp
2019-05-04 13:18:37 +00:00
Alyssa Ross 3a2be59dff
Merge pull request #60795 from manveru/ppl-address-book-update
ppl-address-book: delete
2019-05-04 12:57:52 +00:00
Aaron Andersen 673284dbab
Merge pull request #60885 from ankhers/update_obs-studio_23_1_0
obs-studio: 23.0.2 -> 23.1.0
2019-05-04 08:40:56 -04:00
Vladyslav M 8bc70c937b
waybar: 0.5.1 -> 0.6.1 (#60613)
waybar: 0.5.1 -> 0.6.1
2019-05-04 12:36:42 +03:00
Andreas Rammhold 817c4b3d70 firefox-beta-bin-unwrapped: 67.0b7 -> 67.0b16 2019-05-04 11:34:31 +02:00
Minijackson 70098c2037
waybar: 0.5.1 -> 0.6.1 2019-05-04 09:57:34 +02:00
Will Dietz fcf83a23aa bitcoin: cleanup check-only input, move to checkInputs
Per reviewer request, good call thanks!
2019-05-03 20:54:12 -05:00
Jan Tojnar 2d0ea8e6d5
gimpPlugins.resynthesizer2: 2.0.1 → 2.0.3
Fixes makeFlags: $out is not sufficient to install the binaries,
let's use placeholder.

Also update and clean up the expression.
2019-05-04 03:49:17 +02:00
worldofpeace 974476615c
Merge pull request #60793 from worldofpeace/elementary-appcenter-apps-update
Update elementary appcenter apps
2019-05-03 20:18:01 -04:00
worldofpeace 257bdb3a9a
Merge pull request #60862 from lightbulbjim/skype-update
skypeforlinux: 8.42.76.54 -> 8.44.0.40
2019-05-03 19:40:46 -04:00
Chris Rendle-Short b5770c0f77 skypeforlinux: 8.42.76.54 -> 8.44.0.40
Note that the supplied .desktop file has changed, so `postFixup` has
been tweaked accordingly.
2019-05-04 09:34:05 +10:00
Renaud edc032b56e
Merge pull request #60803 from r-ryantm/auto-update/teamviewer
teamviewer: 14.2.2558 -> 14.2.8352
2019-05-04 01:19:19 +02:00
Ryan Mulligan 9aac3dbd44
Merge pull request #60789 from r-ryantm/auto-update/slack
slack: 3.3.8 -> 3.4.0
2019-05-03 15:27:27 -07:00
Michael Weiss 65f07c097d
swaybg: init at 1.0 2019-05-03 22:30:41 +02:00
Michael Weiss 1f1e075fb1
swayidle: 1.2 -> 1.3 2019-05-03 22:16:21 +02:00
Michael Weiss d43ea14abb
swaylock: 1.3 -> 1.4 2019-05-03 22:16:21 +02:00
Renaud 77537f45fa
Merge pull request #60790 from r-ryantm/auto-update/snd
snd: 19.2 -> 19.3
2019-05-03 22:16:12 +02:00
Florian Klink d237c8a182 gitlab-ee: 11.9.11 -> 11.10.4 2019-05-03 20:22:08 +02:00
Florian Klink 02124aa8fb gitlab-ce: 11.9.11 -> 11.10.4 2019-05-03 20:21:55 +02:00
Florian Klink 41d95302c0 gitlab-workhorse: 8.3.3 -> 8.5.2 2019-05-03 20:21:12 +02:00
Florian Klink 030bc8086b gitaly: 1.27.2 -> 1.34.1 2019-05-03 20:20:20 +02:00
Florian Klink 61bf39c5a1 gitlab-shell: 8.7.1 -> 9.0.0 2019-05-03 20:20:01 +02:00
Florian Klink 847eb76cf8 gitlab: update.py: properly sort version numbers, ignore invalid versions 2019-05-03 20:18:14 +02:00
Justin Wood 6a03c9feac obs-studio: 23.0.2 -> 23.1.0 2019-05-03 14:17:14 -04:00
Frederik Rietdijk 0f10b72b5f Merge master into staging-next 2019-05-03 19:56:31 +02:00
Joachim F a602026454
Merge pull request #60867 from manveru/update-taskjuggler
taskjuggler: fix security issues
2019-05-03 17:46:18 +00:00
Renaud 323042355e
Merge pull request #60832 from marsam/fix-build-looking-glass-client
looking-glass-client: fix build
2019-05-03 19:07:52 +02:00
Michael Fellinger cd1bfc3045 ppl-address-book: delete 2019-05-03 18:47:17 +02:00
Mario Rodas 14fa46a3f8
Merge pull request #60677 from royneary/git-bug-0.5.0
gitAndTools.git-bug: 0.4.0 -> 0.5.0
2019-05-03 10:50:08 -05:00
royneary 71a3f9f9e9 gitAndTools.git-bug: remove deps.nix 2019-05-03 17:13:14 +02:00
Robert Schütz 56b560942c Merge branch 'master' into staging 2019-05-03 16:01:49 +02:00
Michael Fellinger e287749936 taskjuggler: fix security issues 2019-05-03 14:38:19 +02:00
Mario Rodas 1b816da6c3
Merge pull request #60726 from r-ryantm/auto-update/pre-commit
gitAndTools.pre-commit: 1.15.1 -> 1.15.2
2019-05-03 06:30:45 -05:00
Michael Fellinger 9a0596ee97 mikutter: 3.5.13 -> 3.8.7 (#60808) 2019-05-03 12:48:13 +02:00
Eugene eaeb587429 moc: refactor options, add patches
Add support for conditional compile options, add pulseaudio and ffmpeg4
support patches.
2019-05-03 13:38:25 +03:00
Joachim F 5ad1e9f0bf
Merge pull request #60575 from dtzWill/feature/obfs4proxy
obfs4: init at 0.0.10, use in tor-browser-bundle's, tor service
2019-05-03 09:48:02 +00:00
Renaud 6ed0d788a2
Merge pull request #60801 from r-ryantm/auto-update/synthv1
synthv1: 0.9.6 -> 0.9.7
2019-05-03 11:43:57 +02:00
Renaud db6839a169
Merge pull request #60778 from r-ryantm/auto-update/samplv1
samplv1: 0.9.6 -> 0.9.7
2019-05-03 11:43:19 +02:00
R. RyanTM 045078f096 tortoisehg: 4.9 -> 4.9.1 (#60806)
* tortoisehg: 4.9 -> 4.9.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tortoisehg/versions

* tortoisehg: update meta.homepage
2019-05-03 11:14:31 +02:00
nyanloutre 07f53c71e8 electron-cash: enable tests 2019-05-03 17:43:06 +09:00
Will Dietz 7b7b56def4 bitcoin: 0.17.3 -> 0.18.0, enable and run unit tests
https://bitcoincore.org/en/releases/0.18.0/
2019-05-03 02:04:20 -05:00
Will Dietz 329df95958 vnstat: 2.1 -> 2.2
https://humdi.net/vnstat/CHANGES

* enable tests
* add hardening options from upstream's
  example service
* fix "documentation" setting in service:
  either needs to be `unitConfig.Documentation`
  (uppercase) or lowercase but not within unitConfig.
2019-05-03 01:47:57 -05:00
Renaud f58482658e
Merge pull request #60822 from r-ryantm/auto-update/vnstat
vnstat: 2.1 -> 2.2
2019-05-03 08:20:16 +02:00
Silvan Mosberger d6ddcf318e
Merge pull request #60812 from r-ryantm/auto-update/translate-shell
translate-shell: 0.9.6.9 -> 0.9.6.10
2019-05-03 07:29:05 +02:00
Mario Rodas 6e90393ead
looking-glass-client: fix build
spice-protocol removed the spice/error_codes.h header file [1], which
looking-glass-client was still using.

[1] 334cef51d0
2019-05-02 22:06:56 -05:00
Jan Tojnar 9f4ae182c1
sublime3-dev: 3203 → 3208
Build 3208
21 April 2019

    Mac: Added a workaround for a macOS OpenGL driver bug in 10.14.4

Build 3206
5 April 2019

    Performance improvements

Build 3205
3 April 2019

    Improved scrolling logic in some scenarios
    Linux: Fixed compatibility with old Linux distributions

Build 3204
2 April 2019

    Mac: Added a workaround for a MacOS issue with DisplayLink adapters
    Linux: Tweaked the way text scaling is handled
    Improved file indexing behavior in some scenarios
    Fixed block carets changing the way text selection works
2019-05-03 04:36:12 +02:00
worldofpeace d3a3ea0257
Merge pull request #60815 from pacien/riot-v1.0.8
riot-desktop: 1.0.7 -> 1.0.8
2019-05-02 20:21:43 -04:00
R. RyanTM 765a58918b vnstat: 2.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/vnstat/versions
2019-05-02 17:18:15 -07:00
worldofpeace 26d0b144c2
Merge pull request #60814 from r-ryantm/auto-update/typora
typora: 0.9.68 -> 0.9.70
2019-05-02 20:17:54 -04:00
Thiago Kenji Okada ed971d0d90 bemenu: init at 0.1.0
Bemenu is a dynamic menu library and client program inspired by dmenu
with support for wayland compositors (and also X11 and ncurses).

Build and tested in NixOS 19.03.172392.6d7ed96429 in X11 (i3wm), wayland
(sway) and ncurses (kitty).
2019-05-02 20:53:20 -03:00
pacien 2e9c8649f7 riot: add maintainer note 2019-05-03 01:03:19 +02:00
Jan Tojnar 00f52f0134
dropbox-cli: Fix and add Nautilus extension (#60752)
dropbox-cli: Fix and add Nautilus extension
2019-05-03 01:02:23 +02:00
pacien d0cc03e8a3 riot-desktop: 1.0.7 -> 1.0.8 2019-05-03 00:55:30 +02:00
R. RyanTM bca4fdd0c9 typora: 0.9.68 -> 0.9.70
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/typora/versions
2019-05-02 15:47:34 -07:00
R. RyanTM a872d68060 translate-shell: 0.9.6.9 -> 0.9.6.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/translate-shell/versions
2019-05-02 14:50:09 -07:00
R. RyanTM 083176a6e6 qsampler: 0.5.4 -> 0.5.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/qsampler/versions
2019-05-02 23:14:59 +02:00
R. RyanTM 3b11620157 qownnotes: 19.4.1 -> 19.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/qownnotes/versions
2019-05-02 23:14:31 +02:00
R. RyanTM 13f7105a8c qjackctl: 0.5.6 -> 0.5.7
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
2019-05-02 23:14:12 +02:00
R. RyanTM 092cfde875 teamviewer: 14.2.2558 -> 14.2.8352
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/teamviewer/versions
2019-05-02 13:44:37 -07:00
pacien 1fc56f7789 riot-web: add pacien as maintainer 2019-05-02 22:41:06 +02:00
R. RyanTM eff5e589de synthv1: 0.9.6 -> 0.9.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/synthv1/versions
2019-05-02 13:29:21 -07:00
R. RyanTM e1d7d482ba qtractor: 0.9.6 -> 0.9.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qtractor/versions
2019-05-02 22:03:02 +02:00
R. RyanTM 58d1128052 riot-web: 1.0.7 -> 1.0.8
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
2019-05-02 21:56:47 +02:00
R. RyanTM 6f69939c9a qmidinet: 0.5.3 -> 0.5.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/qmidinet/versions
2019-05-02 21:47:44 +02:00
Frederik Rietdijk 1979224f15 Merge master into staging-next 2019-05-02 21:38:22 +02:00
worldofpeace d004fc65bb spice-up: 1.8.0 -> 1.8.1
https://github.com/Philip-Scott/Spice-up/releases/tag/1.8.1
2019-05-02 15:01:38 -04:00
worldofpeace 37f742f7e6 aesop: 1.1.0 -> 1.1.1
https://github.com/lainsce/aesop/releases/tag/1.1.1
2019-05-02 15:01:38 -04:00
worldofpeace c71e632151 notes-up: 2.0.0. -> 2.0.1
https://github.com/Philip-Scott/Notes-up/releases/tag/2.0.1
2019-05-02 15:01:38 -04:00