Commit Graph

3776 Commits

Author SHA1 Message Date
Maximilian Bosch
8aad6fbabb
gnaural: remove
Marked as broken for >2 years, doesn't build with recent gcc.
2020-01-28 20:11:01 +01:00
Maximilian Bosch
6b0cd9ad47
Merge branch 'staging' into glibc230
Conflicts:
	pkgs/applications/misc/vit/default.nix
2020-01-28 14:54:51 +01:00
Anders Lundstedt
c0ed884be6 spotifyd: 0.2.23 -> 0.2.24 2020-01-27 21:28:49 +01:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
R. RyanTM
14e24dd062 ncmpc: 0.36 -> 0.37 2020-01-27 11:06:24 +00:00
Peter Hoeg
99243ec970
Merge pull request #78531 from r-ryantm/auto-update/strawberry
strawberry: 0.6.7 -> 0.6.8
2020-01-27 14:01:17 +08:00
R. RyanTM
daf94bb3b0 strawberry: 0.6.7 -> 0.6.8 2020-01-26 11:54:02 +00:00
R. RyanTM
c6854712df gpodder: 3.10.11 -> 3.10.12 2020-01-26 05:25:30 +00:00
Mario Rodas
5953273cb7
Merge pull request #78173 from r-ryantm/auto-update/guitarix
guitarix: 0.38.1 -> 0.39.0
2020-01-24 18:34:08 -05:00
Bart Brouns
dbbbdfd3c2 sfizz: init at unstable-2020-01-24 2020-01-24 13:02:21 -08:00
Maximilian Bosch
eddfcc32b4
Merge branch 'staging' into glibc230 2020-01-23 11:31:13 +01:00
Mario Rodas
166ac309e7
spotify-tui: 0.11.0 -> 0.12.0
Changelog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.12.0
2020-01-23 05:30:00 -05:00
R. RyanTM
d1ba7dae91 qmmp: 1.3.5 -> 1.3.6 2020-01-23 07:04:43 +01:00
Maximilian Bosch
1200d06f82
distrho: fix build w/glibc-2.30 2020-01-23 00:21:22 +01:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Matthias Wimmer
8f30944b89 rosegarden: 19.06 -> 19.12
New upstream release
2020-01-22 00:41:22 -08:00
Bart Brouns
376d7878c2 string-machine: init at unstable-2020-01-20 2020-01-22 00:39:57 -08:00
Ingolf Wagner
e9ad60904c
bitwig-studio3: 3.1.1 -> 3.1.2 2020-01-22 18:19:58 +13:00
R. RyanTM
6d0b9e25c2 guitarix: 0.38.1 -> 0.39.0 2020-01-21 15:27:56 +00:00
Ryan Mulligan
00787c3f04
Merge pull request #78067 from r-ryantm/auto-update/BShapr
bshapr: 0.6 -> 0.7
2020-01-20 18:44:50 -08:00
Jake Stanger
ef7fc3f71b
rofi-mpd: 2.0.0 -> 2.0.1 2020-01-20 18:22:12 +00:00
Bart Brouns
267c5332e7 jalv: 1.6.2 -> 1.6.4 2020-01-20 17:54:42 +01:00
Bart Brouns
a6ecbc4443 ingen: unstable-2017-07-22 unstable-2019-12-09 2020-01-20 16:22:48 +01:00
Jake Stanger
865b4620ed rofi-mpd: 1.1.0 -> 2.0.0 2020-01-20 16:02:50 +01:00
R. RyanTM
e74dac0ae3 bshapr: 0.6 -> 0.7 2020-01-20 02:48:50 +00:00
worldofpeace
252e3a4375
Merge pull request #78026 from mawis/alsa-rosegarden
rosegarden: add alsaLib as a dependency
2020-01-19 16:12:12 -05:00
Mario Rodas
536fb1e1af
Merge pull request #77966 from magnetophon/distrho
distrho: 2018-04-16 -> unstable-2019-10-09
2020-01-19 13:31:15 -05:00
Bart Brouns
0977ca4c2d noise-repellent: unstable-2018-12-29 -> 0.1.5 2020-01-19 17:56:02 +01:00
Bart Brouns
b7be10eead distrho: 2018-04-16 -> unstable-2019-10-09 2020-01-19 17:46:33 +01:00
Matthias Wimmer
ebb3fa0f7c
rosegarden: add alsaLib as a dependency
Without ALSA rosegarden will be built without MIDI support.

