Commit Graph

41904 Commits

Author SHA1 Message Date
Colin L Rice ac1336120f treewide Drop unneeded go 1.12 overrides 2020-03-22 18:06:25 -04:00
Bryan Gardiner 7ca75fad04
pydf: install man page and default config file
This makes the pydf derivation install the package's man page and default config
file, so that `man pydf` works and the user has a default config file to work
from.  This default config file is placed in `share/pydf/` and isn't read by
default; pydf still looks in `/etc` and `$HOME` instead.  (The file is identical
to the defaults in the executable itself except for additional colours applied
to the `full_fs_colour` setting.)
2020-03-22 13:53:33 -07:00
markuskowa 667df74501
Merge pull request #83131 from ck3d/fix-kodi-lirc
kodi: fix lirc support
2020-03-22 21:29:45 +01:00
Christian Kögler b7dad4977c vdr-xineliboutput: 2.1.0 -> 2.2.0 2020-03-22 21:23:06 +01:00
Matthew Bauer e7dc153109
Merge pull request #83117 from Ninlives/netease-music-fix
netease-cloud-music: do not set QT_AUTO_SCREEN_SCALE_FACTOR
2020-03-22 14:47:12 -04:00
Travis CI 9280064b8b gitAndTools.git-machete: 2.13.5 -> 2.13.6
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

###### Notify maintainers
cc @worldofpeace @tfc @jtraue
2020-03-22 17:54:44 +01:00
Tim Steinbach e692babf05
vivaldi: 2.11.1811.47-1 -> 2.11.1811.49-1 2020-03-22 12:08:50 -04:00
R. RyanTM 41b1f02027 jotta-cli: 0.6.21799 -> 0.6.24251 2020-03-22 16:05:58 +00:00
Aleksey Uimanov a01e8b740e qxmledit: init at 0.9.15 2020-03-22 20:01:49 +05:00
Mario Rodas 4e6bf03504
Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin
treewide: fix buildGoModule packages on darwin
2020-03-22 08:13:37 -05:00
Marek Mahut e8cfb12f46 tessera: init at 0.10.2 2020-03-22 13:22:14 +01:00
Christian Kögler 8f12a72488 kodi: fix lirc support
* adapted to the way kodi finds the lircd socket
* added lirc package to build support for lirc
2020-03-22 12:47:25 +01:00
Christian Kögler d315b3d267 vdr-xinelinboutput: fix pkg-config for opengl
Up to including nixos-19.09 configure fall back and included right
libraries. Since nixos-20.03 pkg-config returns a valid value for opengl, but
opengl misses glx symbols.
2020-03-22 12:01:45 +01:00
Mario Rodas b2df6d541d
lean: 3.7.0 -> 3.7.2 2020-03-22 04:20:00 -05:00
Michele Guerini Rocco 92a43999d1
Merge pull request #82555 from r-ryantm/auto-update/magnetico
magnetico: 0.9.0 -> 0.11.0
2020-03-22 10:12:14 +01:00
Michele Guerini Rocco bb9cf0f369
Merge pull request #83115 from rnhmjoj/monero
monero-gui: 0.15.0.1 -> 0.15.0.4
2020-03-22 09:14:21 +01:00
Jeff Labonte fa5fc4993e brave: 1.5.112 -> 1.5.115 2020-03-22 00:41:33 -04:00
mlatus 3e35b4b15b do not set QT_SCREEN_AUTO_SCALE_FACTOR 2020-03-22 11:48:18 +08:00
Reno Reckling accabd163e
Update pkgs/applications/window-managers/i3/lock-fancy.nix
Co-Authored-By: Enteee <ducksource@duckpond.ch>
2020-03-22 03:55:03 +01:00
rnhmjoj 3c93f1ba96
monero-gui: 0.15.0.1 -> 0.15.0.4 2020-03-22 03:37:45 +01:00
rnhmjoj ddabb09c35
monero: use a compatible protobuf version 2020-03-22 03:37:45 +01:00
Mario Rodas f08105e7b3
Merge pull request #83097 from Frostman/hugo-0.68.0
hugo: 0.67.1 -> 0.68.0
2020-03-21 19:46:37 -05:00
Michael Weiss 5ce86bc4ac
wayvnc: 0.1.1 -> 0.1.2 2020-03-21 21:36:53 +01:00
Michael Weiss ea253398de
androidStudioPackages.beta: 4.0.0.11 -> 4.0.0.12 2020-03-21 21:36:53 +01:00
Sergey Lukjanov b5f779b137 hugo: 0.67.1 -> 0.68.0 2020-03-21 11:42:10 -07:00
Orivej Desh 11315a3e27 lutris: 0.5.3 -> 0.5.4 2020-03-21 16:08:38 +00:00
Reno Reckling 55fb13e5e1 i3lock-fancy: Fix wrong path to mktemp
mktemp was not correctly replaced in this package. Leading to
"command not found: mktemp" error.
2020-03-21 15:27:52 +01:00
R. RyanTM ec28ea8914 dropbox-cli: 2019.02.14 -> 2020.03.04 2020-03-21 13:00:37 +00:00
Lancelot SIX e7d2655efb
Merge pull request #83034 from r-ryantm/auto-update/darktable
darktable: 3.0.0 -> 3.0.1
2020-03-21 13:05:24 +01:00
Mario Rodas 8a51989af0 terraform-providers.elasticsearch: fix build on darwin 2020-03-21 06:25:00 -05:00
Mario Rodas d77fc69768 syncthing: fix build on darwin 2020-03-21 06:24:00 -05:00
Mario Rodas 4e9e877ca3 minikube: fix build on darwin 2020-03-21 06:17:00 -05:00
Mario Rodas 8b8dff4cc9 jx: fix build on darwin 2020-03-21 06:14:00 -05:00
Mario Rodas 771cf05ac6 qbec: fix build on darwin 2020-03-21 06:02:00 -05:00
Mario Rodas 37087c1550 prow: fix build on darwin 2020-03-21 06:01:00 -05:00
Mario Rodas 622494d85d helmfile: fix build on darwin 2020-03-21 06:00:00 -05:00
Mario Rodas fda0e24e58 websocketd: fix build on darwin 2020-03-21 05:53:00 -05:00
Mario Rodas 0acc5e11b2 wtf: fix build on darwin 2020-03-21 05:52:00 -05:00
Mario Rodas b6b516f7cf todoist: fix build on darwin 2020-03-21 05:49:00 -05:00
Mario Rodas d6950431b7 lnd: fix build on darwin 2020-03-21 05:40:00 -05:00
Mario Rodas 55fa7fd585 linkerd: fix build on darwin 2020-03-21 05:39:00 -05:00
Mario Rodas 3772f50fc6 kubeseal: fix build on darwin 2020-03-21 05:36:00 -05:00
Mario Rodas 8e2dd1164f kubernetes-helm: fix build on darwin 2020-03-21 05:35:00 -05:00
Mario Rodas dabed704c5 kubeval: fix build on darwin 2020-03-21 05:33:00 -05:00
Mario Rodas c47833f379 k9s: fix build on darwin 2020-03-21 05:31:00 -05:00
Mario Rodas 92da50afa8 ipfs: fix build on darwin 2020-03-21 05:28:00 -05:00
Mario Rodas 6852ecdcf5 ipfs-cluster: fix build on darwin 2020-03-21 05:27:00 -05:00
Mario Rodas b149f2ee80 gitAndTools.ghq: fix build on darwin 2020-03-21 05:25:00 -05:00
Mario Rodas 02d54a88b6 gitAndTools.git-bug: fix build on darwin 2020-03-21 05:24:00 -05:00
Mario Rodas 3e92406ab0 gitAndTools.git-subtrac: fix build on darwin 2020-03-21 05:23:00 -05:00
Mario Rodas b30c0c8d5f gitAndTools.lab: fix build on darwin 2020-03-21 05:22:00 -05:00
Mario Rodas b24059bc2f gitAndTools.lefthook: fix build on darwin 2020-03-21 05:21:00 -05:00
Mario Rodas 68705eee2e hydroxide: fix build on darwin 2020-03-21 05:19:00 -05:00
Mario Rodas 73cb29e6d9 glow: fix build on darwin 2020-03-21 05:18:00 -05:00
Mario Rodas 7faf44250d gomuks: fix build on darwin 2020-03-21 05:17:00 -05:00
Mario Rodas dbb3f260ca geoipupdate: fix build on darwin 2020-03-21 05:16:00 -05:00
Mario Rodas e0ce72f901 hetzner-kube: fix build on darwin 2020-03-21 05:15:00 -05:00
Mario Rodas 069aff87e7 hugo: fix build on darwin 2020-03-21 05:12:00 -05:00
Mario Rodas c058bc936d go-ethereum: fix build on darwin 2020-03-21 05:11:00 -05:00
Mario Rodas c8359c42e0 fluxctl: fix build on darwin 2020-03-21 05:02:00 -05:00
Mario Rodas 33454dafa2 argocd: fix build on darwin 2020-03-21 04:50:00 -05:00
Mario Rodas 6f95d105e0 exercism: fix build on darwin 2020-03-21 04:27:00 -05:00
Mario Rodas a963023e7b atlantis: fix build on darwin 2020-03-21 04:26:00 -05:00
Mario Rodas 64b130dd88 argo: fix build on darwin 2020-03-21 04:25:00 -05:00
Mario Rodas 4ca044eafc archiver: fix build on darwin 2020-03-21 04:24:00 -05:00
Mario Rodas 7449323baf aerc: fix build on darwin 2020-03-21 04:21:00 -05:00
R. RyanTM 473366f5ca x11docker: 6.5.0 -> 6.6.0 2020-03-20 23:43:11 -07:00
R. RyanTM 9c3997e05a parlatype: 1.6.2 -> 2.0 2020-03-20 23:37:16 -07:00
R. RyanTM d012168b90 syncthingtray: 0.10.6 -> 0.10.7 2020-03-21 04:57:58 +00:00
Maximilian Bosch 2d0976c780
Merge pull request #82976 from petabyteboy/feature/jetbrains-20200320
jetbrains: update
2020-03-21 00:15:58 +01:00
Dmitry Kalinkin 451196438c
Merge pull request #81170 from kampka/kops_1_16
kops_1_16: init at 1.16.0
2020-03-20 19:14:15 -04:00
zowoq 146b207f08 conmon: 2.0.13 -> 2.0.14
https://github.com/containers/conmon/releases/tag/v2.0.14
2020-03-21 08:15:42 +10:00
Maximilian Bosch cbceee8e97
gitea: 1.10.3 -> 1.11.3
Updates `gitea` to the latest version available[1]. Also ensured that
upgrading from `gitea-1.9` (used on NixOS 19.09) to `1.11.3` works
seamlessly.

