mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
synthv1: 0.9.12 -> 0.9.13
This commit is contained in:
parent
ac5ac65dbe
commit
10e9320ddf
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "synthv1";
|
pname = "synthv1";
|
||||||
version = "0.9.12";
|
version = "0.9.13";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/synthv1/${pname}-${version}.tar.gz";
|
url = "mirror://sourceforge/synthv1/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1amxrl1cqwgncw5437r572frgf6xhss3cfpbgh178i8phlq1q731";
|
sha256 = "0bb48myvgvqcibwm68qhd4852pjr2g19rasf059a799d1hzgfq3l";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qtbase qttools libjack2 alsaLib liblo lv2 ];
|
buildInputs = [ qtbase qttools libjack2 alsaLib liblo lv2 ];
|
||||||
|
@ -15,7 +15,7 @@ mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An old-school 4-oscillator subtractive polyphonic synthesizer with stereo fx";
|
description = "An old-school 4-oscillator subtractive polyphonic synthesizer with stereo fx";
|
||||||
homepage = https://synthv1.sourceforge.io/;
|
homepage = "https://synthv1.sourceforge.io/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.goibhniu ];
|
maintainers = [ maintainers.goibhniu ];
|
||||||
|
|
Loading…
Reference in a new issue