Fixes #77988
2020-01-19 14:39:40 +01:00
Jason Heard
00a8de028e quodlibet: improve formatting and add comments 2020-01-18 10:35:11 -07:00
Jason Heard
a185bb2583 quodlibet: exclude test
- Excluded test_operon.py as it fails on ArchLinux for @sauyon.
2020-01-17 16:33:37 -07:00
Jason Heard
b2a7d4739e quodlibet: fix tests
- Add XDG_ICONS_DIRS to XDG_DATA_DIRS so tests can see icons.
- Skip quality tests and remove their dependencies.
- Add gdk-pixbuf to checkInputs to fix a test that uses SVGs.
2020-01-16 10:16:58 -07:00
Ryan Mulligan
3f0cc09ce9
Merge pull request #77730 from r-ryantm/auto-update/BSlizr
bslizr: 1.2.2 -> 1.2.4
2020-01-15 21:07:21 -08:00
Mario Rodas
d0fceb4995
Merge pull request #77764 from r-ryantm/auto-update/giada
giada: 0.16.0 -> 0.16.1
2020-01-15 19:50:52 -05:00
R. RyanTM
6c545cf46a giada: 0.16.0 -> 0.16.1 2020-01-15 13:43:16 +00:00
R. RyanTM
0fbdeb9f18 ecasound: 2.9.2 -> 2.9.3 2020-01-15 12:25:39 +00:00
R. RyanTM
a9f7218928 bslizr: 1.2.2 -> 1.2.4 2020-01-15 07:05:08 +00:00
Frederik Rietdijk
05962c4ad5 Merge master into staging-next 2020-01-14 10:20:32 +01:00
Jan Tojnar
078f33b33b
Merge pull request #73548 from Flakebi/style
pavucontrol, waybar: Use system style
2020-01-14 05:31:30 +01:00
Flakebi
475e516e2a
pavucontrol: Use system style 2020-01-13 22:43:37 +01:00
Anders Lundstedt
a6d5765dc1 spotifyd: 0.2.20 -> 0.2.23 2020-01-13 21:02:46 +01:00
Frederik Rietdijk
960f062825 Merge master into staging-next 2020-01-12 09:47:19 +01:00
Niklas Hambüchen
c48562abf4
Merge pull request #77232 from r-ryantm/auto-update/qtractor
qtractor: 0.9.11 -> 0.9.12
2020-01-12 04:25:09 +01:00
Will Dietz
977ce750b8 qmidinet: fix by using qt's mkDerivation 2020-01-12 00:08:09 +01:00
Frederik Rietdijk
348eaa280b Merge master into staging-next 2020-01-10 18:32:07 +01:00
Dmitry Kalinkin
f1d3df98d7
Merge pull request #76592 from snglth/master
flacon: improvements
2020-01-10 11:33:05 -05:00
Frederik Rietdijk
5ad16cb27f Merge master into staging-next 2020-01-10 10:34:04 +01:00
markuskowa
f2997ea03a
Merge pull request #77132 from r-ryantm/auto-update/kid3
kid3: 3.8.0 -> 3.8.1
2020-01-09 21:36:55 +01:00
R. RyanTM
80f1d9a7f2 qmidinet: 0.6.0 -> 0.6.1 (#76398) 2020-01-09 14:03:39 +01:00
R. RyanTM
856de672b6 qsynth: 0.6.0 -> 0.6.1 (#76380) 2020-01-09 14:03:05 +01:00
Mario Rodas
554e020002
Merge pull request #76418 from r-ryantm/auto-update/setbfree
setbfree: 0.8.10 -> 0.8.11
2020-01-09 05:44:38 -05:00
Vladimír Čunát
5c780036c5
Merge branch 'master' into staging-next
The nss rebuild isn't so small.
2020-01-08 22:48:13 +01:00
Peter Hoeg
3c3c633fac
Merge pull request #76250 from r-ryantm/auto-update/elisa
elisa: 0.4.2 -> 19.12.0
2020-01-08 17:46:01 +08:00
Vladyslav M
67f0c0b7ca
qjackctl: 0.6.0 -> 0.6.1 (#76390)
qjackctl: 0.6.0 -> 0.6.1
2020-01-07 23:44:26 +02:00
Maximilian Bosch
e2d850f8d8
Merge pull request #77191 from r-ryantm/auto-update/pulseeffects
pulseeffects: 4.6.9 -> 4.7.0
2020-01-07 20:54:25 +01:00
Frederik Rietdijk
a823616723 Merge master into staging-next 2020-01-07 20:06:22 +01:00
R. RyanTM
b3feafd95a qtractor: 0.9.11 -> 0.9.12 2020-01-07 06:02:42 -08:00
markuskowa
7de7b51741
Merge pull request #77173 from r-ryantm/auto-update/openmpt123
openmpt123: 0.4.10 -> 0.4.11
2020-01-07 09:36:13 +01:00
R. RyanTM
fea295150e pulseeffects: 4.6.9 -> 4.7.0 2020-01-06 23:50:17 -08:00
R. RyanTM
74b913a9e8 openmpt123: 0.4.10 -> 0.4.11 2020-01-06 20:26:32 -08:00
Anders Kaseorg
1bcb6fb027 muse: Use wrapQtAppsHook.
Fixes this error:

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

Aborted (core dumped)

Also, remove the unnecessary build input `gitFull`, and enable
parallel building.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-06 18:16:29 -08:00
R. RyanTM
2f34993173 kid3: 3.8.0 -> 3.8.1 2020-01-06 13:03:27 -08:00
Mario Rodas
f81a6f98e6
Merge pull request #76431 from r-ryantm/auto-update/timemachine
timemachine: 0.3.3 -> 0.3.4
2020-01-06 08:03:25 -05:00
Frederik Rietdijk
8fff915659
Merge pull request #76488 from jtojnar/more-python-cleanups
Another batch of Python 2 clean-ups
2020-01-06 12:00:36 +01:00
Alyssa Ross
dfc27a8430 airwave: mark VST SDK as unfree
Airwave itself is free software, but the VST SDK it depends on is not.
This means that trying to build airwave fails with an error about
manually adding VST SDK to the store, rather than the expected error
that non-free software has been requested.
2020-01-03 15:58:13 +00:00
Frederik Rietdijk
7aa2b0215b Merge master into staging-next 2020-01-03 10:25:14 +01:00
Mario Rodas
d3cd40ac86
Merge pull request #76477 from r-ryantm/auto-update/yoshimi
yoshimi: 1.6.0.3 -> 1.6.1
2020-01-03 03:35:28 -05:00
Frederik Rietdijk
f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Maximilian Bosch
7440483138
Merge pull request #76397 from r-ryantm/auto-update/qsampler
qsampler: 0.6.0 -> 0.6.1
2020-01-02 19:38:10 +01:00
Anders Kaseorg
84c81a4929 rosegarden: Use wrapQtAppsHook (#76799)
Fixes this startup failure:

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

Aborted (core dumped)

Fixes #76639.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-01 18:55:30 -05:00
Bernard Fortz
3fb22f785a bitwig studio 3.0.3 -> 3.1.1 2020-01-02 00:03:02 +01:00
Robin Gloster
6ca6ac796b
treewide: configureFlags is a flat list 2019-12-31 01:37:49 +01:00
Robin Gloster
006242fd5a
treewide: fix types for mkDerivation params 2019-12-31 01:23:19 +01:00
Robin Gloster
760e23136a
treewide: *inputs are lists 2019-12-31 01:09:25 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Robin Gloster
f9f46dc327
treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
Robin Gloster
ab0cfd9e03
treewide: NIX_*_COMPILE -> string 2019-12-31 00:10:18 +01:00
Frederik Rietdijk
6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Illia Shestakov
07d0acfe45
flacon: change maintainer to snglth 2019-12-30 15:32:17 +02:00
Illia Shestakov
345b192273
flacon: improvements
1. Use libsForQt5.callPackage instead of raw callPackage` (this adds
ability to import qtbase and qttools directly instead of importing whole
qt5)
2. Include wrapQtAppsHook in nativeBuildInputs

The major point of this changes is to provide support for running
support flacon under wayland session, but it may help in some other use
cases

Closes #76588
2019-12-30 15:31:55 +02:00
Robin Gloster
65395a7105
treewide: installTargets is a list 2019-12-30 13:29:27 +01:00
Robin Gloster
2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster
43e91d6f07
pianobar: *Flags are lists 2019-12-30 11:44:38 +01:00
Robin Gloster
ac8eaa8507
treewide: fix *Flags 2019-12-30 04:50:37 +01:00
Jan Tojnar
6dcf1a31ae
cadence: Do not use DESTDIR
https://github.com/NixOS/nixpkgs/issues/65718
2019-12-29 21:05:34 +01:00
Jan Tojnar
1fd1737dbd
mda_lv2: drop python dep
It does not appear to be actually necessary – wafHook will add it.
2019-12-29 11:21:08 +01:00
R. RyanTM
ff88885fe7 renoise: 3.2.0 -> 3.2.1 2019-12-28 20:36:08 +01:00
Alberto Berti
562facfb81 squeezelite: Fix codec libraries loading by using a wrapper
Fix args declaration
2019-12-27 22:39:17 +01:00
Nathan
b0caf68bff
maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
Maximilian Bosch
9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
Ryan Mulligan
b0dc536be8
Merge pull request #76450 from r-ryantm/auto-update/x42-plugins
x42-plugins: 20191013 -> 20191215
2019-12-25 05:38:02 -08:00
Jan Tojnar
4a91fe49e4
Merge pull request #76317 from magnetophon/lsp-plugins
lsp-plugins: 1.1.10 -> 1.1.13
2019-12-25 03:04:43 +01:00
R. RyanTM
683feaa515 yoshimi: 1.6.0.3 -> 1.6.1 2019-12-24 16:46:20 -08:00
R. RyanTM
5c6b22051c x42-plugins: 20191013 -> 20191215 2019-12-24 13:05:00 -08:00
Bart Brouns
5aa18d71ff lsp-plugins: 1.1.10 -> 1.1.13 2019-12-24 21:10:09 +01:00
R. RyanTM
6865ae616c timemachine: 0.3.3 -> 0.3.4 2019-12-24 10:37:16 -08:00
Ryan Mulligan
f50b82df39
Merge pull request #76351 from r-ryantm/auto-update/openmpt123
openmpt123: 0.4.9 -> 0.4.10
2019-12-24 10:02:16 -08:00
R. RyanTM
bd48cf5708 setbfree: 0.8.10 -> 0.8.11 2019-12-24 08:26:01 -08:00
Ryan Mulligan
eb4149f8c4
Merge pull request #76339 from r-ryantm/auto-update/mixxx
mixxx: 2.2.2 -> 2.2.3
2019-12-24 06:04:03 -08:00
R. RyanTM
6701487f01 qsampler: 0.6.0 -> 0.6.1 2019-12-24 05:11:48 -08:00
R. RyanTM
8e3d1750f8 qmmp: 1.3.4 -> 1.3.5 2019-12-24 13:56:31 +01:00
R. RyanTM
3c71b70c46 qjackctl: 0.6.0 -> 0.6.1 2019-12-24 04:08:44 -08:00
R. RyanTM
280da2cdee openmpt123: 0.4.9 -> 0.4.10 2019-12-23 19:55:22 -08:00
R. RyanTM
a9d1209f1d mixxx: 2.2.2 -> 2.2.3 2019-12-23 17:26:15 -08:00
Mario Rodas
8c9301745b
spotify-tui: 0.10.0 -> 0.11.0
Changelog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.11.0
2019-12-23 07:40:00 -05:00
R. RyanTM
a90f5b50cd elisa: 0.4.2 -> 19.12.0 2019-12-23 03:23:30 -08:00
worldofpeace
2dd7d4dd44 treewide: pantheon updateScript 2019-12-22 18:20:55 -05:00
Mario Rodas
41fed73b89
Merge pull request #75712 from Tomahna/mopidy-iris
mopidy-iris: 3.42.2 -> 3.43.0
2019-12-18 18:05:52 -05:00
worldofpeace
6ea98c1329
Merge pull request #75555 from worldofpeace/libgpod-python2-byehun
libgpod: drop pygobject2
2019-12-17 01:47:24 -05:00
Emily
ea0b2370fa whipper: 0.9.0 -> 0.9.1.dev7+g9e95f06 2019-12-16 17:11:18 +01:00
Jean-Philippe Braun
90cd659c56 sonata: fix runtime error 2019-12-16 16:48:40 +01:00
Kevin Rauscher
73d577b0fd mopidy-iris: 3.42.2 -> 3.43.0 2019-12-15 21:16:17 +01:00
worldofpeace
be13df6c76
Merge pull request #75465 from worldofpeace/gnome-args
doc/gnome: update wrapper args example, remove proliferated uses
2019-12-15 00:13:17 -05:00
worldofpeace
abe3475df8 treewide: remove bash snippets in flags
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-12-15 00:10:41 -05:00
Maximilian Bosch
7e77cea721
Merge pull request #75635 from emilazy/whipper-0.9.0
whipper: update to 0.9.0
2019-12-14 04:42:08 +01:00
Emily
85dce63fa9 whipper: 0.7.3 -> 0.9.0 2019-12-14 03:21:44 +00:00
Timothée Haudebourg
6005fb02fc renoise: 3.1.0 -> 3.2.0 2019-12-13 21:23:27 +01:00
worldofpeace
d206f31908 gpodder: drop ipod support
Upstream claims it doesn't work https://github.com/gpodder/gpodder/issues/706.
2019-12-12 07:10:10 -05:00
Ryan Mulligan
165dca726a
Merge pull request #75198 from r-ryantm/auto-update/BShapr
bshapr: 0.4 -> 0.6
2019-12-11 06:23:16 -08:00
Ryan Mulligan
cb208b7f34
Merge pull request #75276 from r-ryantm/auto-update/mma
MMA: 16.06 -> 19.08
2019-12-11 06:23:00 -08:00
Jan Tojnar
18a3fd064b
Merge pull request #75315 from r-ryantm/auto-update/pulseeffects
pulseeffects: 4.6.8 -> 4.6.9
2019-12-10 03:38:23 +01:00
R. RyanTM
060405f8db pulseeffects: 4.6.8 -> 4.6.9 2019-12-08 16:21:53 -08:00
c0bw3b
69b393ace5 Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
R. RyanTM
5d6fc51ca5 MMA: 16.06 -> 19.08 2019-12-08 09:59:01 -08:00
Ryan Mulligan
d0f7a4139a
Merge pull request #75229 from r-ryantm/auto-update/giada
giada: 0.15.4 -> 0.16.0
2019-12-08 05:56:11 -08:00
Mario Rodas
24c5edd418
Merge pull request #75213 from r-ryantm/auto-update/espeak-ng
espeak: 1.49.2 -> 1.50
2019-12-08 06:07:04 -05:00
mlatus
c5ca589cc8 cherry pick
modify all-packages.nix
2019-12-08 11:17:32 +01:00
R. RyanTM
4d3bd87278 giada: 0.15.4 -> 0.16.0 2019-12-08 01:25:59 -08:00
R. RyanTM
4fb4771a4a espeak: 1.49.2 -> 1.50 2019-12-07 22:09:21 -08:00
R. RyanTM
d0ab84c8a8 cadence: 0.9.0 -> 0.9.1 2019-12-07 19:13:27 -08:00
R. RyanTM
916968c195 bshapr: 0.4 -> 0.6 2019-12-07 18:34:10 -08:00
Mateusz Kowalczyk
1451a52a38 Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
worldofpeace
d2b71c643a lollypop: 1.2.5 -> 1.2.16 2019-12-02 20:33:25 -05:00
R. RyanTM
1d708716e3 snd: 19.8 -> 19.9 2019-12-01 20:27:22 +01:00
R. RyanTM
194432c416 mda_lv2: 1.2.2 -> 1.2.4 2019-12-01 18:48:54 +01:00
R. RyanTM
2db557ef3d qtractor: 0.9.10 -> 0.9.11 2019-12-01 18:39:33 +01:00
Lancelot SIX
a0c0489a0b
Merge pull request #74709 from r-ryantm/auto-update/yoshimi
yoshimi: 1.6.0.2 -> 1.6.0.3
2019-12-01 17:37:44 +01:00
Peter Hoeg
d59bdd3c3e
Merge pull request #74735 from lsix/strawberry-0.6.7
strawberry: 0.6.6 -> 0.6.7
2019-12-01 10:39:40 +08:00
Frederik Rietdijk
f99271be7c
Merge pull request #74023 from NixOS/staging-next
Staging next
2019-11-30 21:12:27 +01:00
Mario Rodas
bc7734d533
Merge pull request #74739 from jwijenbergh/upgrade-spotify-tui
spotify-tui: 0.9.0 -> 0.10.0
2019-11-30 14:07:44 -05:00
Jan Tojnar
a69ad18da9
Merge branch 'master' into staging-next 2019-11-30 19:44:51 +01:00
Jeroen Wijenbergh
dafee5259d spotify-tui: 0.9.0 -> 0.10.0 2019-11-30 19:39:14 +01:00
R. RyanTM
14108651f3 reaper: 5.984 -> 5.987 (#74630) 2019-11-30 15:52:02 +01:00
Lancelot SIX
adc9ccdc11
strawberry: 0.6.6 -> 0.6.7 2019-11-30 14:33:31 +01:00
Mario Rodas
5d2d5d3a9e
Merge pull request #74596 from magnetophon/helm
helm: fix build
2019-11-30 03:49:39 -05:00
Frederik Rietdijk
d14baf7747 Merge master into staging-next 2019-11-30 08:57:28 +01:00