Patrick Hilhorst
f7e390e6d4
treewide: fix redirected urls (run 3)
...
Related:
- 9fc5e7e473
- 593e11fd94
- 508ae42a0f
Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).
Here's the new script I used:
```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
| sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Aluísio Augusto Silva Gonçalves
5fb64f9ab2
r128gain: 1.0.1 -> 1.0.3
2020-09-30 17:58:56 -03:00
Aluísio Augusto Silva Gonçalves
d742cff4bb
r128gain: add update script
2020-09-30 16:30:08 -03:00
Ryan Burns
d10d6dfa4a
projectm: fix build on darwin
2020-09-27 11:31:35 -07: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
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
Thomas Tuegel
b3ab15a057
strawberry: use libvlc
2020-09-26 05:50:25 -05:00
Thomas Tuegel
e1b7af630f
cantata: use libvlc
2020-09-26 05:50:24 -05:00
R. RyanTM
34b3008b8c
pt2-clone: 1.22 -> 1.23
2020-09-26 09:47:06 +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
Bart Brouns
29ac962023
lv2bm: git-2015-11-29 -> 1.1
2020-09-25 15:55:05 +02:00
Bart Brouns
66446f153f
geonkick: 2.3.7 -> 2.3.8
2020-09-25 15:07:58 +02:00
R. RyanTM
6deebfbbf2
giada: 0.16.3.1 -> 0.16.4
2020-09-25 07:47:13 +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
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
R. RyanTM
b18392d34f
drumkv1: 0.9.15 -> 0.9.16
2020-09-23 20:17:44 -07: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
Francesco Gazzetta
e20e2d4e74
littlegptracker: init at unstable-2019-04-14
2020-09-23 19:04:40 +02:00
R. RyanTM
5ae7f85720
jamulus: 3.5.9 -> 3.5.10
2020-09-23 16:15:50 +00: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
lunik1
c20c461967
fdkaac: 1.0.0 → 1.0.1
2020-09-23 13:42:01 +01:00
Martin Weinelt
aeab683e38
Merge pull request #98168 from gnidorah/updates
...
update some packages I maintain
2020-09-22 03:59:27 +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
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
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
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
Thomas Friese
edd8fb3757
sunvox: fix hash mismatch
2020-09-20 21:51:47 +02:00
Сухарик
74d28193d3
helio-workstation: 2.2 -> 3.1
2020-09-20 13:16:35 +03:00
Jonathan Ringer
07dd821d95
pulseeffects: 4.8.0 -> 4.8.1
2020-09-19 19:34:47 -07:00
sohalt
60078b4662
sonic-lineup: 1.0.1 -> 1.1, fix build
2020-09-19 14:58:07 +02:00
Orivej Desh
187cd50cce
mamba: 1.4 -> 1.5
2020-09-19 07:10:10 +00:00
ajs124
5096b51667
Merge pull request #98051 from lb5tr/master
...
vcv-rack: fix broken pffft reference
2020-09-18 23:59:01 +02:00
gnidorah
445f5aaee1
openmpt123: 0.5.1 -> 0.5.2
2020-09-17 13:18:38 +03:00
ajs124
5e8db8802b
transcribe: drop
2020-09-16 20:12:46 +02:00
lb5tr
e469ddc979
vcv-rack: fix broken pfft reference
2020-09-15 08:27:02 -07:00
freezeboy
6dafaa5258
jackmix, jackmix_jack1: fix build, add alsaLib dependency
2020-09-11 12:07:56 +02:00
Orivej Desh
98a3c77296
seq66: init at 0.90.5 ( #97728 )
2020-09-11 05:12:10 +00:00
Orivej Desh
4c9b89a764
mamba: 1.3 -> 1.4
2020-09-11 02:10:54 +00:00
Lassulus
173be45747
Merge pull request #93944 from ericdallo/add-midi-visualizer
...
MIDIVisualizer: init at 5.1
2020-09-10 22:08:01 +02:00
Lassulus
065b4af1c7
Merge pull request #93970 from albakham/pkg/sublime-music
...
sublime-music: 0.11.0 -> 0.11.7
2020-09-10 21:34:41 +02:00
Sohalt
18f0fdce61
picoloop: init at 0.77e ( #92269 )
2020-09-10 19:34:44 +01:00
WORLDofPEACE
a899a97eb9
Merge pull request #97464 from cole-h/cantata-perl
...
cantata: add perl for dynamic playlists
2020-09-08 19:46:30 -04:00
Cole Helbling
fca7cc57ad
cantata: add perl for dynamic playlists
...
Cantata wants to check if perl is available at runtime, but we already patch the
script shebangs, making it unnecessary to be available at runtime --
thus, patch out this check.
2020-09-08 11:03:12 -07:00
laikq
1ee68120ce
friture: 0.37 -> unstable
2020-09-07 10:49:24 -07:00
Ryan Mulligan
019aca894c
Merge pull request #97130 from r-ryantm/auto-update/ft2-clone
...
ft2-clone: 1.28 -> 1.31
2020-09-07 10:11:45 -07:00
Francesco Gazzetta
75414df39e
ft2-clone: fix some darwin dependencies
...
Still failing, but it goes further than before
2020-09-07 11:21:32 +02:00
Francesco Gazzetta
e158d19618
ft2-clone: add nixos test
2020-09-07 11:21:26 +02:00
Frederik Rietdijk
d362c0e54e
Merge master into staging-next
2020-09-06 18:14:23 +02:00
Ryan Mulligan
a70d31b11f
Merge pull request #97102 from r-ryantm/auto-update/csound
...
csound: 6.14.0 -> 6.15.0
2020-09-05 13:53:45 -07:00
Lassulus
3310df291c
Merge pull request #96952 from tasmo/bitwig-studio-3.2.7
...
bitwig-studio3: 3.2.6 -> 3.2.7
2020-09-05 21:47:04 +02:00
Robert Scott
03a6e9457b
Merge pull request #95732 from r-ryantm/auto-update/qjackctl
...
qjackctl: 0.6.2 -> 0.6.3
2020-09-05 13:04:34 +01:00
Robert Scott
a10cd24ab0
Merge pull request #96915 from juliendehos/lingot
...
lingot: add jackSupport option
2020-09-05 12:50:35 +01:00
Jan Tojnar
346dee1a96
Merge branch 'master' into staging-next
2020-09-05 00:31:19 +02:00
Orivej Desh
d35049c707
hydrogen: 0.9.7 -> 1.0.1 ( #97041 )
...
Keep 0.9.7 as hydrogen_0 because 1.0.1 does not offer smooth
transition for projects using the old default GMKit.
2020-09-04 21:56:56 +00:00
Frederik Rietdijk
af81d39b87
Merge staging-next into staging
2020-09-04 20:03:30 +02:00
R. RyanTM
982f1708ea
ft2-clone: 1.28 -> 1.31
2020-09-04 14:54:30 +00:00
R. RyanTM
d7465fcc51
csound: 6.14.0 -> 6.15.0
2020-09-04 09:55:28 +00:00
Jon
e5ec35b07d
Merge pull request #95983 from OPNA2608/update-bambootracker-0.4.4
...
bambootracker: 0.4.3 -> 0.4.4
2020-09-03 14:40:48 -07:00
Frederik Rietdijk
377242d587
Merge staging-next into staging
2020-09-03 19:21:10 +02:00
Thomas Friese
ba11f710fb
bitwig-studio3: 3.2.6 -> 3.2.7
2020-09-02 08:44:51 +02:00
Orivej Desh (NixOS)
de45bbe1b4
Merge pull request #96684 from magnetophon/LV2plugins
...
update some LV2 plugins
2020-09-02 05:12:54 +00:00
Orivej Desh
018f0862ba
surge: fix build
2020-09-02 05:09:42 +00:00
Bart Brouns
e0baa46fea
surge: 1.6.6 -> 1.7.1
2020-09-02 04:56:57 +00:00
Bart Brouns
f68e68497f
surge: init at 1.6.6
2020-09-02 04:56:57 +00:00
Orivej Desh
3db58a2f4c
tunefish: init at unstable 2020-08-13 ( #96539 )
...
Fails to build on aarch64 due to the use of x86 intrinsics.
2020-09-02 02:48:58 +00:00
Julien Dehos
5d29fd1359
lingot: add jackSupport option
2020-09-01 17:41:19 +02:00
Mario Rodas
1111bd259b
ncspot: 0.2.1 -> 0.2.2
...
https://github.com/hrkfdn/ncspot/releases/tag/v0.2.2
2020-09-01 04:20:00 +00:00
Frederik Rietdijk
e29c1e42e0
Merge staging-next into staging
2020-08-31 19:46:33 +02:00
Frederik Rietdijk
303e0bca3b
Merge pull request #96610 from romildo/rm.deepin
...
deepin: remove from nixpkgs
2020-08-31 17:58:11 +02:00
R. RyanTM
45782da7af
synthv1: 0.9.14 -> 0.9.15
2020-08-31 16:56:10 +02:00
R. RyanTM
604ba08483
fmit: 1.2.13 -> 1.2.14
2020-08-31 16:53:37 +02:00
R. RyanTM
47dec21cac
qsynth: 0.6.2 -> 0.6.3
2020-08-31 16:51:31 +02:00
Ryan Mulligan
db79e3ee10
Merge pull request #96583 from r-ryantm/auto-update/renoise
...
renoise: 3.2.1 -> 3.2.2
2020-08-31 06:22:41 -07:00
Peter Hoeg
d761d68cd3
Merge pull request #96645 from NixOS/u/puddletag
...
puddletag: 1.2.0 -> 2.0.1
2020-08-31 21:07:56 +08:00
Konrad Borowski
053910590d
audacity: update homepage URL
2020-08-31 12:27:36 +02:00
Orivej Desh
19688e1df8
sonic-visualiser: 4.0.1 -> 4.2
2020-08-31 02:57:07 +00:00
worldofpeace
6de4b96228
sonata: fixup dependencies
2020-08-30 15:57:11 -04:00
José Romildo Malaquias
b768afb2e9
deepin: remove from nixpkgs
...
The Deepin Desktop Environment (DDE) is not yet fully packaged in
nixpkgs and it has shown a very difficult task to complete, as
discussed in https://github.com/NixOS/nixpkgs/issues/94870 . The
conclusion is that it is better to completely remove it.
2020-08-30 15:27:42 -03:00
Bart Brouns
f1cfc5060d
bschaffl: 0.3 -> 1.2.0
2020-08-30 18:52:58 +02:00
Bart Brouns
b1fa496da9
bjumblr: 1.4.0 -> 1.4.2
2020-08-30 18:52:43 +02:00
Bart Brouns
168ff64d8d
bchoppr: 1.6.4 -> 1.8.0
2020-08-30 18:52:29 +02:00
Bart Brouns
7a541cf382
dragonfly-reverb: 3.1.1 -> 3.2.1
2020-08-30 18:52:14 +02:00
Bart Brouns
1795859deb
geonkick: 2.3.3 -> 2.3.7
2020-08-30 18:51:41 +02:00
Vladimír Čunát
beb63457b1
pulseaudio-dlna: avoid using an alias attribute
2020-08-30 18:00:20 +02:00
Gabriel Ebner
d4799959c3
sonata: fix gsettings schemas
2020-08-30 11:29:16 +02:00
Peter Hoeg
cfa06fbbca
puddletag: 1.2.0 -> 2.0.1
2020-08-30 07:49:32 +08:00
Jan Tojnar
136aa40a0f
Merge branch 'staging-next' into staging
2020-08-29 19:18:17 +02:00
Gabriel Ebner
6141b50dd5
Merge pull request #96555 from gebner/emscripten2
2020-08-29 15:49:21 +02:00
Gabriel Ebner
7c379ea8c9
faust2: reenable emscripten
2020-08-29 15:48:13 +02:00
Frederik Rietdijk
31643e45ec
mopidy-iris: use latest tornado
2020-08-29 14:33:52 +02:00
Frederik Rietdijk
7ff98bd03d
mopidy: use latest tornado
2020-08-29 14:33:52 +02:00
R. RyanTM
6edcca4f49
renoise: 3.2.1 -> 3.2.2
2020-08-29 06:15:19 +00:00
Mario Rodas
b334b335f4
Merge pull request #96393 from r-ryantm/auto-update/mpg123
...
mpg123: 1.26.2 -> 1.26.3
2020-08-28 22:45:23 -05:00
Frederik Rietdijk
efb45f7638
Merge master into staging-next
2020-08-28 09:54:31 +02:00
Lassulus
6daeaf26e4
Merge pull request #89960 from magnetophon/mooSpace
...
mooSpace: init at unstable-2020-06-10
2020-08-27 23:01:49 +02:00
Bart Brouns
28bbe244d7
faust: unstable-2020-08-03 -> unstable-2020-08-27
2020-08-27 21:07:44 +02:00
Bart Brouns
1ba7dd047b
faust: add missing dependencies
2020-08-27 17:08:08 +02:00
Frederik Rietdijk
13d93aabfb
Merge staging-next into staging
2020-08-27 08:37:03 +02:00
Mario Rodas
df385798de
Merge pull request #96390 from r-ryantm/auto-update/ncmpc
...
ncmpc: 0.38 -> 0.39
2020-08-26 20:30:55 -05:00
Aaron Andersen
996cc9e845
libav_all: use callPackages instead of callPackage
2020-08-26 14:27:27 -07:00
R. RyanTM
62284ce372
mpg123: 1.26.2 -> 1.26.3
2020-08-26 18:47:36 +00:00
R. RyanTM
ca26e61060
ncmpc: 0.38 -> 0.39
2020-08-26 17:53:23 +00:00
Frederik Rietdijk
081bd762e5
Merge staging-next into staging
2020-08-26 08:43:29 +02:00
Arnout Engelen
28945790d0
helm: compile with gcc9 ( #95862 )
...
To make using MESA libraries that are compiled with gcc9 work,
refs #95806
2020-08-25 20:26:10 +02:00
Peter Hoeg
7cf3cd3434
Merge pull request #95893 from NixOS/u/kapps_2008
...
kdeApplications: 20.04.3 -> 20.08.0
2020-08-25 19:41:53 +08:00
Peter Simons
6de3101690
picard: update to version 2.4.2
2020-08-25 10:05:42 +02:00
Florian Klink
40d2968ebf
Merge pull request #94354 from flokli/systemd-246
...
systemd: 245.6 -> 246
2020-08-24 12:42:24 +02:00
Peter Hoeg
ca9b0c2beb
soundkonverter: add patch for kf5 5.72+
2020-08-23 23:38:27 +08:00
Lassulus
35c967c1eb
Merge pull request #87488 from r-ryantm/auto-update/snd
...
snd: 20.2 -> 20.3
2020-08-22 20:39:29 +02:00
Jacek Generowicz
76dc375bb4
virtual-ans: init at 3.0.2c
2020-08-22 19:42:54 +02:00
Lassulus
0cb3d2667d
Merge pull request #88898 from michalrus/talentedhack
...
talentedhack: init at 1.86
2020-08-22 17:37:52 +02:00
Lassulus
c6604ff00e
Merge pull request #88899 from michalrus/vocproc
...
vocproc: init at 0.2.1
2020-08-22 17:36:10 +02:00
Daniël de Kok
f738590475
Merge pull request #95969 from r-ryantm/auto-update/ft2-clone
...
ft2-clone: 1.26 -> 1.28
2020-08-22 15:27:02 +02:00
tcbravo
559a45c128
ashuffle: init at version 3.4.0
2020-08-22 13:56:08 +02:00
Christoph Neidahl
437da6c4c8
bambootracker: 0.4.3 -> 0.4.4
2020-08-22 13:11:43 +02:00
Lassulus
f8e229a096
Merge pull request #90337 from r-ryantm/auto-update/csound
...
csound: 6.13.0 -> 6.14.0
2020-08-22 12:38:21 +02:00
R. RyanTM
624fd1fe19
ft2-clone: 1.26 -> 1.28
2020-08-22 07:48:19 +00:00
Lassulus
6979b3950c
Merge pull request #91718 from mothsART/feature/package-gspeech-with-sox
...
gSpeech: 0.9.2 -> 0.10.1
2020-08-21 16:55:55 +02:00
Lassulus
cfe47174b8
Merge pull request #91826 from r-ryantm/auto-update/parlatype
...
parlatype: 2.0 -> 2.1
2020-08-21 15:37:52 +02:00
Lassulus
16f18c37ed
Merge pull request #92167 from doronbehar/bs1770gain-ffmpeg4
...
bs1770gain: use latest ffmpeg
2020-08-20 23:12:18 +02:00
Lassulus
f99b529dd7
Merge pull request #92542 from r-ryantm/auto-update/qtractor
...
qtractor: 0.9.14 -> 0.9.15
2020-08-20 22:31:29 +02:00
Lassulus
1e579aed62
Merge pull request #92559 from r-ryantm/auto-update/reaper
...
reaper: 6.10 -> 6.12c
2020-08-20 22:22:47 +02:00
Bart Brouns
2b3d4e1c45
tamgamp.lv2: init at unstable-2020-06-10 ( #82835 )
2020-08-20 11:59:47 +00:00
Orivej Desh (NixOS)
34b40df7e3
Merge pull request #89709 from magnetophon/molot
...
molot-lite: init at unstable-2014-04-23
2020-08-20 11:58:28 +00:00
Jan Tojnar
81a3766232
pulseeffects: 4.7.3 → 4.8.0
...
https://github.com/wwmm/pulseeffects/compare/v4.7.3...v4.8.0
2020-08-19 23:27:03 +02:00
Gabriel Ebner
6cc89d8ad4
Merge pull request #95793 from peterhoeg/u/strawberry_0_7_2
...
strawberry: 0.6.13 -> 0.7.2
2020-08-19 16:45:10 +02:00
Peter Hoeg
19d9c7b99d
strawberry: 0.6.13 -> 0.7.2
2020-08-19 17:51:47 +08:00
Orivej Desh
bf838029d7
molot-lite: simplify definition
2020-08-18 20:32:35 +00:00
Bart Brouns
9841a891ef
molot-lite: init at unstable-2014-04-23
2020-08-18 19:13:09 +00:00
R. RyanTM
cecb579cf9
qjackctl: 0.6.2 -> 0.6.3
2020-08-18 05:48:32 +00:00
Bart Brouns
14ecb0336c
uhhyou.lv2: init at unstable-2020-07-31 ( #89171 )
2020-08-17 22:56:53 +00:00
Bart Brouns
9e3b2a9a59
freqtweak: init at unstable-2019-08-03 ( #82825 )
2020-08-17 22:26:17 +00:00
Bart Brouns
b2ad9bffec
kapitonov-plugins-pack: init at 1.2.1 ( #85496 )
2020-08-17 22:25:45 +00:00
Bart Brouns
9d3a841143
bchoppr: init at 1.6.4 ( #84240 )
2020-08-17 16:15:14 +00:00
Orivej Desh (NixOS)
f65704232f
Merge pull request #82442 from magnetophon/geonkick
...
geonkick: init at 2.3.3
2020-08-17 16:09:49 +00:00
Bart Brouns
cc858e7434
bslizr: 1.2.6 -> 1.2.8
2020-08-17 16:04:38 +00:00
Bart Brouns
147c1d58cf
bschaffl: init at 0.3 ( #91341 )
2020-08-17 16:01:23 +00:00
Bart Brouns
d345b010f4
gwc: init at 0.22-4 ( #88975 )
2020-08-17 16:00:10 +00:00
Orivej Desh (NixOS)
9e2c0f51f5
Merge pull request #93633 from magnetophon/faust
...
faust: unstable-2020-06-08 -> unstable-2020-08-03
2020-08-16 18:42:27 +00:00
Orivej Desh (NixOS)
c8003b550a
mamba: init at 1.3 ( #94615 )
...
* mamba: init at 1.1
* mamba: 1.1 -> 1.3
Co-authored-by: Orivej Desh <orivej@gmx.fr>
2020-08-16 18:33:12 +00:00
Bart Brouns
7a7cab9e62
sfizz: 0.3.2 -> 0.4.0
2020-08-16 13:28:41 +00:00
Ryan Mulligan
65406ee980
Merge pull request #95547 from r-ryantm/auto-update/padthv1
...
padthv1: 0.9.15 -> 0.9.16
2020-08-16 06:10:25 -07:00
Orivej Desh
ccd76df5b9
mamba: 1.1 -> 1.3
2020-08-16 09:57:46 +00:00
Bart Brouns
8a220dfe9c
mamba: init at 1.1
2020-08-16 09:30:41 +00:00
zowoq
473536e3b5
buildRustPackage: remove platform.all from packages
2020-08-16 12:48:18 +10:00
R. RyanTM
0984755ff6
padthv1: 0.9.15 -> 0.9.16
2020-08-15 16:51:35 +00:00