Commit Graph

47708 Commits

Author SHA1 Message Date
AndersonTorres ed204dc61b Netsurf libdom: 0.4.0 -> 0.4.1 2020-09-28 22:39:18 -03:00
AndersonTorres 486a3fb556 Netsurf libhubub: 0.3.6 -> 0.3.7 2020-09-28 22:39:18 -03:00
AndersonTorres d6d7ead024 Netsurf libcss: 0.9.0 -> 0.9.1 2020-09-28 22:39:17 -03:00
AndersonTorres d5832afa3e Netsurf nsgenbind: 0.7 -> 0.8 2020-09-28 22:39:17 -03:00
AndersonTorres b537eb29c0 Netsurf libwapcaplet: 0.4.2 -> 0.4.3 2020-09-28 22:39:17 -03:00
AndersonTorres fc5cb71883 Netsurf libutf8proc: 2.4.0-1 2020-09-28 22:39:16 -03:00
AndersonTorres 91f818b2be Netsurf libnsutils: 0.0.5 -> 0.1.0 2020-09-28 22:39:16 -03:00
AndersonTorres 88ef1ffe46 Netsurf libnspsl: 0.1.5 -> 0.1.6 2020-09-28 22:39:16 -03:00
AndersonTorres d1e5d5012f Netsurf libnslog: 0.1.2 -> 0.1.3 2020-09-28 22:39:16 -03:00
AndersonTorres bf98c55b76 Netsurf libnsgif: 0.2.1 -> 0.2.1 2020-09-28 22:39:15 -03:00
AndersonTorres b06a3b1fcb Netsurf libnsbmp: 0.1.6 -> 0.1.6 2020-09-28 22:39:15 -03:00
AndersonTorres 0f845601f6 Netsurf libparserutils: 0.2.4 -> 0.2.4
Update metadata and maintain version
2020-09-28 22:39:15 -03:00
AndersonTorres b055ec84fc Netsurf buildysstem: 1.8 -> 1.9 2020-09-28 22:39:14 -03:00
Mario Rodas 031b9c172f gitAndTools.git-absorb: 0.6.3 -> 0.6.4 2020-09-28 18:20:00 -05:00
Lily Ballard 72e3217bf1 macvim: add configuration similar to vim_configurable and neovim
vim_configurable and neovim have both supported a mechanism to build
them with a custom vimrc that supports plugins from Nix. This updates
MacVim to support the same sort of configuration using an expression
like

  macvim.configure {
    customRC = ''
      # custom configuration goes here
    '';
    packages.myVimPackage = with pkgs.vimPlugins; {
      start = [ youcompleteme fugitive ];
      opt = [ phpCompletion elm-vim ];
    }
  }

Once configured, .override will allow for editing the configuration.

