Skip to content

Commit 0680f19

Browse files
authored
magnetophonDSP.VoiceOfFaust: 1.1.5 -> 1.1.7 (#407081)
1 parent e91b7a5 commit 0680f19

File tree

1 file changed

+7
-5
lines changed
  • pkgs/applications/audio/magnetophonDSP/VoiceOfFaust

1 file changed

+7
-5
lines changed

pkgs/applications/audio/magnetophonDSP/VoiceOfFaust/default.nix

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
}:
1212
stdenv.mkDerivation rec {
1313
pname = "VoiceOfFaust";
14-
version = "1.1.5";
14+
version = "1.1.7";
1515

1616
src = fetchFromGitHub {
1717
owner = "magnetophon";
1818
repo = "VoiceOfFaust";
19-
rev = version;
20-
sha256 = "sha256-vB8+ymvNuuovFXwOJ3BTIj5mGzCGa1+yhYs4nWMYIxU=";
19+
tag = "V${version}";
20+
sha256 = "sha256-wsc4yzytK2hPVBQwMhdhjnH1pDtpkNCFJnItyzszEs0=";
2121
};
2222

2323
plugins = [
@@ -45,15 +45,17 @@ stdenv.mkDerivation rec {
4545
];
4646

4747
patchPhase = ''
48-
sed -i "s@pd -nodac@${pitchTracker}/bin/pd -nodac@g" launchers/synthWrapper
4948
sed -i "s@jack_connect@${jack-example-tools}/bin/jack_connect@g" launchers/synthWrapper
49+
sed -i "s@pd -nodac@${pitchTracker}/bin/pd -nodac@g" launchers/pitchTracker
5050
sed -i "s@../PureData/OscSendVoc.pd@$out/bin/PureData/OscSendVoc.pd@g" launchers/pitchTracker
51+
sed -i "s@pd -nodac@${pitchTracker}/bin/pd -nodac@g" launchers/pitchTrackerGUI
52+
sed -i "s@../PureData/OscSendVoc.pd@$out/bin/PureData/OscSendVoc.pd@g" launchers/pitchTrackerGUI
5153
'';
5254

5355
meta = {
5456
description = "Turn your voice into a synthesizer";
5557
homepage = "https://github.com/magnetophon/VoiceOfFaust";
56-
license = lib.licenses.gpl3;
58+
license = lib.licenses.agpl3Only;
5759
maintainers = [ lib.maintainers.magnetophon ];
5860
};
5961
}

0 commit comments

Comments
 (0)