The derivation required a few more changes this time since `gitea` uses
`npm` now to build the frontend[2]. When using the default tarball from
GitHub, we'd have to build the frontend manually. By fetching a custom
tarball published on every release, we get a prebuilt frontend
(as it was the case on previous versions) and build the backend only from
source.

Co-authored-by: kolaente <k@knt.li>
Closes #80175

[1] https://github.com/go-gitea/gitea/releases/tag/v1.11.3
[2] https://github.com/go-gitea/gitea/issues/10253
2020-03-20 22:58:19 +01:00
R. RyanTM eb3690c462 darktable: 3.0.0 -> 3.0.1 2020-03-20 21:51:56 +00:00
Carles Pagès e28f291d3c
Merge pull request #82317 from dasj19/latest-kodi-15.1
kodi 18.5 -> 18.6
2020-03-20 22:30:25 +01:00
Marek Mahut feff5202d2
Merge pull request #82406 from mmahut/quorum
quorum: init at 2.5.0
2020-03-20 16:22:50 +01:00
Maximilian Bosch 78104ad2da
neomutt: 20200313 -> 20200320
https://github.com/neomutt/neomutt/releases/tag/20200320
2020-03-20 15:01:38 +01:00
Sascha Grunert ac367b9946
cri-o: v1.17.0 -> v1.17.1
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-03-20 14:30:44 +01:00
Patrick Hilhorst 9fc5e7e473
treewide: fix redirected urls (again)
Ran the same script as #78265.
Additionally, manually replaced `http://goodies.xfce.org`
with https.
2020-03-20 13:36:23 +01:00
Mario Rodas baeb670ce2
Merge pull request #82610 from r-ryantm/auto-update/eagle
eagle: 9.5.2 -> 9.6.0
2020-03-20 06:21:30 -05:00
Milan Pässler d5f2d4a593 jetbrains: update 2020-03-20 05:39:40 +01:00
Mario Rodas a437fe2565 terraform: 0.12.23 -> 0.12.24
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.24
2020-03-20 01:44:45 +00:00
Mario Rodas 033cd0c657
Merge pull request #82968 from andys8/slack-term-050
slack-term: 0.4.1 -> 0.5.0
2020-03-19 20:43:58 -05:00
Jason Miller 43ff2ab350 vim_configurable: fix default gui for darwin 2020-03-19 21:08:51 -04:00
Vincent Laporte 8dddd8a07f ocamlPackages.camlp5: 7.10 → 7.11 2020-03-19 18:04:14 -07:00
Mario Rodas 7cf2a62644
Merge pull request #82822 from marsam/update-syncthing
syncthing: 1.3.4 -> 1.4.0
2020-03-19 18:47:19 -05:00
Mario Rodas 1b91a99567
Merge pull request #82911 from marsam/update-docker-slim
docker-slim: 1.28.1 -> 1.29.0
2020-03-19 18:47:00 -05:00
andys8 581faf7971 slack-term: 0.4.1 -> 0.5.0 2020-03-20 00:25:18 +01:00
zowoq 617d3b751a podman: 1.8.1 -> 1.8.2
https://github.com/containers/libpod/releases/tag/v1.8.2
2020-03-20 07:09:17 +10:00
Orivej Desh c8edc08dc4 mup: init at 6.7 2020-03-19 19:54:22 +00:00
Michael Weiss 2719f569d2
androidStudioPackages.{dev,canary}: 4.1.0.2 -> 4.1.0.3 2020-03-19 20:28:43 +01:00
Michael Weiss 7545ccb7ac
Merge pull request #82874 from primeos/chromium
chromium: 80.0.3987.132 -> 80.0.3987.149
2020-03-19 20:18:31 +01:00
Roman Volosatovs 8132a6fb8f sidequest: 0.8.4 -> 0.8.7 2020-03-19 12:11:03 -07:00
Patrick Hilhorst de7c13960b i3-wk-switch: 2019-05-10 -> 2020-03-18 2020-03-19 11:55:36 -07:00
Ryan Mulligan fee1cee0ac
Merge pull request #82940 from r-ryantm/auto-update/obs-studio
obs-studio: 24.0.6 -> 25.0.0
2020-03-19 11:08:57 -07:00
Jörg Thalheim b00b66e262
Merge pull request #82861 from gila/terraform-lxd
terraform-providers.lxd: init at 1.3.0
2020-03-19 13:08:20 +00:00
Claudio Bley 39767f8ae5
foldingathome: Make FAHControl be able to start the FAHViewer (#82925)
The command to run when clicking the button is configurable, but by default it
tries to run `FAHViewer`.
2020-03-19 13:05:54 +00:00
R. RyanTM ccf8d188b3 obs-studio: 24.0.6 -> 25.0.0 2020-03-19 12:55:37 +00:00
Marcus Boyd 45632582c5 cq-editor: use spyder_3 2020-03-19 07:38:56 +01:00
Mario Rodas a51275f3b5
gitAndTools.gh: fix build on darwin 2020-03-18 21:21:21 -05:00
Jeff Labonte 6865db4d3c brave: 1.4.96 -> 1.5.112 2020-03-18 20:12:09 -07:00
Mario Rodas 9d6dce5344
docker-slim: 1.28.1 -> 1.29.0 2020-03-18 20:20:20 -05:00
Mario Rodas d0cf54223c
Merge pull request #82888 from zowoq/gh
gitAndTools.gh: 0.6.1 -> 0.6.2
2020-03-18 20:08:38 -05:00
Jeffry Molanus 4bcdfdb7b8 terraform-providers.lxd: init at 1.3.0 2020-03-19 00:10:04 +01:00
Konrad Borowski 1e5fae561c mullvad-vpn: remove xfix from maintainers 2020-03-18 16:06:50 -07:00
Jonathan Ringer aaefb947ea texworks: fix qt build 2020-03-18 15:59:17 -07:00
R. RyanTM 12be6698e8 texworks: 0.6.3 -> 0.6.4
(cherry picked from commit b35de30a2bcc0507330b760716719fff0428d774)
2020-03-18 15:59:17 -07:00
zowoq 20f197d0b9 gitAndTools.gh: 0.6.1 -> 0.6.2
https://github.com/cli/cli/releases/tag/v0.6.2
2020-03-19 08:03:58 +10:00
Jörg Thalheim 50cabb2ca8
Merge pull request #81823 from chrbauer/fix/pwsafe-1.09
pwsafe: 1.08.2 -> 1.09.0
2020-03-18 21:24:58 +00:00
Michael Weiss fe60ff7a99
chromium: 80.0.3987.132 -> 80.0.3987.149
https://chromereleases.googleblog.com/2020/03/stable-channel-update-for-desktop_18.html

This update includes 13 security fixes.

CVEs:
CVE-2020-6422 CVE-2020-6424 CVE-2020-6425 CVE-2020-6426 CVE-2020-6427
CVE-2020-6428 CVE-2020-6429 CVE-2019-20503 CVE-2020-6449

Note: The release of version 81 is currently on pause:
https://chromereleases.googleblog.com/2020/03/upcoming-chrome-and-chrome-os-releases.html
2020-03-18 20:57:52 +01:00
Michael Weiss 2b25d0e2a9
tdesktop: 1.9.14 -> 1.9.21 (#82806) 2020-03-18 20:53:09 +01:00
Kevin Rauscher 3d846aa29e mopidy-mpd: init at version 3.0.0 2020-03-18 11:54:08 -07:00
Orivej Desh 6245a6b342 musescore: 3.2.3 -> 3.4.2 2020-03-18 18:53:09 +00:00
Matthew Bauer bd15dfa21b
Merge pull request #82853 from sepiabrown/patch-2
glib-networking for TLS/SSL network (https://) in xwidget
2020-03-18 13:48:35 -04:00
Jörg Thalheim 053ad4e0db
Merge pull request #82213 from bhipple/fix/habitat
habitat: 0.30.2 -> 0.90.6
2020-03-18 15:11:03 +00:00
Suwon Park 0d09b7025b
accidently added semicolon
Oops
2020-03-18 23:20:28 +09:00
Suwon Park a99565139f
glib-networking for TLS/SSL network (https://) in xwidget
ea5bcb78c2 (r31513119)
He accidently errased the glib-networking.
But it is needed for TLS/SSL networking.
2020-03-18 23:03:17 +09:00
Jörg Thalheim 8590ddd427
Merge pull request #82787 from Mic92/cross-build-go-module
buildGoModule: enable strictDeps
2020-03-18 13:16:37 +00:00
Vladyslav M 9c2e9960ea
Merge pull request #82646 from dywedir/rx
rx: 0.3.2 -> 0.4.0
2020-03-18 14:41:10 +02:00
Dmitry Kalinkin ddf87fb1ba
Merge pull request #82736 from LeshaInc/master
blender: add OpenImageDenoise support
2020-03-18 07:31:22 -04:00
Jörg Thalheim ea87180984
openshift: fix build with strict deps 2020-03-18 11:29:40 +00:00
Jörg Thalheim b5144456cc
aerc: fix strict deps build 2020-03-18 11:29:35 +00:00
Jörg Thalheim e63be52970
gvisor: remove unneeded go-bindata 2020-03-18 11:29:35 +00:00
Jörg Thalheim 72f3f99907
magnetico: move go-bindata to nativeBuildInputs
fixes strictDeps
2020-03-18 11:29:34 +00:00
Jörg Thalheim 201ac90018
Merge pull request #66578 from AtkinsChang/minikube
minikube: 1.2.0 -> 1.6.2
2020-03-18 11:28:24 +00:00
LeshaInc 3c54b996ca
blender: build with OpenImageDenoise support 2020-03-18 12:58:12 +02:00
Jörg Thalheim 52ee55fe0f
Merge pull request #82816 from Mic92/kubeval
kubeval: don't include huge schema to save space in hydra
2020-03-18 10:52:03 +00:00
Jörg Thalheim 9d144b84a3
kubeval: don't build against schema by default
kubeval-schema is a huge 7GB repository that we do not want
to build on hydra. Therefore make it optional.
2020-03-18 09:09:25 +00:00
Daniel Șerbănescu b6b89f1f0a kodi 18.5 -> 18.6. 2020-03-18 08:12:58 +01:00
Daniël de Kok 08d1c7e4ed skypeforlinux: support app indicator
In contrast to e.g. Telegram or Slack, Skype does not show an app
indicator in the GNOME tray. This is quite annoying, since Skype will
continue to run in the background when its main window is closed, but
there is no way to access it.

This change adds libappindicator-gtk3 to the rpath to enable app
indicator support.
2020-03-18 08:09:40 +01:00
Mario Rodas 8a1a6cf39c
Merge pull request #82803 from Tomahna/mopidy-iris
mopidy-iris: 3.45.1 -> 3.46.0
2020-03-17 22:40:16 -05:00
Mario Rodas 8d985cb9ba
Merge pull request #82811 from zowoq/conmon
conmon: 2.0.12 -> 2.0.13
2020-03-17 22:37:37 -05:00
Niklas Hambüchen 2fb0068b50
Merge pull request #81994 from bhipple/u/librustzcash
zcash: 2.1.0-1 -> 2.1.1-1; libzrustzcash: 2018-10-27 -> 0.1.0
2020-03-18 03:15:16 +01:00
Dennis Gosnell ac0da76a7c
Merge pull request #82774 from B4dM4n/virtualbox-extpack-update
virtualboxExtpack: synchronize version with virtualbox
2020-03-18 09:15:45 +09:00
Vladislav Zavialov bfcb19197b
toggldesktop: use mkDerivation from Qt (#81720) 2020-03-17 19:36:22 -04:00
Austin Seipp 2ef42e07fd
mcy: 2020.02.05 -> 2020.03.16
Now with working web UI dashboard -- but no working GUI (yet!)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-03-17 17:19:40 -05:00
Austin Seipp 5cd4fd5bc5
symbiyosys: 2020.02.08 -> 2020.02.11
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-03-17 17:19:40 -05:00
Austin Seipp 9b43cf3a00
yosys: 2020.02.25 -> 2020.03.16
- Bump `abc-verifier` (2020.03.05)
  - Install `yosys-abc` symlink for tool compatbility
  - Various `yosys` expression cleanups

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-03-17 17:19:37 -05:00
zowoq cb099ca0d8 conmon: 2.0.12 -> 2.0.13
https://github.com/containers/conmon/releases/tag/v2.0.13
2020-03-18 08:15:24 +10:00
mehlon ceda3f4063 tor-browser-bundle-bin: enable multimedia support by default 2020-03-17 21:48:32 +01:00
Arnout Engelen c0ef7406f1 notion: 3-2019050101 -> 4.0.0 2020-03-17 21:06:20 +01:00
Kevin Rauscher b779f1b55c mopidy-iris: 3.45.1 -> 3.46.0 2020-03-17 21:02:17 +01:00
Maximilian Bosch 7806df1e5f
Merge pull request #82754 from mehlon/tor-browser
tor-browser-bundle-bin: 9.0.5 -> 9.0.6
2020-03-17 17:58:00 +01:00
Maximilian Bosch 09f55f8f17
riot-web: 1.5.12 -> 1.5.13 2020-03-17 16:02:16 +01:00
Maximilian Bosch bb9822be79
riot-desktop: 1.5.12 -> 1.5.13 2020-03-17 16:02:01 +01:00
Mario Rodas d76dc11544
Merge pull request #82542 from r-ryantm/auto-update/gnss-sdr
gnss-sdr: 0.0.11 -> 0.0.12
2020-03-17 08:32:56 -05:00
Mario Rodas fa9290102e
Merge pull request #82717 from r-ryantm/auto-update/saga
saga: 7.5.0 -> 7.6.1
2020-03-17 08:20:22 -05:00
Fabian Möller 2c77f1c049
virtualboxExtpack: synchronize version with virtualbox 2020-03-17 11:23:06 +01:00
Andreas Rammhold b489708077
Merge pull request #82471 from danderson/bug-57191-vorbis-tools
vorbis-tools: bump debian patchseries from -6 to -11.
2020-03-17 10:35:33 +01:00
Mario Rodas d27b2f842c
syncthing: 1.3.4 -> 1.4.0
Changelog: https://github.com/syncthing/syncthing/releases/tag/v1.4.0
2020-03-17 04:20:00 -05:00
Jörg Thalheim a7faed30ff
Merge pull request #82770 from jchv/remove/jbrout
jbrout: remove broken package
2020-03-17 08:25:28 +00:00
John Chadwick 97fb0072db jbrout: remove broken package 2020-03-17 00:56:46 -07:00
Dmitry Kalinkin e352fccb6a
Merge pull request #82760 from veprbl/pr/kicad_fix
[ZHF] kicad: don't build versions with 3d on Hydra
2020-03-16 23:55:05 -04:00
Benjamin Hipple b7ef71665d habitat: 0.30.2 -> 0.90.6
The build has been broken on master for a very long time, for want of an
upgrade. This continues the effort put forth here:
https://github.com/NixOS/nixpkgs/pull/63105

Note that while there are newer versions than this, upgrading to those requires
getting some Cargo protobuf dependencies to compile. Since this fixes the
failing build, it seems like a good start.

Upstream does not appear to have any Darin builds in their CI, and we do not
have a Darwin maintainer available, so this disables it as well.
2020-03-16 19:59:57 -04:00
Dmitry Kalinkin ebe5f10794
kicad: don't build versions with 3d on Hydra
The hydraPlatforms have to be set on the kicad package itself, that can be
checked using:

  echo ":p { inherit kicad kicad-small kicad-unstable; }" | nix repl ./pkgs/top-level/release.nix

This commit disables build of all kicad variants that require downloading
packages3d, which currently fail on hydra with the "Output limit exceeded"
status. This leaves Hydra with only building the kicad-small, which will allow
us to cache the build of kicad-base as well as all libraries except of
packages3d.
2020-03-16 19:45:04 -04:00
zowoq 48e1ed7c71 conmon: 2.0.11 -> 2.0.12
https://github.com/containers/conmon/releases/tag/v2.0.12
2020-03-17 08:54:40 +10:00
mehlon 4b80e8a59f tor-browser-bundle-bin: 9.0.5 -> 9.0.6 2020-03-16 22:49:14 +01:00
S-NA 2f5b8d6522
aucatctl: init at 0.1
Allows those who use sndiod to adjust the volume of audio programs.
2020-03-16 21:47:30 +00:00
Steve Jones 2ff00c41d7 cmt: init at 1.17 2020-03-16 12:59:56 -07:00
Jörg Thalheim 7819588348
Merge pull request #82724 from mweinelt/pr/zsh-powerlevel10k/1.4.0
zsh-powerlevel10k: v1.3.0 → v1.4.0
2020-03-16 16:13:11 +00:00
Matteo Scarlata 3355e8d1ca
unison: fix build with ocamlPackages_4_09 (#82619)
Fixes #61867 and #61505, bumps the ocaml version unison is built
against to 4.08. The patches included here appear in the trunk version
of unison, but were not backported to 2.51.2.
2020-03-16 13:16:43 +01:00
Martin Weinelt b1e788c028
gitstatus: unstable-2020-03-06 → unstable-2020-03-15 2020-03-16 13:12:09 +01:00
R. RyanTM c9836e9f6d saga: 7.5.0 -> 7.6.1 2020-03-16 09:54:28 +00:00
Emery Hemingway 641e102974 deltachat-electron: init 1.1.0 2020-03-16 13:57:37 +05:30
markuskowa 1b5ef3f4b1
Merge pull request #81117 from Synthetica9/megaFix
megasync: 4.2.3.0 -> 4.3.0.8
2020-03-16 09:06:04 +01:00
Mario Rodas 30631f74a0
Merge pull request #82700 from Frostman/hugo-0.67.1
hugo: 0.67.0 -> 0.67.1
2020-03-16 00:17:29 -05:00
Mario Rodas 8dd97bb7ac
Merge pull request #82546 from r-ryantm/auto-update/hetzner-kube
hetzner-kube: 0.4.1 -> 0.5.1
2020-03-15 23:17:33 -05:00
Sergey Lukjanov 98ccb8b194 hugo: 0.67.0 -> 0.67.1 2020-03-15 17:22:31 -07:00
symphorien d6f1d56eab
clementine: fix broken symlink (#82689) 2020-03-15 19:41:12 -04:00
Herman Fries f27a51e36f cura: 4.4.0 -> 4.5.0 2020-03-15 14:42:10 -07:00
Ryan Mulligan 6c8fad056b
Merge pull request #82573 from r-ryantm/auto-update/qbec
qbec: 0.7.5 -> 0.10.5
2020-03-15 13:51:47 -07:00
Francesco Gazzetta f241aa6910
soundtracker: init at 1.0.0.1 (#82057) 2020-03-15 15:50:00 -04:00
Jörg Thalheim 6fa3705ee9
Merge pull request #82109 from bhipple/remove/wtftw
wtftw: remove broken package
2020-03-15 18:20:30 +00:00
adisbladis ad81f84d1f
melpa-packages: 2020-03-15 2020-03-15 18:03:00 +00:00
adisbladis 9dbe706576
elpa-packages: 2020-03-15 2020-03-15 18:03:00 +00:00
toonn 39b39690fa
wire-desktop: linux 3.12.2916 -> 3.15.2922 2020-03-15 17:29:05 +01:00
Fabian Möller e7f2ad0db9 wireshark: use relative cmake LIBDIR
`wireshark` expects `CMAKE_INSTALL_LIBDIR` to be relative and prefixes
it with `CMAKE_INSTALL_PREFIX` in some places to make it absolute.
This results in duplicate absolute paths being accessed, which don't exist.

Making `CMAKE_INSTALL_LIBDIR` relative fixes this issue.
2020-03-15 17:16:11 +01:00
toonn 43f245d6d9
wire-desktop: mac 3.12.3490 -> 3.15.3621 2020-03-15 16:59:15 +01:00
Sander van der Burg 875bcef98b base16-builder: regenerate with node2nix 1.8.0, add supplement.json with node-pre-gyp to fix build 2020-03-15 16:37:47 +01:00
Silvan Mosberger 5eb01e1a7f
Merge pull request #82637 from colemickens/nixpkgs-ripcord
ripcord: 0.4.23 -> 0.4.24
2020-03-15 15:52:41 +01:00
Francesco Gazzetta efae295453 sfxr-qt: 1.2.0 -> 1.3.0 2020-03-15 15:01:22 +01:00
Ersin Akinci 588ca6e310
neovim: use TMPDIR as home during initilizaiton 2020-03-15 12:55:06 +00:00
Vladyslav M ac106521ae
rx: 0.3.2 -> 0.4.0 2020-03-15 12:49:34 +02:00
Nikolay Korotkiy cfb57680ee openorienteering-mapper: 0.9.1 -> 0.9.2 2020-03-15 08:03:51 +00:00
Cole Mickens c91bb59b72 ripcord: 0.4.23 -> 0.4.24 2020-03-15 00:35:45 -07:00
Ryan Mulligan 9b053bcd6d
Merge pull request #82540 from r-ryantm/auto-update/geoipupdate
geoipupdate: 4.1.5 -> 4.2.2
2020-03-14 19:21:43 -07:00
adisbladis 752dd733a2
Merge pull request #82543 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.9.10 -> 1.9.11
2020-03-15 01:22:52 +00:00
adisbladis cf719bf9a8
emacs: Add adisbladis as maintainer 2020-03-15 01:03:40 +00:00
Pavol Rusnak 931dd07712 ffmpeg-normalize: init at 1.15.7 2020-03-14 17:47:59 -07:00
Benjamin Hipple ca84a48d7d ledger: remove old version 2.6.3
Version 2.6.3 was released > 5 years ago and has been marked as broken for some
time. It is time to remove it.

This also documents why ledger3 cannot yet build with boost >= 1.67
2020-03-14 17:14:12 -07:00
Ben Wolsieffer 49e769d658 opentx: 2.2.1 -> 2.3.5, fix build 2020-03-14 20:08:13 -04:00
Andrei Lapshin 626d6b5d08 androidStudioPackages.beta: 4.0.0.10 -> 4.0.0.11 2020-03-14 16:27:00 -07:00
R. RyanTM 6f3e387b0c archiver: 3.2.0 -> 3.3.0 2020-03-14 16:04:58 -07:00
Dmitry Kalinkin 68db99ad97 snakemake: 5.9.1 -> 5.10.0 2020-03-14 15:58:24 -07:00
Benedict Aas 51fa3d374a obinskit: init at 1.1.1
This is the configuration software for the enthusiast Anne Pro mechanical
keyboard, used to update the firmware, change keyboard settings, clear
Bluetooth connections from the device, set up backlighting colours, and so
forth.
2020-03-14 15:29:56 -07:00
Francesco Gazzetta f9e13566cc ft2-clone: init at 1.09 2020-03-14 22:54:06 +01:00
Francesco Gazzetta 510419ff5d pt2-clone: init at 1.06 2020-03-14 22:53:41 +01:00
Evan Stoll 2643e4163b gitkraken: 6.5.3 -> 6.5.4 2020-03-14 22:49:06 +01:00
Félix Baylac-Jacqué 380ce1fc4f ssb-patchwork: 3.17.5 -> 3.17.6 2020-03-14 22:47:24 +01:00
adisbladis 77396a8c47
Merge pull request #81098 from bignaux/cadence
cadence: fix dbus,libjack and missing dependancies
2020-03-14 21:30:57 +00:00
R. RyanTM 73d7dbf272 fluxctl: 1.17.1 -> 1.18.0 2020-03-14 21:18:51 +00:00
R. RyanTM fd9a2e7e38 k9s: 0.13.8 -> 0.17.7 2020-03-14 21:18:27 +00:00
EEva (JPotier) 20ef86ed52 bitlbee-mastodon: 1.4.2 -> 1.4.3 2020-03-14 20:49:11 +00:00
R. RyanTM bafbfc5a06 eagle: 9.5.2 -> 9.6.0 2020-03-14 20:19:26 +00:00
zimbatm 001be890f7 folding@home: 6.02 -> 7.5.1
The v7 series is very different.

This commit introduces the 3 packages: fahclient, fahcontrol and
fahviewer. It also rebuilds the NixOS module to map better with the new
client.
2020-03-14 13:01:26 -07:00
Dmitry Kalinkin 2547ef9286
Merge pull request #75312 from KAction/mmh
mmh: init at 0.4
2020-03-14 14:20:44 -04:00
Ryan Mulligan 6ac55d9ecc
Merge pull request #82577 from r-ryantm/auto-update/sampler
sampler: 1.0.3 -> 1.1.0
2020-03-14 11:02:11 -07:00
Dominik Xaver Hörl 45cc3c986d neomutt: configure with zlib to enable imap compression 2020-03-14 16:48:47 +00:00
Dmitry Bogatov b1c71ebe2b mmh-unstable: init at 2019-09-08 2020-03-14 11:27:49 -04:00
R. RyanTM 93144e0f4a gitAndTools.stgit: 0.21 -> 0.22 2020-03-14 14:33:20 +01:00
R. RyanTM 7cb9d8cf42 sunvox: 1.9.5c -> 1.9.5d 2020-03-14 14:31:11 +01:00
R. RyanTM 63925c1cb9 calibre: 4.11.2 -> 4.12.0 2020-03-14 14:30:28 +01:00
Frederik Rietdijk 5175c35a99
Merge pull request #81611 from r-ryantm/auto-update/R
R: 3.6.2 -> 3.6.3
2020-03-14 14:29:05 +01:00
R. RyanTM 47b4e97cda opera: 66.0.3515.72 -> 67.0.3575.31 2020-03-14 14:27:49 +01:00
R. RyanTM 08c0568cd9 frostwire-bin: 6.8.3 -> 6.8.4 2020-03-14 14:27:20 +01:00
R. RyanTM d88389048f elisa: 19.12.2 -> 19.12.3 2020-03-14 14:26:52 +01:00
R. RyanTM 0edcdfe140 quilter: 2.1.1 -> 2.1.2 2020-03-14 14:26:33 +01:00
R. RyanTM 8097fc060c sampler: 1.0.3 -> 1.1.0 2020-03-14 12:51:22 +00:00
R. RyanTM 1ff9df25fb qbec: 0.7.5 -> 0.10.5 2020-03-14 12:17:01 +00:00
José Romildo Malaquias 17a0f62bed
Merge pull request #82390 from r-ryantm/auto-update/thonny
thonny: 3.2.6 -> 3.2.7
2020-03-14 07:55:43 -03:00
Pascal Wittmann f5a072bdf4
Merge pull request #82553 from S-NA/updates/abiword-3.0.4
abiword: 3.0.2 -> 3.0.4
2020-03-14 11:16:07 +01:00
Jörg Thalheim 83535fdf1e
Merge pull request #82545 from r-ryantm/auto-update/helmfile
helmfile: 0.85.0 -> 0.102.0
2020-03-14 08:52:27 +00:00
tilpner 87c0ebda05
ncspot: enable MPRIS by default 2020-03-14 09:39:00 +01:00
R. RyanTM 78e6e05457 magnetico: 0.9.0 -> 0.11.0 2020-03-14 08:33:09 +00:00
Jörg Thalheim f8676f847f
Merge pull request #82549 from r-ryantm/auto-update/lefthook
gitAndTools.lefthook: 0.6.3 -> 0.7.1
2020-03-14 07:58:11 +00:00
S. Nordin Abouzahra 0cf9343f08 abiword: 3.0.2 -> 3.0.4
Updates AbiWord to the latest version, patches it to support enchant2, and add
myself to the maintainers list.
2020-03-14 03:36:42 -04:00
R. RyanTM 96bfae7c5d gitAndTools.lefthook: 0.6.3 -> 0.7.1 2020-03-14 07:29:00 +00:00
Vladimír Čunát 6dcb71ecc1
Merge branch 'staging-next' 2020-03-14 07:56:23 +01:00
R. RyanTM 112814dce8 hetzner-kube: 0.4.1 -> 0.5.1 2020-03-14 06:36:24 +00:00
R. RyanTM fb7e2cd5bc helmfile: 0.85.0 -> 0.102.0 2020-03-14 06:33:28 +00:00
R. RyanTM 6e132f0f3c go-ethereum: 1.9.10 -> 1.9.11 2020-03-14 06:04:25 +00:00
R. RyanTM 348bcc9678 gnss-sdr: 0.0.11 -> 0.0.12 2020-03-14 05:56:58 +00:00
R. RyanTM d633f29608 geoipupdate: 4.1.5 -> 4.2.2 2020-03-14 05:41:16 +00:00
Maximilian Bosch cc989f0cc6
syncthing-gtk: 0.9.4 -> 0.9.4.4 2020-03-14 05:57:36 +01:00
Jan Tojnar f5fade94bd
Merge pull request #82362 from jtojnar/mysql-wb
mysql-workbench: 8.0.15 → 8.0.19
2020-03-14 04:41:36 +01:00
Nathan Fish 50c997c000 ipfs-cluster: 0.11.0 -> 0.12.1 2020-03-14 03:23:19 +00:00
Josef Kemetmüller 3a8d05747b qgroundcontrol: Fix build
This silences some warnings to not run into "Log limit exceeded" on
hydra.
2020-03-14 03:18:39 +00:00
Mario Rodas c935567de6 lean: 3.6.1 -> 3.7.0 2020-03-14 01:32:58 +00:00
R. RyanTM 4d8cac34f7
blender: 2.82 -> 2.82a (#82450) 2020-03-13 20:12:28 -04:00
= 33746be61f ams: init at 2.1.2 2020-03-13 15:53:10 -07:00
taku0 243cd9f754 thunderbird: 68.5.0 -> 68.6.0 2020-03-13 22:43:10 +00:00
taku0 833031704d thunderbird-bin: 68.5.0 -> 68.6.0 2020-03-13 22:43:10 +00:00
Matteo Scarlata 2b99b29136 virtualbox: 6.0.14 -> 6.1.4
Update Virtualbox to its latest version. This allows compilation against
kernel >= 5.4 to succeed without further patches (see #74260, build
would fail for linux-5.5.5 to 5.5.9).
2020-03-13 22:36:31 +00:00
Vincent Laporte 4adfbe6c7b unison: move out of ocamlPackages 2020-03-13 22:31:01 +01:00
Maximilian Bosch 04ea9dc275
wikicurses: install man pages 2020-03-13 20:59:53 +01:00
Maximilian Bosch 1505633e2f
wikicurses: fix build
The package doesn't have a testsuite, but fails as the checkPhase is
missing appropriate locale configuration (usually taken from
`pkgs.glibcLocales`). Entirely disabling the `checkPhase` for now as
it's basically a no-op.

ZHF: #80379
See also https://hydra.nixos.org/build/114125176
2020-03-13 20:59:53 +01:00
Maximilian Bosch c882314075
ipfs: 0.4.22 -> 0.4.23 2020-03-13 20:59:53 +01:00
sohalt 0c35251af5 mumble: remove unnecessary mumble-jack-support.patch 2020-03-13 19:58:43 +00:00
Christian Kampka fb2b3a37aa trilium: 0.40.3 -> 0.40.5 2020-03-13 19:41:16 +00:00
R. RyanTM afa1dc69ca atlantis: 0.10.1 -> 0.11.1 2020-03-13 19:35:07 +00:00
taku0 423a8b9b4a
flashplayer: 32.0.0.330 -> 32.0.0.344 (#82322) 2020-03-13 18:43:52 +00:00
Maximilian Bosch dda6dfed26
neomutt: 20191207 -> 20200313
https://github.com/neomutt/neomutt/releases/tag/20200313
2020-03-13 16:52:36 +01:00
Orivej Desh b0d9764c72 claws-mail-gtk3: init at 3.17.5
This branch currently seems an almost adequate replacement for gtk2 claws-mail,
except that clicking links in the web view opens them in the email window even
when "open links with external browser" is enabled.

Related: #75040
2020-03-13 13:50:38 +00:00
Kevin Cox e46fd9239e
mesos: Remove kevincox as maintainer.
kevincox no longer uses mesos so is not a suitable maintainer.
2020-03-13 08:58:38 -04:00
Mario Rodas 8e29a0ad79
Merge pull request #82466 from r-ryantm/auto-update/git-standup
gitAndTools.git-standup: 2.3.1 -> 2.3.2
2020-03-13 05:42:38 -05:00
Jörg Thalheim 601235d9ee
cheat: 3.0.3 -> 3.0.7 2020-03-13 10:08:00 +00:00
David Anderson 688d14d478 vorbis-tools: bump debian patchseries from -6 to -11.
Fixes #57191, CVE-2014-9638, CVE-2014-9639, CVE-2015-6749,
CVE-2017-11331.

Signed-off-by: David Anderson <dave@natulte.net>
2020-03-13 01:50:01 -07:00
Pascal Wittmann 285a98eff4
Merge pull request #81479 from GTrunSec/zeek-3.0.2
Zeek 3.0.2
2020-03-13 07:34:20 +01:00
Sergey Lukjanov 68b922b10b helm: 3.1.1 -> 3.1.2 2020-03-13 05:45:24 +00:00
Rick van Schijndel 91c4571e4f rtl-sdr: fix cross compilation
This patch partially fixes #81985.
Cross-compiling rtl-sdr is possible using this patch.
Use nix build -f <nixpkgs-path> -A pkgsCross.raspberryPi.rtl-sdr to build rtl-sdr.

The error that occured when trying to do this before was as follows:

/nix/store/ldb2v2z0198abkp2minr9a9vz5np4mn4-cmake-3.16.4-armv6l-unknown-linux-gnueabihf/nix-support/setup-hook: line 107: cmake: command not found
2020-03-13 06:17:08 +01:00
Ryan Mulligan a2fe5aff19
Merge pull request #82438 from r-ryantm/auto-update/simplenote
simplenote: 1.14.0 -> 1.15.0
2020-03-12 22:00:58 -07:00
R. RyanTM 913f4d312a gitAndTools.git-standup: 2.3.1 -> 2.3.2 2020-03-13 04:51:35 +00:00
wucke13 c24b9a57c4 getdp: 3.0.4 -> 3.3.0 2020-03-13 04:10:20 +00:00
Doron Behar cc5665d223 polybar: remove doing nothing postConfigure 2020-03-13 03:21:45 +00:00
Mario Rodas cce3d17bda zola: 0.10.0 -> 0.10.1 2020-03-13 03:17:02 +00:00
R. RyanTM a58d091d8d verilator: 4.028 -> 4.030 2020-03-12 20:57:34 -05:00
ajs124 ed1db01785 texstudio: 2.12.20 -> 2.12.22
also add myself as maintainer
2020-03-12 23:58:40 +00:00
Christian Kampka 667c5c8241 trilium: 0.39.4 -> 0.40.3 2020-03-12 23:51:17 +00:00
GTrunsec baa9bc9c09 fix zeek mirror address and update to 3.0.3 2020-03-12 15:48:13 -07:00
Maximilian Bosch cfc1ad7012
Merge pull request #82382 from Frostman/docker-19.03.8
docker: 19.03.7 -> 19.03.8
2020-03-12 23:05:31 +01:00
Maximilian Bosch 6d8c0b3375
Merge pull request #82421 from r-ryantm/auto-update/i3lock-color
i3lock-color: 2.12.c -> 2.12.c.1
2020-03-12 22:51:01 +01:00
Léo Gaspard 0cf5ed5cce
Merge pull request #81559 from symphorien/pantalaimon
pantalaimon: 0.4 -> 0.5.1
2020-03-12 22:36:35 +01:00
Léo Gaspard 4304df2942
Merge pull request #82187 from symphorien/paperwork-update
Paperwork update
2020-03-12 22:16:13 +01:00
R. RyanTM 68fbe8206e simplenote: 1.14.0 -> 1.15.0 2020-03-12 21:04:25 +00:00
Murray Campbell fd614a72e9
blender: use PYTHONPATH (#82341)
See [blender patch](https://developer.blender.org/D6598)
2020-03-12 14:41:25 -04:00
Maximilian Bosch 76821e6f43
geogebra: 5-0-573-0 -> 5-0-574-0 2020-03-12 18:12:57 +01:00
R. RyanTM 3432202c03 i3lock-color: 2.12.c -> 2.12.c.1 2020-03-12 16:38:47 +00:00
Mario Rodas 6881eb96a9 gitAndTools.hub: 2.14.1 -> 2.14.2
Changelog: https://github.com/github/hub/releases/tag/v2.14.2
2020-03-12 17:29:01 +01:00
Marek Mahut 0d6e2349f6 quorum: remove aarch64-linux 2020-03-12 15:20:04 +01:00
Milan b5f53a5b61
jetbrains: update (#82349) 2020-03-12 15:04:33 +01:00
Andreas Rammhold ea8362e315
firefox: 73.0.1 -> 74.0 (#82276)
https://www.mozilla.org/en-US/firefox/74.0/releasenotes/

Co-authored-by: Daniel Frank <git@danielfrank.net>
2020-03-12 14:47:56 +01:00
Florian Klink 1ab2e9ef3f
Merge pull request #82373 from mweinelt/pr/gitstatus/libgit2-cmakeflags
gitstatus: Fix build of the internally used libgit2 fork
2020-03-12 06:38:48 -07:00
Marek Mahut 0d08c34be2 quorum: init at 2.5.0 2020-03-12 14:35:18 +01:00
Florian Klink 54597496b5
Merge pull request #82374 from flokli/gitlab-12.8.6
gitlab: 12.8.5 -> 12.8.6
2020-03-12 06:01:44 -07:00
Timo Kaufmann a3735dcbd7
Merge pull request #82316 from timokau/sage-pari-2.11.3
sage, pari: fix pari 2.11.3
2020-03-12 12:23:32 +00:00
Florian Klink 281bd03242 gitaly: 12.8.5 -> 12.8.6 2020-03-12 12:49:23 +01:00
Timo Kaufmann ba589e24c9 sage: patch for pari 2.11.3 2020-03-12 12:24:41 +01:00
Timo Kaufmann c4ab541443 pari: backport bug fix
https://trac.sagemath.org/ticket/29313#comment:4
2020-03-12 12:24:35 +01:00
Martin Weinelt d8e27096f2
gitstatus: Fix build of the internally used libgit2 fork
In 6733ece `-DUSE_HTTP_PARSER=system` was introduced, which does not seem
to work with this fork. So instead fallback to the `builtin`.

Also sync with upstream cmake flags.
2020-03-12 11:23:36 +01:00
Daniel Frank 8899c72990
firefox-bin: 73.0 -> 74.0 (from PR #82257) 2020-03-12 10:43:56 +01:00
R. RyanTM d3f05c2016 thonny: 3.2.6 -> 3.2.7 2020-03-12 09:43:39 +00:00
Mario Rodas 03fb78e80e
spotify-tui: 0.15.0 -> 0.16.0
Changelog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.16.0
2020-03-12 04:20:00 -05:00
Domen Kožar be80721e74
vscode: fix build on darwin 2020-03-12 12:01:12 +01:00
Andreas Rammhold fd04c3afbb
Merge pull request #82275 from andir/firefox-68.6.0esr
firefox-esr-68: 68.5.0esr -> 68.6.0esr
2020-03-12 09:29:47 +01:00
Florian Klink 8f45fe62ca
Merge pull request #82331 from helsinki-systems/upd/gummi
gummi: 0.6.6 -> 0.8.1
2020-03-12 01:16:40 -07:00
Rhys ff7b4faeff terragrunt: 0.21.11 -> 0.23.2 2020-03-12 07:59:08 +00:00
Benjamin Hipple 2f1859fd1d leftwm: remove unused patch file
As of the upgrade in https://github.com/NixOS/nixpkgs/pull/82188, we no longer
need the patch file; I meant to delete it in the previous PR but forgot.
2020-03-12 07:04:54 +00:00
zowoq be13a1f358 podman: 1.8.0 -> 1.8.1
https://github.com/containers/libpod/releases/tag/v1.8.1
2020-03-12 07:04:31 +00:00
Jan Tojnar 070b49ed00
mysql-workbench: 8.0.15 → 8.0.19
* https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-16.html
* https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-17.html
* https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-18.html
* https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-19.html

The release notes contain the following:

Important Note: MySQL Workbench 8.0.19 is unable to open a new connection to MySQL Server from the home screen if the server is not started and you cannot start a server by using the Workbench Administration feature. Administrative and SQL editing tasks require an online server for the duration of this issue. Feature tasks that you performed with an offline server in previous releases now return an error message indicating that the server is unreachable.

but it is clearly better than having it broken.
2020-03-12 06:42:31 +01:00
Sergey Lukjanov 1d0c3f148b docker: 19.03.7 -> 19.03.8 2020-03-11 21:11:10 -07:00
ajs124 a2a0c9349d gummi: 0.6.6 -> 0.8.1 2020-03-12 04:05:32 +01:00
Florian Klink ab3b836350 gitlab: 12.8.5 -> 12.8.6
https://about.gitlab.com/releases/2020/03/11/critical-security-release-gitlab-12-dot-8-dot-6-released/
2020-03-12 02:57:39 +01:00
Florian Klink d2061f024c gitlab: update script: unset GOROOT
or vgo2nix might not be able to resolve some dependencies.
2020-03-12 02:56:48 +01:00
Jan Tojnar eacf018ea7
mysql-workbench: format with nixpkgs-fmt 2020-03-12 01:40:55 +01:00
Dave Anderson af576fc3b1
bitcoinarmory: remove
The project has been abandoned upstream for 2 years. For its entire
lifetime in nixpkgs, the installed binaries segfault due to static
library linking that couldn't be undone due to proprietary changes
to said libraries. In addition, there are unpatched CVEs according
to #29956.

Fixes #29956.

Signed-off-by: David Anderson <dave@natulte.net>
2020-03-12 00:39:03 +00:00
Florian Klink 5ffc683fde
Merge pull request #81934 from mweinelt/pr/zsh-powerlevel10k/v1.3
zsh-powerlevel10k: v1.2.0 → v1.3.0
2020-03-11 17:17:38 -07:00
Benjamin Hipple 68a64b2afe gitAndTools.git-dit: mark as broken
See inline comment; this does not build on Hydra and either requires custom
patching or a new release from upstream before it will build.

Note that we can still recompute the `cargoSha256` for #79975; the package
is broken in the identical way.
2020-03-12 01:16:56 +01:00
Michael Weiss 152dddaa8f glances: 3.1.3 -> 3.1.4 2020-03-12 00:13:27 +00:00
Mario Rodas 2f41d464a6
Merge pull request #82328 from eyJhb/flexget-fix-transmission
flexget: readd transmissionrpc
2020-03-11 19:01:02 -05:00
Benjamin Hipple d058d15f5f leftwm: 0.1.10 -> 0.2.2
General update, but also along for the ride:

- Upgrade cargo fetcher for https://github.com/NixOS/nixpkgs/issues/79975
- Quoted homepage for https://github.com/NixOS/rfcs/pull/45
- Switched to consistent 2-space indent
- Cleaned up the meta section
2020-03-11 23:52:52 +00:00
Maximilian Bosch af048e2344
Merge pull request #82358 from timokau/spotify-1.1.26
spotify: 1.1.10.546.ge08ef575-19 -> 1.1.26.501.gbe11e53b-15
2020-03-12 00:49:31 +01:00
jansol 711a86973f
renderdoc: 1.6 -> 1.7
Added libglvnd to fix replaying OpenGL captures with renderdoccmd
2020-03-11 23:45:19 +00:00
adisbladis 3e754e6bf6
melpa-packages: 2020-03-11 2020-03-11 23:43:02 +00:00
adisbladis 193987b126
elpa-packages: 2020-03-11 2020-03-11 23:42:25 +00:00
Timo Kaufmann daebb49035 spotify: 1.1.10.546.ge08ef575-19 -> 1.1.26.501.gbe11e53b-15
Works fine for me, although I did have to re-login.
2020-03-12 00:31:38 +01:00
Florian Klink a3dde62658
Merge pull request #75392 from bignaux/soulseekqt
soulseekqt: fix icons, change unpack method, update homepage, more generic appimage handling
2020-03-11 16:24:13 -07:00
Silvan Mosberger ae4ea9caba
Merge pull request #82352 from Infinisil/ripcord
ripcord: init at 0.4.23
2020-03-12 00:14:15 +01:00
Tony Olagbaiye 70fe917d26
ripcord: init at 0.4.23 2020-03-11 23:50:21 +01:00
Maximilian Bosch b7cdb64ac2
treewide: remove myself from a few packages I don't use anymore 2020-03-11 22:29:30 +01:00
adisbladis af48019a81
firefox-beta-bin: 74.0b7 -> 75.0b2 2020-03-11 20:23:54 +00:00
adisbladis 1cbef111ff
firefox-devedition-bin: 74.0b7 -> 75.0b2 2020-03-11 20:23:54 +00:00
Johannes Schleifenbaum aac3717ff4 jellyfin-mpv-shim: init at 1.4.1 2020-03-11 10:55:46 -07:00
xaverdh 5ac085c3cc
wxmaxima: 18.02.0 -> 20.02.4 (#82323)
The commit description is 18.02.0 -> 20.02.4, because in the last version bump (1c6a193b3e), the version string was changed, but the hash was not.

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-03-11 12:07:53 -04:00
eyjhbb@gmail.com f88cd71e96 flexget: readd transmissionrpc 2020-03-11 16:30:32 +01:00
Maximilian Bosch 569d6d0fb1
Merge pull request #82288 from Luflosi/kitty-man-page-darwin
kitty: install man page on Darwin
2020-03-11 14:55:35 +01:00
Michele Guerini Rocco 9d59f38030
Merge pull request #82301 from r-ryantm/auto-update/mkvtoolnix
mkvtoolnix: 43.0.0 -> 44.0.0
2020-03-11 13:48:58 +01:00
Mario Rodas ceee3a79f1
Merge pull request #82285 from colemickens/nixpkgs-cfdyndns
cfdyndns: v0.0.1 -> v0.0.3
2020-03-11 07:47:49 -05:00
Mario Rodas 8326a91311
Merge pull request #82297 from marsam/update-docker-slim
docker-slim: 1.28.0 -> 1.28.1
2020-03-11 07:46:23 -05:00
Edward Tjörnhammar b450c025d1 lightdm-tiny-greeter: init at 1.2 2020-03-11 08:12:35 +00:00
Sarah Brofeldt 9979ce4f1d
Merge pull request #80443 from johanot/kubernetes-1.17-master
kubernetes: 1.16.5 -> 1.17.3
2020-03-11 07:34:37 +01:00
R. RyanTM b310986a9e mkvtoolnix: 43.0.0 -> 44.0.0 2020-03-11 05:21:25 +00:00
Mario Rodas 10bb154987
Merge pull request #82238 from Synthetica9/vscode1430
vscode, vscodium: 1.42.1 -> 1.43.0
2020-03-10 20:28:36 -05:00
Mario Rodas 6d5fddac24
Merge pull request #81992 from marsam/init-git-trim
gitAndTools.git-trim: init at 0.2.3
2020-03-10 20:15:12 -05:00
Timo Kaufmann 6687d1e638
Merge pull request #82239 from timokau/symmetrica-3.0.1
symmetrica: 2.0 -> 3.0.1
2020-03-10 23:57:19 +00:00
Luflosi ae297d5247
kitty: install man page on Darwin
On Linux the man page is already being built with `setup.py linux-package` and later copied to the correct location.
2020-03-10 23:23:40 +01:00
Cole Mickens 669fdccf8b cfdyndns: v0.0.1 -> v0.0.3 2020-03-10 15:09:35 -07:00
Alexander Krupenkin d23e44893b
btcdeb: init at 0.2.19 2020-03-11 00:58:32 +03:00
Lancelot SIX 32d9e5c27b
Merge pull request #82255 from Frostman/hugo-0.67.0
hugo: 0.66.0 -> 0.67.0
2020-03-10 22:53:38 +01:00
Andreas Rammhold 9727da29b0
firefox-esr-68: 68.5.0esr -> 68.6.0esr 2020-03-10 20:07:29 +01:00
Silvan Mosberger 0d8bf86c2d
Merge pull request #74341 from jluttine/nano-wallet-20.0
nano-wallet: 19.0 -> 20.0
2020-03-10 19:32:15 +01:00
Timo Kaufmann 1a6b1fb32a symmetrica: add timokau to maintainers 2020-03-10 18:10:28 +01:00
Timo Kaufmann 0c875c28c6 symmetrica: 2.0 -> 3.0.1
This switches to the sagemath fork, since the original upstream is no
longer maintained and sagemath has effectively maintained symmetrica
through patches for a while now. The update fixes one bug in particular
that has caused failures in the sagemath test suite:

https://github.com/NixOS/nixpkgs/issues/81449
https://trac.sagemath.org/ticket/15312
https://trac.sagemath.org/ticket/29061

Regarding the licensing change:

7cf91b3800
2020-03-10 18:10:25 +01:00
Patrick Hilhorst 8565dcf7bc
megasync: 4.2.5.0 -> 4.3.0.8 2020-03-10 16:34:48 +01:00
Sergey Lukjanov d6c5ce7cf8 hugo: 0.66.0 -> 0.67.0 2020-03-10 08:33:06 -07:00
Timo Kaufmann e05e219b31
Merge pull request #82240 from timokau/sage-docutils-0.15-fix
sage: fix test suite with docutils 0.15
2020-03-10 15:25:22 +00:00
Michael Weiss c7fb3750cc
tev: 1.14 -> 1.15 2020-03-10 16:17:19 +01:00
Michael Weiss a65d0d5bf2
androidStudioPackages.{dev,canary}: 4.1.0.1 -> 4.1.0.2 2020-03-10 16:04:57 +01:00
Jaakko Luttinen 57930a5f0e electron-cash: fix build
This commit fixes #82221.
2020-03-10 14:41:50 +01:00
Mario Rodas 8cc3a22dd4
Merge pull request #82164 from jluttine/nbstripout-0.3.7
nbstripout: 0.3.6 -> 0.3.7
2020-03-10 08:08:37 -05:00
Peter Hoeg 228ef079bc
Merge pull request #75417 from peterhoeg/u/maestral_0_4_4
maestral: 0.4.2 -> 0.6.1
2020-03-10 20:55:36 +08:00
Timo Kaufmann 7133577405 sage: fix test suite with docutils 0.15
The better way to fix this would be to backport the upstream sphinx
patch:

faedcc48cc

Unfortunately it doesn't apply cleanly and isn't worth the effort
of backporting. Let's hope we can switch to python3 sage and the recent
sphinx version that comes with it before this becomes a problem.
2020-03-10 13:15:41 +01:00
Patrick Hilhorst 9be58002ed
vscode, vscodium: 1.42.1 -> 1.43.0 2020-03-10 12:51:22 +01:00
Michael Weiss c3267ac414
Merge pull request #81975 from primeos/chromium-fix-vaapi
chromium: Update the VA-API patch (fix #81909)
2020-03-10 11:27:15 +01:00
Mario Rodas ea23f5b811
docker-slim: 1.28.0 -> 1.28.1 2020-03-10 04:20:00 -05:00
lewo d426adf150
Merge pull request #82168 from ysengrimm/update-next
next: 1.4.0 -> 1.5.0
2020-03-10 10:07:26 +01:00
José Romildo Malaquias 169fc2eeca
Merge pull request #82038 from danieldk/freeoffice-974
freeoffice: 973 -> 974
2020-03-09 21:27:31 -03:00
caadar 5ee998bbc2
scantailor-advanced: fix startup using wrapQtAppsHook (#82174) 2020-03-09 19:40:37 -04:00
nyanloutre dc9ba48a15
ledger-live-desktop: 1.20.0 -> 2.0.1 2020-03-10 00:40:33 +01:00
Dmitry Kalinkin edaceeae80
Merge pull request #82184 from Luflosi/kitty-remove-unused-nativeBuildInputs
kitty: remove unused nativeBuildInputs on macOS
2020-03-09 19:38:02 -04:00
Nadrieril cb9c6a758b paperwork: 1.2.4 -> 1.3.1
Also install paperwork-shell and desktop file
2020-03-09 22:36:55 +01:00
Jan Tojnar 04d6123309
pytrainer: fix missing pkg_resources 2020-03-09 22:30:46 +01:00
Luflosi 1b74dfcf6d
kitty: remove unused nativeBuildInputs on macOS
These two dependencies were used to generate the PNG icons that would later be converted to the icon for the macOS app. The PNGs are now stored in git and are not generated during the build anymore.
2020-03-09 21:58:42 +01:00
R. RyanTM 75aec2aae3
datovka: 4.14.1 -> 4.15.0 (#81874) 2020-03-09 19:56:30 +01:00
Samuel Dionne-Riel b97fce768d
Merge pull request #81211 from samueldr/aarch64/firefox-73
firefox: Fix AArch64 build
2020-03-09 14:40:20 -04:00
ysengrimm ed8692b9f5 next: 1.4.0 -> 1.5.0 2020-03-09 18:50:34 +01:00
Samuel Dionne-Riel d4446c563d firefox: Fix AArch64 build
* The 'arm.patch' patch doesn't apply anymore.
 * The 'build-arm-libopus.patch' patch isn't required anymore.
 * See the mozilla phabricator link for the added patch.

Additionally, we are now *always* undconditionally applying all patches
to all architectures. That is, unless they have undesirable
side-effects, but those might not be fit for inclusion.

By applying all patches all the time, they'll be removed or replaced
when they stop applying.
2020-03-09 13:37:30 -04:00
Timo Kaufmann 63ed2bf3c3
Merge pull request #81950 from r-ryantm/auto-update/pari
pari: 2.11.2 -> 2.11.3
2020-03-09 17:31:14 +00:00
Milan f391999026
gitlab: 12.8.2 -> 12.8.5 (#82142)
https://about.gitlab.com/releases/2020/03/09/gitlab-12-8-5-released/
2020-03-09 17:23:51 +01:00
Jaakko Luttinen 8074942aed
nbstripout: 0.3.6 -> 0.3.7 2020-03-09 16:47:57 +02:00
Mario Rodas 066b94a614
Merge pull request #82120 from bhipple/notes/polkadot
polkadot: upgrade cargoSha256 and add maintainer note
2020-03-09 08:01:12 -05:00
Aaron Andersen 92b7df1c19
Merge pull request #81395 from ciil/rstudio-update
rstudio: 1.2.1335 -> 1.2.5033
2020-03-09 07:13:32 -04:00
Michael Raskin bbab73266d
Merge pull request #80719 from mucaho/feature/clingcon_init
clingcon: init at 3.3.0
2020-03-09 07:42:38 +00:00
Mario Rodas 5e3344ef36
Merge pull request #81311 from magnetophon/mma
mma: 19.08 -> 20.02
2020-03-08 23:07:06 -05:00
Benjamin Hipple a709184ba3 polkadot: upgrade cargoSha256 and add maintainer note
While the package is broken and does not build, we can still recompute the
cargoSha256. I attempted to upgrade to the latest release, but that doesn't
build either.
2020-03-09 00:02:24 -04:00
Benjamin Hipple e12ed8e037 wtftw: remove broken package
This was marked as broken years ago, and its last tagged release from upstream
was in 2015, with its last git commit in 2018.
2020-03-08 22:53:57 -04:00
Mario Rodas f32e17d802
Merge pull request #81799 from skykanin/master
gomatrix: init at 101.0.0
2020-03-08 21:40:57 -05:00
Mario Rodas 7a89a34427
Merge pull request #81993 from bhipple/u/wmfocus
wmfocus: 1.1.2 -> 1.1.3
2020-03-08 21:35:32 -05:00
Mario Rodas d3b479860c
Merge pull request #79137 from Kristian-Brucaj/fusee-interfacee-tk
fusee-interfacee-tk: init at V1.0.0
2020-03-08 21:29:31 -05:00
Mario Rodas da31cd5c8a
Merge pull request #81810 from magnetophon/zam-plugins
zam-plugins: 3.11 -> 3.12
2020-03-08 20:52:11 -05:00
Mario Rodas 255651dc89
Merge pull request #82021 from bhipple/u/amp
amp: 0.6.1 -> 0.6.2
2020-03-08 20:38:25 -05:00
Mario Rodas 306d5074a5
Merge pull request #82018 from bhipple/broken/sit
sit: mark as broken
2020-03-08 20:36:54 -05:00
Mario Rodas 65731ad634
Merge pull request #82023 from zowoq/rkt-cve
rkt: add CVEs
2020-03-08 20:29:53 -05:00
Mario Rodas 73914125eb
Merge pull request #82012 from clkamp/cvsq-1.11
cvsq: 1.10 -> 1.11
2020-03-08 20:14:11 -05:00
Mario Rodas 77c58e6944
Merge pull request #81966 from edef1c/git-codereview
git-codereview: init at 2020-01-15
2020-03-08 20:07:50 -05:00
Mario Rodas 0623c70586
Merge pull request #81968 from vdemeester/update-containerd
containerd: 1.2.6 -> 1.2.13
2020-03-08 19:56:46 -05:00
Mario Rodas e26941fdbd
Merge pull request #81962 from marsam/udpate-docker-slim
docker-slim: 1.27.0 -> 1.28.0
2020-03-08 19:53:42 -05:00
Mario Rodas d13fc7a387
Merge pull request #82050 from royneary/git-bug-0.7.0
gitAndTools.git-bug: 0.6.0 -> 0.7.0
2020-03-08 19:04:57 -05:00
Benjamin Hipple fa353a0f0a
gnvim: upgrade cargo fetcher and cargoSha256 (#82015) 2020-03-08 19:19:41 -04:00
Benjamin Hipple 0b933b4085
dwm-status: upgrade cargo fetcher and cargoSha256 (#82013) 2020-03-08 19:19:09 -04:00
mucaho 202c2a8eff clingcon: init at 3.3.0 2020-03-08 19:21:55 +01:00
Maximilian Bosch 84f862ed91
Merge pull request #81796 from JohnAZoidberg/satallax-gcc9
satallax: Fix build with GCC9
2020-03-08 16:12:40 +01:00
Ryan Mulligan 4120419e10
Merge pull request #82037 from r-ryantm/auto-update/etesync-dav
etesync-dav: 0.14.2 -> 0.15.0
2020-03-08 07:35:30 -07:00
royneary 1cd54c9f36
gitAndTools.git-bug: 0.6.0 -> 0.7.0
Update to version 0.7.0. Includes switch to buildGoModule because Gopkg.toml
has been removed upstream.
2020-03-08 13:31:07 +01:00
Gabriel Ebner d7a68e9bce
Merge pull request #82028 from r-ryantm/auto-update/qalculate-gtk
qalculate-gtk: 3.7.0 -> 3.8.0
2020-03-08 13:31:00 +01:00
Daniël de Kok 44085e3501 freeoffice: 973 -> 974
Changelog:

https://www.freeoffice.com/en/download/servicepacks
2020-03-08 08:28:13 +01:00
Frederik Rietdijk 0eb0ddc4db Merge staging-next into master 2020-03-08 08:11:01 +01:00
R. RyanTM 3f02faf825 etesync-dav: 0.14.2 -> 0.15.0 2020-03-08 07:09:51 +00:00
Michele Guerini Rocco 08cc4cd702
Merge pull request #81932 from lsix/update-notable-license
notable: update license to unfree
2020-03-08 01:52:37 +01:00
R. RyanTM e6f5bb8dc4 qalculate-gtk: 3.7.0 -> 3.8.0 2020-03-08 00:14:22 +00:00
zowoq c4c936f2f7 rkt: add CVEs
https://www.twistlock.com/labs-blog/breaking-out-of-coresos-rkt-3-new-cves/
2020-03-08 07:19:44 +10:00
Benjamin Hipple 099b52dabf amp: 0.6.1 -> 0.6.2
The build also happens to be broken on master; this fixes it, along with
upgrading the cargoSha256.
2020-03-07 15:52:34 -05:00
Benjamin Hipple a2514c22a8 sit: mark as broken
Dependencies in the Cargo.lock fail to build due to mutable self borrows.
2020-03-07 15:28:56 -05:00
Michael Weiss 01db31c4d7
signal-desktop: 1.32.0 -> 1.32.1 2020-03-07 21:06:23 +01:00
Christian Lütke-Stetzkamp 877348836c cvsq: 1.10 -> 1.11 2020-03-07 20:32:01 +01:00
Dmitry Kalinkin a2437c37af
Merge pull request #71251 from hyperfekt/vscode-insiders-extensions
vscode-with-extensions: fix insiders build
2020-03-07 13:33:07 -05:00
Benjamin Hipple bd1b24b5b1 zcash: 2.1.0-1 -> 2.1.1-1
Also enabled parallel building, because otherwise this takes 45+ minutes to
compile! With it enabled, it can build in a couple minutes.
2020-03-07 12:24:19 -05:00
Benjamin Hipple 176d90e0c8 librustzcash: 2018-10-27 -> 0.1.0
Also includes updates for:

- https://github.com/NixOS/nixpkgs/issues/79975
- https://github.com/NixOS/rfcs/pull/45
2020-03-07 12:21:22 -05:00
Benjamin Hipple c385ed4d6f wmfocus: 1.1.2 -> 1.1.3 2020-03-07 12:10:26 -05:00
markuskowa f1c7d10574
Merge pull request #80569 from r-ryantm/auto-update/fava
fava: 1.12 -> 1.13
2020-03-07 16:19:48 +01:00
markuskowa 2100306071
Merge pull request #81756 from r-ryantm/auto-update/clipgrab
clipgrab: 3.8.7 -> 3.8.11
2020-03-07 16:06:18 +01:00
markuskowa 1ee52aea6a
Merge pull request #81461 from sikmir/gpxsee
gpxsee: 7.22 -> 7.25
2020-03-07 16:04:30 +01:00
Atkins d8b2f2b1ed
minikube: 1.6.2 -> 1.8.1 2020-03-07 22:58:56 +08:00
Michael Weiss 735707ef0c
chromium: Update the VA-API patch (fix #81909) 2020-03-07 15:40:27 +01:00
Atkins d6fe4e1ec1 minikube: 1.5.2 -> 1.6.2 2020-03-07 22:35:15 +08:00
Atkins 8d5e32ec44 minikube: 1.3.1 -> 1.5.2 2020-03-07 22:35:15 +08:00
Atkins 036c2fed12 docker-machine-hyperkit: separate from minikube 2020-03-07 22:35:15 +08:00
Atkins 37aab73f56 minikube: 1.2.0 -> 1.3.1 2020-03-07 22:35:15 +08:00
Mario Rodas ffc5201035
Merge pull request #81947 from marsam/update-terraform
terraform: 0.12.21 -> 0.12.23
2020-03-07 07:34:15 -05:00
Vincent Demeester 68d61b1654
containerd: 1.2.6 -> 1.2.13
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-07 12:27:01 +01:00
edef 609650a3e8 git-codereview: init at 2020-01-15 2020-03-07 10:23:37 +00:00
Mario Rodas ca9b9ef51e
gitAndTools.git-trim: init at 0.2.4 2020-03-07 04:20:00 -05:00
Vincent Laporte dcfccdfc33
acgtk: 1.5.0 → 1.5.1 (#81539)
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-03-07 09:56:18 +01:00
R. RyanTM 155d9c9be8 suricata: 5.0.1 -> 5.0.2 2020-03-07 08:59:36 +01:00
Mario Rodas 1068dd3772
docker-slim: 1.27.0 -> 1.28.0
Changelog: https://github.com/docker-slim/docker-slim/releases/tag/1.28.0
2020-03-07 02:34:00 -05:00
skykanin 8e80908387 gomatrix: init at 101.0.0 2020-03-07 05:14:09 +01:00
R. RyanTM 6528554396 pari: 2.11.2 -> 2.11.3 2020-03-07 02:43:40 +00:00
Martin Weinelt 4307ef63ed
gitstatusd: unstable-2020-02-26 → unstable-2020-03-06 2020-03-07 01:02:29 +01:00
Silvan Mosberger 3982db1894
Merge pull request #78492 from mothsART/feature/new-package-fluxboxlauncher
New package : fluxboxlauncher
2020-03-07 00:48:54 +01:00
Lancelot SIX 08edf7f27c
notable: update license to unfree
Notable used to be released under AGPL-v3 until v1.5.x but is is now
nonfree.

See https://github.com/notable/notable/blob/master/SOURCE_CODE.md
2020-03-06 23:54:23 +01:00
Lancelot SIX 8ff4f52874
Merge pull request #81912 from helsinki-systems/upd/notable
notable: 1.7 -> 1.8
2020-03-06 23:32:55 +01:00
ajs124 0904686bcc notable: 1.7.3 -> 1.8.4 2020-03-06 23:04:20 +01:00
Gabriel Ebner 8428f5bb4a elan: v0.8.0 tag was force-pushed by upstream 2020-03-06 15:35:37 +01:00
Nikolay Korotkiy 2c398a1b9d
gpxsee: 7.22 -> 7.25 2020-03-06 17:17:45 +03:00
Gabriel Ebner 70e5428d66 elan: 0.7.5 -> 0.8.0 2020-03-06 14:28:36 +01:00
Mario Rodas b6ee012c39
Merge pull request #81640 from Gerschtli/auto-update/teamspeak-server
teamspeak_server: 3.10.2 -> 3.11.0
2020-03-06 07:54:49 -05:00
Mario Rodas 7d89f3ca6a
Merge pull request #81672 from lilyball/macvim
macvim: 8.1.2234 -> 8.2.319
2020-03-06 07:50:36 -05:00
Jörg Thalheim b791e6cbdd
Merge pull request #81884 from r-ryantm/auto-update/focuswriter
focuswriter: 1.7.4 -> 1.7.5
2020-03-06 10:21:14 +00:00
Anderson Torres 0e19c68ff9
Merge pull request #81745 from r-ryantm/auto-update/cherrytree
cherrytree: 0.38.11 -> 0.39.0
2020-03-06 06:56:04 -03:00
R. RyanTM 6e09f8cd3c focuswriter: 1.7.4 -> 1.7.5 2020-03-06 09:52:03 +00:00
Mario Rodas c4b75f8983
terraform: 0.12.21 -> 0.12.23 2020-03-06 04:20:00 -05:00
Mario Rodas 462ecfb72a
Merge pull request #81847 from zowoq/crun
crun: 0.12.2.1 -> 0.13
2020-03-06 04:15:22 -05:00
Mario Rodas dea93efb1e
Merge pull request #81853 from marsam/fix-dbeaver-hash
dbeaver: fix hash
2020-03-06 04:13:29 -05:00
Joachim Breitner 2d2a5a9b63
js_of_ocaml: 3.4.0 -> 3.5.2 (#75766)
drive-by contributions, as I was playing around with this (it has better
support for the `num` library, it seems.)

js_of_ocaml: 3.4.0 -> 3.5.2
ocamlPackages.js_of_ocaml-ppx_deriving_json: use ppxlib-0.12.0
ocamlPackages.eliom: 6.8.0 → 6.10.1
ocamlPackages.ocsigen-toolkit: 2.2.0 → 2.5.0
ocamlPackages.ocsigen-start: 2.7.0 → 2.16.1

Co-authored-by: Vincent Laporte <Vincent.Laporte@gmail.com>
2020-03-06 07:42:04 +01:00
R. RyanTM 77f5b01d38 rednotebook: 2.16 -> 2.18 2020-03-06 07:26:26 +01:00
R. RyanTM 2d1a19dda1 elogind: 243.4 -> 243.7 2020-03-06 07:22:15 +01:00
R. RyanTM 592507780c urh: 2.8.2 -> 2.8.3 2020-03-06 07:21:10 +01:00
R. RyanTM 9a2a995a8f zotero: 5.0.82 -> 5.0.83 2020-03-06 07:20:57 +01:00
R. RyanTM 853bf469bc rawtherapee: 5.7 -> 5.8 2020-03-06 07:20:28 +01:00
R. RyanTM 4665c94d0c skypeforlinux: 8.55.0.141 -> 8.56.0.103 2020-03-06 07:19:52 +01:00
Frederik Rietdijk 188c3a4d03 Merge staging-next into staging 2020-03-06 07:09:30 +01:00