Like vim_configurable and neovim, configuring macvim does not require
rebuilding it. Also like them, configuring macvim turns off the user
vimrc file.
2020-09-28 16:03:34 -07:00
Lily Ballard 9daf3b994b macvim: 8.2.539 -> 8.2.1719 2020-09-28 15:33:36 -07:00
Florian Klink 8cdc34cc75 terraform-providers.ct: 0.5.0 -> 0.6.1
0.6.0 added support for Fedora CoreOS Config v1.1.0.

 - Add Fedora CoreOS Config v1.1.0 support (#63)
 -  - Accept FCC v1.1.0 and output Ignition v3.1.0
 -  - Continue to support FCC v1.0.0 and output Ignition v3.0.0
 -  - Support merging FCC snippets into v1.0.0 or v1.1.0 FCC content
 -  - Note: Version skew among snippets and content is not supported
 - Change Container Linux Config to render Ignition v2.3.0 (#60)
 - Add zip archive format with signed checksum
2020-09-29 00:24:45 +02:00
Lily Ballard d3b1d59d84 macvim: Properly link against Nix ncurses
Since we're not using the Nix compiler, our buildInputs aren't
automatically exposed to the compiler, which means it was actually
compiling against system libncurses instead of Nix libncurses.

Also remove the `-Wno-error` from the make flags (and the unnecessary
`PREFIX` definition) in favor of using a much more targeted error
suppression at the configure flags. This works around an issue where
implicit function definitions are considered an error and the configure
script was trying to compile a file tht invoked an ncurses function
without including the relevant header.
2020-09-28 15:12:07 -07:00
Ryan Mulligan 955babff2e
Merge pull request #98995 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.112 -> 0.0.114
2020-09-28 06:18:54 -07:00
Ryan Mulligan e8f69ee41e
Merge pull request #98715 from r-ryantm/auto-update/fff
fff: 2.1 -> 2.2
2020-09-28 06:18:07 -07:00
Lancelot SIX 575bed7987
Merge pull request #98535 from lsix/skype-8.64.0.81
skypeforlinux: 8.63.0.76 -> 8.64.0.81
2020-09-28 13:11:25 +01:00
R. RyanTM 170d1a605d discord-canary: 0.0.112 -> 0.0.114 2020-09-28 09:17:09 +00:00
R. RyanTM b10b4d6947 docker-compose: 1.26.2 -> 1.27.4 2020-09-28 08:00:40 +00:00
Mario Rodas 692f58d16f
Merge pull request #81116 from matthiasbeyer/add-swappy
swappy: Init at 1.2.1
2020-09-28 01:13:17 -05:00
Michael Raskin 064e082296
Merge pull request #98988 from 7c6f434c/wpsoffice-ffmpeg
wpsoffice: keep using ffmpeg_3
2020-09-28 05:49:22 +00:00
Michael Raskin 4702c49f23 wpsoffice: keep using ffmpeg_3
Partial revert of aa91966430

Related to #98945
2020-09-28 07:23:45 +02:00
Ryan Mulligan 0a74860735
Merge pull request #98911 from r-ryantm/auto-update/yacreader
yacreader: 9.6.2 -> 9.7.1
2020-09-27 21:12:40 -07:00
Mario Rodas 22425b9aae
Merge pull request #98776 from r-ryantm/auto-update/kube3d
kube3d: 3.0.1 -> 3.0.2
2020-09-27 23:00:28 -05:00
Mario Rodas f13c14ce5c
Merge pull request #98966 from matthias-t/zola-0.12.1
zola: 0.12.0 -> 0.12.1
2020-09-27 22:57:18 -05:00
Andrew Valencik 075014385e blender: 2.90.0 -> 2.90.1 2020-09-27 22:40:55 -04:00
WORLDofPEACE 9f4962392a
Merge pull request #98972 from JustinLovinger/rofimoji
rofimoji: init at 4.3.0, wtype: init at 2020-09-14
2020-09-27 19:02:33 -04:00
Justin Lovinger 2870231e08 rofimoji: init at 4.3.0 2020-09-27 18:37:44 -04:00
Maurice B. Lewis 94d2aeb559
terraform-providers: add version to patchGoModVendor providers (#97590)
Add version to binaries produced via patchGoModVendor to allow run-time provider
version validation by terraform.

This was initially introduced in 4e63119c54 (terraform: add the version component to terraform provider paths (#34497), 2018-02-06)
but broken in 3e5149a79a (terraform-providers: fix the google and google-beta providers, 2020-03-24)
for terraform-providers.google and terraform-providers.google-beta, and in 20f55a9fc0 (terraform-providers.ibm: move to update-all script, 2020-04-26)
for terraform-providers.ibm.
2020-09-27 22:20:41 +00:00
Dmitry Kalinkin dd57dcf2a5
stellarium: enable on darwin 2020-09-27 17:00:10 -04:00
Maximilian Bosch b8d1e39a28
stellarium: 0.20.2 -> 0.20.3
https://github.com/Stellarium/stellarium/releases/tag/v0.20.3
2020-09-27 22:09:36 +02:00
Robert Scott c9c10e240e
Merge pull request #98960 from r-burns/projectm
projectm: fix build on darwin
2020-09-27 20:10:24 +01:00
Matt Huszagh 6b9481607b openems: init at unstable-2020-02-15 2020-09-27 11:32:27 -07:00
Ryan Burns d10d6dfa4a projectm: fix build on darwin 2020-09-27 11:31:35 -07:00
Matthias Totschnig 19becd922c zola: 0.12.0 -> 0.12.1 2020-09-27 20:13:26 +02:00
Michael Raskin 862e6fe2c6
Merge pull request #98905 from r-ryantm/auto-update/vifm
vifm: 0.10.1 -> 0.11
2020-09-27 13:04:54 +00:00
Nikolay Korotkiy a502146d7a gpxsee: 7.31 -> 7.32 2020-09-27 14:26:21 +02:00
R. RyanTM 40b1a628b6 vifm: 0.10.1 -> 0.11 2020-09-27 19:16:44 +10:00
R. RyanTM ec34833248 yacreader: 9.6.2 -> 9.7.1 2020-09-27 03:44:14 +00:00
Maximilian Bosch 004676ce9c
neomutt: apply two patches for regressions in the sidebar
The following patches were pushed to `master` after the release and fix
two regressions in the sidebar of NeoMutt:

* 9675367 (sidebar: prevent the divider colour bleeding out): a small
  fix for ANSI colors to not break the layout.

* 6078653 (Fix <sidebar-{next,prev}-new>): fixes invalid conditions in
  if-statements.

Considering their release cycle I figured that it is reasonable to apply
those on top of `20200925` for now.
2020-09-27 00:50:58 +02:00
Justin Humm c06610e8de
Merge pull request #98887 from r-ryantm/auto-update/signal-cli
signal-cli: 0.6.8 -> 0.6.10
2020-09-26 23:37:23 +02:00
Mario Rodas 7045401699
Merge pull request #98817 from marsam/update-archiver
archiver: 3.3.0 -> 3.3.1
2020-09-26 16:33:56 -05:00
R. RyanTM 36c7fb33dc signal-cli: 0.6.8 -> 0.6.10 2020-09-26 20:18:54 +00:00
meutraa bdeef5701d androidStudioPackages.{dev,canary}: 4.2.0.11 -> 4.2.0.12 2020-09-26 22:12:52 +02:00
Aaron Andersen 7d56386e11
Merge pull request #98556 from stigtsp/package/convos-4.40
convos: 4.33 -> 4.40
2020-09-26 14:02:17 -04:00
Ryan Mulligan 9d789745fe
Merge pull request #98840 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.22 -> 1.23
2020-09-26 10:28:57 -07:00
Gabriel Ebner bbb854f974
Merge pull request #98845 from gebner/freecad019git 2020-09-26 17:30:56 +02:00
adisbladis bbecb0ef9f
Merge pull request #98673 from acowley/emacsgcc-paths
emacs: fix paths for native compilation
2020-09-26 16:20:23 +02:00
Ryan Mulligan 22cb0f88a1
Merge pull request #98829 from r-ryantm/auto-update/obsidian
obsidian: 0.8.12 -> 0.8.15
2020-09-26 07:03:17 -07:00
Ryan Mulligan 019cadb0d2
Merge pull request #98831 from r-ryantm/auto-update/openbazaar-client
openbazaar-client: 2.4.7 -> 2.4.8
2020-09-26 06:55:43 -07:00
Thomas Tuegel 6882716623
Merge pull request #98846 from ttuegel/libvlc
Build standalone libvlc
2020-09-26 08:23:08 -05:00
Mario Rodas 43850833b5
Merge pull request #98754 from magnetophon/geonkick
geonkick: 2.3.7 -> 2.3.8
2020-09-26 08:02:28 -05:00
Gabriel Ebner 58121fe1b0 freecadStable: init at 0.18.4 2020-09-26 14:28:36 +02:00
Gabriel Ebner 22301b66cd freecad: 0.18.4 -> unstable-2020-09-25 2020-09-26 13:49:42 +02:00
Thomas Tuegel 06697c7e29
vlc: fix meta.broken 2020-09-26 06:32:35 -05:00
Vladimír Čunát 4212f719bb
Merge #98628: thunderbird*: 78.2.2 -> 78.3.1 (security) 2020-09-26 13:21:35 +02:00
Thomas Tuegel b10e170cb3
Merge pull request #98721 from callahad/digikam-7.1.0
digikam: 6.4.0 -> 7.1.0
2020-09-26 06:18:06 -05:00
Thomas Tuegel 2e48e306f6
Merge pull request #98795 from callahad/digikam-icons
digikam: fix broken icons
2020-09-26 06:16:27 -05:00
Marek Mahut 54fa776702
Merge pull request #98714 from r-ryantm/auto-update/ergo
ergo: 3.3.1 -> 3.3.3
2020-09-26 13:15:33 +02:00
Thomas Tuegel d0636ea72e
Merge pull request #98796 from callahad/qtav
libqtav: 1.12.0 -> git-2020-09-10
2020-09-26 06:15:24 -05:00
Thomas Tuegel c70831a9fb
tribler: use libvlc 2020-09-26 05:50:25 -05:00
Thomas Tuegel b3ab15a057
strawberry: use libvlc 2020-09-26 05:50:25 -05:00
Thomas Tuegel b5a5ed3735
hdhomerun-config-gui: remove unused argument: vlc 2020-09-26 05:50:24 -05:00
Thomas Tuegel 270d8a0409
obs-studio: use libvlc 2020-09-26 05:50:24 -05:00
Thomas Tuegel e1b7af630f
cantata: use libvlc 2020-09-26 05:50:24 -05:00
Michael Weiss 2e6844040e
signal-desktop: 1.36.2 -> 1.36.3 2020-09-26 12:15:27 +02:00
taku0 0ab3e526c9 thunderbird-bin: 78.3.0 -> 78.3.1 2020-09-26 19:09:13 +09:00
R. RyanTM 34b3008b8c pt2-clone: 1.22 -> 1.23 2020-09-26 09:47:06 +00:00
Vladimír Čunát 9127ee59cd
thunderbird: 78.3.0 -> 78.3.1
It's supposed to fix just a frequent crash.
https://www.thunderbird.net/en-US/thunderbird/78.3.1/releasenotes/
2020-09-26 10:19:01 +02:00
Oleksii Filonenko 346d16add1
Merge pull request #98729 from r-ryantm/auto-update/hugo
hugo: 0.74.3 -> 0.75.1
2020-09-26 10:57:55 +03:00
Dan Callahan c4c101e414
digikam: unbreak media playback
This patch re-adds libqtav to digikam's list of dependencies, restoring
support for video playback in the application.
This effectively reverts commit 5194e7c0cb
2020-09-26 08:38:59 +01:00
Peter Simons 502845c3e3
Merge pull request #98786 from woffs/shotcut-20.09.13
shotcut: 20.07.11 -> 20.09.13, mlt: 6.20.0 -> 6.22.1
2020-09-26 09:12:52 +02:00
R. RyanTM 9c4bd3127f openbazaar-client: 2.4.7 -> 2.4.8 2020-09-26 06:53:25 +00:00
R. RyanTM 082fd1a676 obsidian: 0.8.12 -> 0.8.15 2020-09-26 06:26:16 +00:00
zowoq bbeed7ecf8 podman: 2.1.0 -> 2.1.1
https://github.com/containers/podman/releases/tag/v2.1.1
2020-09-26 12:44:38 +10:00
Ryan Mulligan 5f0531eb99
Merge pull request #98555 from r-ryantm/auto-update/icewm
icewm: 1.7.0 -> 1.8.1
2020-09-25 17:47:34 -07:00
Benjamin Hipple b07855fa46
Merge pull request #98804 from r-ryantm/auto-update/luigi
luigi: 3.0.1 -> 3.0.2
2020-09-25 20:19:08 -04:00
Mario Rodas 5d7544ee72 archiver: 3.3.0 -> 3.3.1
https://github.com/mholt/archiver/releases/tag/v3.3.1
2020-09-25 18:00:00 -05:00
R. RyanTM 3c61be914b multimon-ng: 1.1.8 -> 1.1.9 2020-09-25 22:32:57 +00:00
R. RyanTM 00aef98014 luigi: 3.0.1 -> 3.0.2 2020-09-25 21:20:33 +00:00
Vladyslav M 1e501a4c9b
Merge pull request #98720 from r-ryantm/auto-update/giada
giada: 0.16.3.1 -> 0.16.4
2020-09-25 23:58:32 +03:00
Dan Callahan afec4b31bd
digikam: fix broken icons
Ensures that the Breeze icon theme is available to digikam.
Without this, digikam breaks in strange ways.

Fixes #65322
Fixes #78225
2020-09-25 21:49:29 +01:00
Robert Scott 2f93218001
Merge pull request #98747 from freezeboy/fix-rsibreak
rsibreak: 0.12.8 -> 0.12.13
2020-09-25 20:57:51 +01:00
Frank Doepper c835358078 shotcut: 20.07.11 -> 20.09.13, mlt: 6.20.0 -> 6.22.1
and add updateScript
2020-09-25 21:12:40 +02:00
Robert Scott 8db3ea1ef1
Merge pull request #98614 from r-burns/aragorn
aragorn: fix build on darwin
2020-09-25 19:58:10 +01:00
Maximilian Bosch 45bb0dd36f
Merge pull request #98758 from TredwellGit/wireshark
wireshark: 3.2.5 -> 3.2.7
2020-09-25 20:40:08 +02:00
R. RyanTM be4bdb3588 kube3d: 3.0.1 -> 3.0.2 2020-09-25 18:20:05 +00:00
Thomas Tuegel c3d08d652d
elisa: use libvlc 2020-09-25 10:47:43 -05:00
Ryan Mulligan b8883134be
Merge pull request #98712 from r-ryantm/auto-update/dstask
dstask: 0.20 -> 0.21
2020-09-25 08:45:46 -07:00
Ryan Mulligan bb77b5cae7
Merge pull request #98699 from r-ryantm/auto-update/charliecloud
charliecloud: 0.18 -> 0.19
2020-09-25 08:45:15 -07:00
Ryan Mulligan 6f6a81c435
Merge pull request #98705 from r-ryantm/auto-update/containerd
containerd: 1.4.0 -> 1.4.1
2020-09-25 08:44:26 -07:00
Ryan Mulligan 633db35253
Merge pull request #98737 from r-ryantm/auto-update/k9s
k9s: 0.21.7 -> 0.22.1
2020-09-25 08:43:20 -07:00
Maximilian Bosch e958a89392
Merge pull request #98685 from afontaine/update-nextcloud-client
nextcloud-client: 2.6.5 -> 3.0.2
Closes #95850
2020-09-25 17:27:34 +02:00
Maximilian Bosch 2d94370264
neomutt: 20200821 -> 20200925
https://github.com/neomutt/neomutt/releases/tag/20200925
2020-09-25 16:54:25 +02:00
Dmitry Kalinkin 7867aafa51
Merge pull request #97613 from drewrisinger/zhf/verilog
verilog: cleanup & test
2020-09-25 10:37:34 -04:00
Bart Brouns 29ac962023 lv2bm: git-2015-11-29 -> 1.1 2020-09-25 15:55:05 +02:00
TredwellGit 5a1c55f911 wireshark: 3.2.5 -> 3.2.7
https://www.wireshark.org/docs/relnotes/wireshark-3.2.7.html
https://www.wireshark.org/docs/relnotes/wireshark-3.2.6.html
2020-09-25 13:53:44 +00:00
Bart Brouns 66446f153f geonkick: 2.3.7 -> 2.3.8 2020-09-25 15:07:58 +02:00
Maximilian Bosch 76dcad0282
Merge pull request #97411 from Magicloud/vbox6114
virtualbox: 6.1.10 -> 6.1.14
2020-09-25 15:07:21 +02:00
Lassulus 0fd8186e29
Merge pull request #97776 from woffs/dvdbackup
dvdbackup: fix build with libdvdread >= 6.1.0
2020-09-25 15:00:50 +02:00
freezeboy 88c8a3c69f rsibreak: 0.12.8 -> 0.12.13 2020-09-25 14:57:49 +02:00
Michael Weiss 6b0794caa5
signal-desktop: 1.36.1 -> 1.36.2 2020-09-25 13:44:35 +02:00
R. RyanTM c16c21cb84 k9s: 0.21.7 -> 0.22.1 2020-09-25 11:28:11 +00:00
Maximilian Bosch 579404c4a5
virtualbox: re-add support for virtio
For some reason the original source tarball for version 6.1.14 didn't
bundle the sources for `virtio`-support causing a build-failure.

After this was reported, a new tarball named
`VirtualBox-6.1.14a.tar.bz2` was published which fixes the issue[1].

[1] https://www.virtualbox.org/ticket/19862
2020-09-25 12:37:39 +02:00
R. RyanTM b4aee6e867 jftui: 0.3.0 -> 0.4.0 2020-09-25 10:35:59 +00:00
R. RyanTM 25059ee53e humioctl: 0.26.1 -> 0.27.0 2020-09-25 09:44:46 +00:00
R. RyanTM 3765ae7ad5 hugo: 0.74.3 -> 0.75.1 2020-09-25 09:39:22 +00:00
Lancelot SIX e2145c0391
Merge pull request #98708 from r-ryantm/auto-update/cytoscape
cytoscape: 3.8.0 -> 3.8.1
2020-09-25 10:02:09 +01:00
Lancelot SIX 2281b638c5
Merge pull request #98635 from jojosch/dbeaver-7.2.1
dbeaver: 7.2.0 -> 7.2.1
2020-09-25 09:29:22 +01:00
Dan Callahan a9e0dd08d1
digikam: 6.4.0 -> 7.1.0 2020-09-25 09:06:48 +01:00
R. RyanTM 6deebfbbf2 giada: 0.16.3.1 -> 0.16.4 2020-09-25 07:47:13 +00:00
Doron Behar 0c8e51bd8c
Merge pull request #95413 from pstn/remove-gnunet-git
gnunet_git: remove
2020-09-25 10:29:55 +03:00
Philipp ff513a5b89 gnunet_git: remove 2020-09-25 10:13:48 +03:00
R. RyanTM cef4bc9f8a fff: 2.1 -> 2.2 2020-09-25 06:32:31 +00:00
R. RyanTM b67fea5c66 ergo: 3.3.1 -> 3.3.3 2020-09-25 06:12:28 +00:00
Daniël de Kok ad59a48658
Merge pull request #98711 from r-ryantm/auto-update/drawio
drawio: 13.6.2 -> 13.7.3
2020-09-25 08:05:03 +02:00
R. RyanTM adf9fe19f5 dstask: 0.20 -> 0.21 2020-09-25 05:36:08 +00:00
R. RyanTM 9962661ef3 drawio: 13.6.2 -> 13.7.3 2020-09-25 05:27:01 +00:00
R. RyanTM e66a7e2fb7 cytoscape: 3.8.0 -> 3.8.1 2020-09-25 04:38:49 +00:00
Jörg Thalheim a2960ac430
Merge pull request #97603 from zowoq/rust-test-threads 2020-09-25 06:19:23 +02:00
R. RyanTM 625ba8ed5e containerd: 1.4.0 -> 1.4.1 2020-09-25 03:58:04 +00:00
Jörg Thalheim 45402e454f
Merge pull request #98700 from r-ryantm/auto-update/cheat
cheat: 4.0.4 -> 4.1.0
2020-09-25 05:38:04 +02:00
R. RyanTM 91e5494dbf cheat: 4.0.4 -> 4.1.0 2020-09-25 02:08:28 +00:00
R. RyanTM ae421104f8 charliecloud: 0.18 -> 0.19 2020-09-25 02:03:11 +00:00
zimbatm 7bfde4b334
Revert "st: enable build on darwin (#98668)"
This reverts commit 34133d5425.
2020-09-25 00:06:56 +02:00
Andrew Fontaine 57883eea4a
nextcloud-client: 3.0.0 -> 3.0.2
Contains upstream fix for maintaining folder links when upgrading from
2.x to 3.x.
2020-09-24 18:00:05 -04:00
Ben Siraphob 34133d5425
st: enable build on darwin (#98668) 2020-09-24 21:57:19 +00:00
zimbatm 55e2c8318d
Merge pull request #98682 from afontaine/bump-plexamp-3-2-0
plexamp: 3.1.1 -> 3.2.0
2020-09-24 21:48:33 +00:00
Tim Steinbach 020ff6989a
1password: 1.1.1 -> 1.7.0 2020-09-24 16:50:38 -04:00
Tim Steinbach 5ab14bf6ad
vivaldi: 3.3.2022.39-1 -> 3.3.2022.47-1 2020-09-24 16:50:38 -04:00
zimbatm f32bc5c953
Merge pull request #98554 from Luflosi/update/ipfs
ipfs: 0.6.0 -> 0.7.0
2020-09-24 20:42:07 +00:00
Andrew Fontaine 73133a6af0
plexamp: 3.1.1 -> 3.2.0
Adds remote control support for other plex players, as well as other
changes.

Release notes: https://forums.plex.tv/t/plexamp-release-notes/221280/16
2020-09-24 16:27:10 -04:00
Doron Behar 2f3cee6250
Merge pull request #84069 from JustinLovinger/mpg123-conplay 2020-09-24 22:57:18 +03:00
Anthony Cowley 30313a797d emacs: fix paths for native compilation
The given paths gives rise to errors such as,

```
x86_64-unknown-linux-gnu-gcc-9.3.0: fatal error: cannot execute ‘as’: execvp: No such file or directory
compilation terminated.
```

in the `*Async-native-compile-log*` buffer.

Fixes <https://github.com/nix-community/emacs-overlay/issues/69>
2020-09-24 14:54:36 -04:00
R. RyanTM f4d3204486 bcftools: 1.10.2 -> 1.11 2020-09-24 18:53:07 +00:00
Ryan Mulligan f5061117b2
Merge pull request #98593 from r-ryantm/auto-update/jamulus
jamulus: 3.5.9 -> 3.5.10
2020-09-24 06:49:42 -07:00
Charlotte Van Petegem 2165e5a4a1 picard: 2.4.2 -> 2.4.4 2020-09-24 15:15:31 +02:00
Michael Weiss 7e4b7ecd00
gns3-{gui,server}: 2.2.13 -> 2.2.14 2020-09-24 12:29:59 +02:00
Johannes Schleifenbaum 0a07c8c67e
dbeaver: 7.2.0 -> 7.2.1 2020-09-24 11:32:58 +02:00
taku0 7bcff2e042 thunderbird-bin: 78.2.2 -> 78.3.0 2020-09-24 16:35:48 +09:00
taku0 de309756f3 thunderbird: 78.2.2 -> 78.3.0 2020-09-24 16:35:07 +09:00
R. RyanTM 0765b507f9 jmol: 14.31.2 -> 14.31.3 2020-09-23 23:36:41 -07:00
Daniël de Kok fce6a30ccc
Merge pull request #98189 from samuela/upkeep-bot/vscode-1.49.1-1600387697
vscode: 1.48.2 -> 1.49.1
2020-09-24 08:10:34 +02:00
Martin Weinelt 2be541ff7c
Merge pull request #96136 from bdesham/fix-gitstatus-on-zsh
gitstatus: fix zsh integration
2020-09-24 07:22:13 +02:00
Eric Litak 028e05d8a4
vcs: init at 1.13.4
* vcs: init at 1.13.4

* Update pkgs/applications/video/vcs/default.nix

Co-Authored-By: symphorien <symphorien@users.noreply.github.com>

* Update pkgs/applications/video/vcs/default.nix

Co-authored-by: Ryan Mulligan <ryan@ryantm.com>

Co-authored-by: symphorien <symphorien@users.noreply.github.com>
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
2020-09-23 21:58:52 -07:00
Ryan Burns 6cc2d3e6f2 aragorn: fix build on darwin
Use environment-specified $CC for C compiler
2020-09-23 20:45:21 -07:00
R. RyanTM b18392d34f drumkv1: 0.9.15 -> 0.9.16 2020-09-23 20:17:44 -07:00
R. RyanTM fe11d0ce2d grip: 4.1.1 -> 4.2.0 2020-09-23 20:16:58 -07:00
R. RyanTM da8c59e83a homebank: 5.4.2 -> 5.4.3 2020-09-23 20:16:41 -07:00
Ryan Mulligan dfd2eeabd6
Merge pull request #69644 from bzizou/obitools
obitools3: init at 3.0.0-beta14
2020-09-23 19:04:11 -07:00
zowoq 664170166e gitAndTools.git-interactive-rebase-tool: use cargoParallelTestThreads 2020-09-24 07:20:03 +10:00
zowoq f294531f17 castor: use cargoParallelTestThreads 2020-09-24 07:20:03 +10:00
Nikolay Korotkiy 338b02d59f
joplin-desktop: 1.0.245 -> 1.1.4 2020-09-23 21:53:21 +03:00
Timo Kaufmann ec3714b42b
Merge pull request #91766 from fgaz/littlegptracker/init
littlegptracker: init at unstable-2019-04-14
2020-09-23 20:32:28 +02:00
Anderson Torres c7bc218f02
Merge pull request #97803 from JamieMagee/dotnet-sdk-3.1
dotnetCorePackages.sdk_3_1: 3.1.102 -> 3.1.402
2020-09-23 14:39:53 -03:00
Francesco Gazzetta e20e2d4e74 littlegptracker: init at unstable-2019-04-14 2020-09-23 19:04:40 +02:00
adisbladis c6519c87c6
Merge pull request #98570 from saschagrunert/crun
crun: 0.14.1 -> 0.15
2020-09-23 19:04:33 +02:00
R. RyanTM 5ae7f85720 jamulus: 3.5.9 -> 3.5.10 2020-09-23 16:15:50 +00:00
Stig P c68911714f
Merge pull request #98564 from yoctocell/tor-browser-bundle-bin-10.0
tor-browser-bundle-bin: 9.5.4 -> 10.0
2020-09-23 15:23:00 +00:00
Sascha Grunert dcb8c26e43
crun: 0.14.1 -> 0.15
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-23 17:19:15 +02:00
Daniël de Kok 3d048b1bee
Merge pull request #98399 from lunik1/fdkaac101
fdkaac: 1.0.0 → v1.0.1
2020-09-23 16:24:38 +02:00
yoctocell 281f44fb76
tor-browser-bundle-bin: 9.5.4 -> 10.0 2020-09-23 15:47:05 +02:00
Ryan Mulligan d291fa0a1e
Merge pull request #98546 from r-ryantm/auto-update/go-jira
go-jira: 1.0.23 -> 1.0.24
2020-09-23 06:41:38 -07:00
Martin Weinelt 012b501a12
Merge pull request #98532 from r-ryantm/auto-update/gitstatus
gitAndTools.gitstatus: 1.2.2 -> 1.3.0
2020-09-23 14:50:30 +02:00
lunik1 c20c461967
fdkaac: 1.0.0 → 1.0.1 2020-09-23 13:42:01 +01:00
Kevin Cox c5e8e4c9d1
Merge pull request #98469 from taku0/firefox-bin-81.0
firefox, firefox-bin: 80.0.1 -> 81.0,  firefox-esr: 78.2.0esr -> 78.3.0esr [High security fixes]
2020-09-23 07:55:49 -04:00
Mario Rodas c006f18a79
Merge pull request #98509 from r-ryantm/auto-update/fetchmail
fetchmail: 6.4.8 -> 6.4.12
2020-09-23 06:54:26 -05:00
Jamie Magee 460c98ec69
dotnetCorePackages.sdk_3_1: fix dependent packages 2020-09-23 13:18:44 +02:00
Stig Palmquist 88c34acae3
convos: 4.33 -> 4.40 2020-09-23 13:11:00 +02:00
R. RyanTM 2560a3bd5c icewm: 1.7.0 -> 1.8.1 2020-09-23 11:06:00 +00:00
Luflosi b75e431454
ipfs: 0.6.0 -> 0.7.0
https://github.com/ipfs/go-ipfs/releases/tag/v0.7.0

Pinning go114 is no longer necessary with this version.
2020-09-23 12:58:13 +02:00
Luflosi d385065f70
ipfs: avoid warning during build when moving directory
Trying to move a directory into itself will result in a warning:
mv: cannot move 'ipfs-src' to a subdirectory of itself, 'ipfs-src/ipfs-src'

This can be prevented by excluding that directory.
2020-09-23 12:57:46 +02:00
Luflosi 1a382e983f
ipfs: remove executable bit from systemd units
IPFS would complain with warnings like
Configuration file /nix/store/...-ipfs-0.6.0/etc/systemd/system/ipfs.service is marked executable. Please remove executable permission bits. Proceeding anyway.
2020-09-23 12:57:01 +02:00
R. RyanTM 5b1381f619 go-jira: 1.0.23 -> 1.0.24 2020-09-23 09:49:17 +00:00
Marek Mahut 3eb1f8a446
Merge pull request #98497 from r-ryantm/auto-update/datovka
datovka: 4.15.1 -> 4.15.2
2020-09-23 10:16:36 +02:00
Doron Behar 0307d0e82b
Merge pull request #98441 from vbgl/why3-1.3.3
why3: 1.3.1 -> 1.3.3
2020-09-23 10:35:57 +03:00
Lancelot SIX 29620dbaa9
skypeforlinux: 8.63.0.76 -> 8.64.0.81 2020-09-23 08:16:13 +01:00
Daniël de Kok af5b1a9f94
Merge pull request #98427 from jbedo/octopus
octopus-caller: 0.6.3 -> 0.7.0
2020-09-23 08:24:10 +02:00
Olli Helenius 4463f819b6 kismet: 2020-04-R2 -> 2020-09-R2 2020-09-22 23:19:50 -07:00
R. RyanTM 9bf3bd946d gitAndTools.gitstatus: 1.2.2 -> 1.3.0 2020-09-23 06:14:49 +00:00
Jon c7fdc43709
Merge pull request #98283 from risicle/ris-truvari-2.0.2
truvari: 1.3.4 -> 2.0.2, add new dependencies & fix build
2020-09-22 23:10:58 -07:00
Robert Scott fc709e6dfe cvc3: enable for darwin
it may be possible to get it building under clang with some work, but
switching it to gcc for now allows us to enable it
2020-09-22 23:06:45 -07:00
Robert Scott 53a8a415ac cvc3: fix build against bison 3.7
for some reason bison 3.7 output references $x_defs.h files under the name
$x.hpp. create symlinks to make this work.
2020-09-22 23:06:45 -07:00
Anderson Torres 57c553f7e8
Merge pull request #98111 from oyren/gtg
gtg: unstable-2020-08-02 -> unstable-2020-09-16
2020-09-23 02:33:12 -03:00
Austin Seipp daaa0e3350
Merge pull request #98239 from Sohalt/avy
avy: 2017.10.16 -> cav19
2020-09-22 23:19:05 -05:00
Vincent Laporte 64b68b30e9
why3: 1.3.1 -> 1.3.3 2020-09-23 03:24:02 +02:00
R. RyanTM 9be69c5cc4 fetchmail: 6.4.8 -> 6.4.12 2020-09-23 01:20:28 +00:00
Doron Behar 193b300f13
Merge pull request #98496 from graham33/fix/zoom-us_version_bump
zoom-us: 5.2.458699.0906 -> 5.3.465578.0920
2020-09-23 02:49:39 +03:00
Sascha Grunert 5c27f0dd65 podman: 2.0.6 -> 2.1.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-23 07:10:18 +10:00
R. RyanTM 7601b28462 datovka: 4.15.1 -> 4.15.2 2020-09-22 20:48:17 +00:00
Graham Bennett 4d9e297272 zoom-us: 5.2.458699.0906 -> 5.3.465578.0920 2020-09-22 21:24:35 +01:00
Michael Weiss 549da1d8e8
Merge pull request #98460 from primeos/chromium
chromium: 85.0.4183.102 -> 85.0.4183.121
2020-09-22 22:08:36 +02:00
Peter Simons 68561ccf59 obs-v4l2sink: update to latest git 'master' version 2020-09-22 21:36:46 +02:00
Doron Behar e9364d1737
Merge pull request #98442 from danieldk/weather-cleanups 2020-09-22 21:23:16 +03:00
Drew Risinger ba886f7b1a verilog: add tests
Run recommended self-tests from iverilog's CI.

Tests add about a minute to the build time on local machine
(2 -> 3 mins).
2020-09-22 13:58:15 -04:00
Drew Risinger 0d9a6e2da5 verilog: cleanup
Meta attributes were out of date or not in current style,
and some attributes of derivation were redundant.
2020-09-22 13:58:06 -04:00
Daniël de Kok e05feccc46 weather: enable on all Unix platforms 2020-09-22 19:56:48 +02:00
Daniël de Kok 53c78da3b7 weather: cleanups 2020-09-22 19:56:42 +02:00
Stefan Frijters 6dad7ddb8c maestral-qt: 1.1.0 -> 1.2.0 2020-09-22 09:17:42 -07:00
Daniël de Kok 260f03f9e6
Merge pull request #98413 from danieldk/softmaker-remove-intercept
softmaker-office: remove /bin/ls intercept
2020-09-22 17:53:05 +02:00
Doron Behar 807654ceb5
Merge pull request #98467 from romildo/upd.mpv
mpv: install mpv_identify.sh
2020-09-22 17:55:35 +03:00
Michael Weiss d1a27a5f00
chromium: 85.0.4183.102 -> 85.0.4183.121
https://chromereleases.googleblog.com/2020/09/stable-channel-update-for-desktop_21.html

This update includes 10 security fixes.

CVEs:
CVE-2020-15960 CVE-2020-15961 CVE-2020-15962 CVE-2020-15963
CVE-2020-15965 CVE-2020-15966 CVE-2020-15964
2020-09-22 13:58:22 +02:00
Marek Mahut 06b27898a4
Merge pull request #98445 from AndersonTorres/goodbye-blockchains
Removing myself from maintainers lists of blockchains
2020-09-22 12:18:29 +02:00
taku0 2460e0e6cd firefox-esr: 78.2.0esr -> 78.3.0esr 2020-09-22 15:41:43 +09:00
AndersonTorres f29f67bdb3 Removing myself from maintainers list of blockchains 2020-09-22 03:26:42 -03:00
Jörg Thalheim 658b78e9b6
Merge pull request #98418 from erincandescent/dinoarwin
Dino: Enable on macOS/Darwin
2020-09-22 07:16:17 +02:00
Daniël de Kok 271b9ac9a7 weather: reformat derivation 2020-09-22 06:50:04 +02:00
taku0 3ad81fd022 firefox-bin: 80.0.1 -> 81.0 2020-09-22 13:49:18 +09:00
taku0 0669cd9d3f firefox: 80.0.1 -> 81.0 2020-09-22 13:48:54 +09:00
Daniël de Kok 748aa38cb1
Merge pull request #98195 from zachcoyle/weather-enable-darwin
weather: enable on darwin
2020-09-22 06:48:09 +02:00
José Romildo Malaquias 1d8fae0b4d mpv: install mpv_identify.sh
It is file identification script.
It is used in mc default actions for video files.
2020-09-21 23:29:09 -03:00
Anderson Torres 1a3b6ccf66
Merge pull request #98432 from AndersonTorres/upload-luakit
luakit: 2.1 -> 2.2
2020-09-21 23:00:36 -03:00
Martin Weinelt aeab683e38
Merge pull request #98168 from gnidorah/updates
update some packages I maintain
2020-09-22 03:59:27 +02:00
Mario Rodas fc7dbbd31f
Merge pull request #97914 from bbigras/chatterino
chatterino2: 2.1.7 -> 2.2.2
2020-09-21 20:54:40 -05:00
AndersonTorres b950a85b41 luakit: 2.1 -> 2.2
Also, adding myself to maintainers list.
2020-09-21 21:28:23 -03:00
Erin 433503323e
Update pkgs/applications/networking/instant-messengers/dino/default.nix
Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>
2020-09-22 01:42:35 +02:00
Justin Bedo 4bbdb75f22
octopus-caller: 0.6.3 -> 0.7.0 2020-09-22 08:43:04 +10:00
Zach Coyle b06070c2bb
weather: enable on darwin 2020-09-21 18:13:52 -04:00
Austin Seipp 5a71d9619a
firecracker: 0.21.1 -> 0.22.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-09-21 16:54:48 -05:00
Marek Mahut 509f2c1320
Merge pull request #98417 from jonasnick/clighting-0.9.1
clightning: 0.9.0-1 -> 0.9.1
2020-09-21 23:35:48 +02:00
Maximilian Bosch 2e98177bd7
Merge pull request #98350 from 9999years/spotify-device-scale-factor
spotify: support --force-device-scale-factor for high-DPI displays
2020-09-21 23:00:58 +02:00
Jonas Nick f4cc8c18b9
clightning: 0.9.0-1 -> 0.9.1 2020-09-21 18:43:21 +00:00
Erin Shepherd 4990bd1195 Dino: Enable on macOS/Darwin
* Remove direct dependencies on some X11 libs. We still inherit them through
   Gtk+ but it's a start
 * Rename plugin files from .dylib to .so so Dino's plugin loader finds them

The experience is still somewhat janky (no app icon, macOS thinks the app is called
".dino-wrapped", and the Cocoa menu bar is nonresponsive), but beyond this things
mostly work fine
2020-09-21 20:43:11 +02:00
Daniël de Kok e883c6578c softmaker-office: remove /bin/ls intercept
This does not seem to be necessary anymore and fixes segmentation
faults on 20.03.
2020-09-21 19:56:29 +02:00
Rebecca Turner 4f03644c56 spotify: support --force-device-scale-factor
Add a Spotify wrapper with a `deviceScaleFactor` argument to set the
`--force-device-scale-factor` flag for high-DPI displays. If unset,
nothing is added.

This allows e.g.

   spotify.override { deviceScaleFactor = 1.66; }

Uses a separate wrapper derivation as suggested by @Ma27.
Uses `wrapProgram` instead of `makeWrapper` as suggested by @Ma27.
2020-09-21 13:50:19 -04:00
Daniël de Kok 79ec6d8694
Merge pull request #98390 from danieldk/freeoffice-2018.978
freeoffice: 976 -> 978
2020-09-21 18:54:20 +02:00
Doron Behar a95bf523fc
Merge pull request #97230 from schmittlauch/cawbird-v1.2
cawbird: 1.1.0 -> 1.2.1
2020-09-21 19:28:14 +03:00
Anderson Torres 4bcd1dcd2c
Merge pull request #98371 from bryanasdev000/package-velero
velero: init at 1.5.1
2020-09-21 13:19:45 -03:00
Anderson Torres 3eccc3f833
Merge pull request #98370 from bryanasdev000/package-popeye
popeye: init at 0.8.10
2020-09-21 13:15:27 -03:00
leenaars 517c975596
Sylk: 3.8.0 -> 3.8.4 (#98392) 2020-09-21 17:39:04 +02:00
Vladimír Čunát d33267c639
thunderbird.meta.maintainers: add myself
I've been keeping an eye on it anyway, and the current meta.maintainers
don't seem to be active around thunderbird.
2020-09-21 17:31:26 +02:00
Vladimír Čunát 114202e369
thunderbird-78: fix #97994: broken UI in 78.2.2 2020-09-21 17:31:26 +02:00
Bart Brouns f6c30c554f lsp-plugins: 1.1.24 -> 1.1.26 2020-09-21 17:20:28 +02:00
Bart Brouns c3d3a0019c bsequencer: 1.6.0 -> 1.8.4 2020-09-21 17:18:06 +02:00
Marek Mahut 8a5eb89b0f
Merge pull request #98384 from prusnak/slack
slack: 4.8.0 -> 4.9.1
2020-09-21 15:59:41 +02:00
Daniël de Kok ac49c2f72a freeoffice: 976 -> 978
Fixes #98385.
2020-09-21 15:21:57 +02:00
meutraa 731fd9efe3 androidStudioPackages.{dev,canary}: 4.2.0.10 -> 4.2.0.11 2020-09-21 14:28:38 +02:00
Mario Rodas 49bf89f95b
Merge pull request #97813 from GTrunSec/zeek-script
zeek: Fix zeek script coreutils and hardlinking
2020-09-21 07:27:11 -05:00
Mario Rodas b144c8f25a
Merge pull request #98271 from sternenseemann/fuzzel-1.4.2
fuzzel: 1.4.1 → 1.4.2
2020-09-21 07:24:17 -05:00
Mario Rodas fefb2ad107
Merge pull request #98348 from marsam/update-gitAndTools.git-imerge
gitAndTools.git-imerge: 1.1.0 -> 1.2.0
2020-09-21 07:07:03 -05:00
Mario Rodas 7df8809714
Merge pull request #98346 from dawidsowa/gallery-dl
gallery-dl: 1.14.5 -> 1.15.0
2020-09-21 06:28:25 -05:00
Mario Rodas 884d22f491
Merge pull request #98364 from jbedo/singularity
singularity: 3.6.2 -> 3.6.3
2020-09-21 06:27:33 -05:00
Pavol Rusnak 846acc4c8c
slack: 4.8.0 -> 4.9.1
for darwin 4.9.0 is the latest
2020-09-21 12:56:05 +02:00
Doron Behar 20bd6dd45d
Merge pull request #98204 from charvp/pr/init-bluej 2020-09-21 11:10:55 +03:00
Charlotte Van Petegem 090cc5d6ea bluej: init at 4.2.2 2020-09-21 09:31:18 +02:00
Vincent Laporte 4e155d6be9
fontmatrix: 0.6.0 → 0.6.0-qt5 (#97800)
This is an unofficial port of Fontmatrix 0.6.0 to Qt5

Co-authored-by: symphorien <symphorien@users.noreply.github.com>
2020-09-21 08:01:37 +02:00
Bryan A. S 617d5b7fca velero: remove old heptio-ark package
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-09-21 02:14:38 -03:00
Bryan A. S 142f6d8515 velero: init at 1.5.1
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-09-21 02:12:06 -03:00
Bryan A. S 8465b4849b popeye: init at 0.8.10
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-09-21 01:58:36 -03:00
Drew Risinger 85ce380564 terraform-compliance: fix build
* Disables lock of pythonPackages.ipython to allow
    building with what's in nixpkgs
2020-09-21 00:06:27 -04:00
Justin Bedo efa99abf28
singularity: 3.6.2 -> 3.6.3 2020-09-21 12:07:38 +10:00
WORLDofPEACE 595d5fdd3d
Merge pull request #84233 from colemickens/nixpkgs-firefox-pipewire
firefox: add pipewire patch for wayland users
2020-09-20 21:49:40 -04:00
Cole Mickens 31e54cdde3 firefox: enable pipewire+webrtc for wayland users 2020-09-20 21:42:39 -04:00
Jan Tojnar aeba05f2e4
Merge pull request #96951 from doronbehar/pkg/gnome-network-displays
gnome-network-displays: init at 0.90.4
2020-09-21 01:23:28 +02:00
Stig P 37ab1fe8cb
Merge pull request #97742 from tasmo/sunvox-1.9.5d
sunvox: fix hash mismatch
2020-09-20 21:59:17 +00:00
Mario Rodas 3072630c31
Merge pull request #98339 from VirtusLab/git-machete-2.15.6
gitAndTools.git-machete: 2.15.5 -> 2.15.6
2020-09-20 16:31:17 -05:00
dawidsowa 8bb5c62adc gallery-dl: 1.14.5 -> 1.15.0 2020-09-20 22:42:36 +02:00
adisbladis fa1272e956
emacsPackages.libgit: Fix build 2020-09-20 22:27:52 +02:00
Thomas Friese edd8fb3757
sunvox: fix hash mismatch 2020-09-20 21:51:47 +02:00
Travis CI 358cfe9106 gitAndTools.git-machete: 2.15.5 -> 2.15.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 @blitz @Ma27 @tfc @worldofpeace
2020-09-20 18:32:57 +00:00
Doron Behar 4d4516a04e gnome-network-displays: init at 0.90.4 2020-09-20 21:06:00 +03:00
Yves Fischer a426157210 qcad: replace qt argument
change qcad to take the individual packages instead of qt5 as argument
2020-09-20 17:24:42 +02:00
Gabriel Ebner 4e7b124f13
Merge pull request #98290 from yvesf/qcad-3.25.2.0 2020-09-20 17:04:11 +02:00
Trolli Schmittlauch 0b3ffb512c cawbird: 1.1.0 -> 1.2.1
- regular version bump to 1.2.0, then bugfix release on top
- changes: see
    - https://github.com/IBBoard/cawbird/releases/tag/v1.2.0
    - https://github.com/IBBoard/cawbird/releases/tag/v1.2.1
2020-09-20 17:03:31 +02:00
Gabriel Ebner a2bd21f1bf
Merge pull request #98314 from gebner/upgradejava 2020-09-20 16:36:52 +02:00
Yves Fischer 2f934a967c qcad: fix library browser
the drawing library of qcad uses qt's database abstract for sqlite.

Somehow the libqsqlite library file is not found in the default
location. As workaround it is copied to the qcad library directory.
2020-09-20 16:35:24 +02:00
sohalt 40722346b8 avy: 2017.10.16 -> 2019.05.01 2020-09-20 16:13:29 +02:00
Mario Rodas e5869f999f gitAndTools.git-imerge: 1.1.0 -> 1.2.0
https://github.com/mhagger/git-imerge/releases/tag/v1.2.0
2020-09-20 09:10:00 -05:00
Ryan Mulligan 4de9a13eef
Merge pull request #95973 from r-ryantm/auto-update/heimer
heimer: 1.18.0 -> 1.19.0
2020-09-20 07:01:39 -07:00
Robert Scott ecd5886830 truvari: 1.3.4 -> 2.0.2, fixing build
seeing it has no tests, use pythonImportsCheck in an attempt to detect
total breakage, even though it's not intended to be used as an importable
module
2020-09-20 12:25:17 +01:00
Robert Scott f1d2491057 bwa: include static library and some key headers in output 2020-09-20 12:23:18 +01:00
Сухарик 74d28193d3 helio-workstation: 2.2 -> 3.1 2020-09-20 13:16:35 +03:00
Gabriel Ebner e13e02f300 jedit: use latest jdk 2020-09-20 11:41:06 +02:00
Daniël de Kok 770ecb1d31
Merge pull request #98266 from joncojonathan/removeAsMaintainer
Remove joncojonathan as maintainer
2020-09-20 11:38:30 +02:00
Gabriel Ebner effd6aa53a gpsprune: use latest jdk 2020-09-20 11:25:44 +02:00
joncojonathan 609e3aa507 gramps: remove joncojonathan as maintainer 2020-09-20 11:19:26 +02:00
joncojonathan ff078a7e0f keepass: remove joncojonathan as maintainer 2020-09-20 11:19:00 +02:00
joncojonathan 328fa73819 deja-dup: remove joncojonathan as maintainer 2020-09-20 11:16:48 +02:00
Gabriel Ebner efa2089077
Merge pull request #89731 from doronbehar/jdk_rename 2020-09-20 11:07:55 +02:00
Daniël de Kok d72b08150f
Merge pull request #98296 from samuela/upkeep-bot/vscodium-1.49.1-1600550955
vscodium: 1.48.2 -> 1.49.1
2020-09-20 09:11:39 +02:00
WORLDofPEACE 670fe111f4 celluloid: 0.19 -> 0.20
https://github.com/celluloid-player/celluloid/releases/tag/v0.20
2020-09-20 00:39:58 -04:00
Ryan Burns 9d58eb47f2 docker_18_09: fix build
The cross-compilation patch introduced in
https://github.com/NixOS/nixpkgs/pull/92140
fixes an issue introduced in Docker CE 19.03,
and will not apply to (and is not needed for)
previous versions.
2020-09-19 20:29:26 -07:00
Robert Scott 4637721bc1 truvari: fix build
be less strict about versions
2020-09-19 20:25:08 -07:00
Jonathan Ringer 07dd821d95 pulseeffects: 4.8.0 -> 4.8.1 2020-09-19 19:34:47 -07:00
Robert Scott 3ebcc76c86
Merge pull request #98278 from Sohalt/sonic-lineup
sonic-lineup: 1.0.1 -> 1.1, fix build
2020-09-19 22:53:02 +01:00
upkeep-bot 0e6477d64d vscodium: 1.48.2 -> 1.49.1 2020-09-19 21:29:16 +00:00
Doron Behar 14fb04180a charles: Use jdk8 explicitly 2020-09-19 22:56:23 +03:00
Yves Fischer ea72791b9b qcad: 3.25.0.0 -> 3.25.2.0 2020-09-19 21:48:24 +02:00
upkeep-bot d34dafcd2b vscode: 1.48.2 -> 1.49.1 2020-09-19 12:28:00 -07:00
Gabriel Ebner 0f75334612 jitsi: use jdk8 2020-09-19 17:42:18 +02:00
Gabriel Ebner 67ff41201f leo3: fix executable 2020-09-19 15:05:02 +02:00
Lassulus 8779fd7ef7
Merge pull request #98262 from ju1m/fix-gitolite
gitolite: fix updating of gitweb access list and description
2020-09-19 15:00:41 +02:00
sohalt 60078b4662 sonic-lineup: 1.0.1 -> 1.1, fix build 2020-09-19 14:58:07 +02:00
Gabriel Ebner 1c576d0b37 sage: use jdk8 2020-09-19 14:22:43 +02:00
Gabriel Ebner 33bae6276d ungoogled-chromium: use jre8 2020-09-19 14:06:14 +02:00
Gabriel Ebner 705ecdc192 chromium: use jre8 2020-09-19 14:06:14 +02:00