summary refs log tree commit diff
path: root/pkgs/applications/audio/synthv1/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-10 16:36:15 +0000
committerJon <jonringer@users.noreply.github.com>2020-05-12 22:25:57 -0700
commit0dfdd7e1665bb8100fe9ee664b46710e0e6c6852 (patch)
tree125cee18c8fba4cd741a9f15ee9acea86e1d981f /pkgs/applications/audio/synthv1/default.nix
parent3355631e7efac4925fb667ea8944b6954b4d5bf2 (diff)
downloadnixpkgs-0dfdd7e1665bb8100fe9ee664b46710e0e6c6852.tar
nixpkgs-0dfdd7e1665bb8100fe9ee664b46710e0e6c6852.tar.gz
nixpkgs-0dfdd7e1665bb8100fe9ee664b46710e0e6c6852.tar.bz2
nixpkgs-0dfdd7e1665bb8100fe9ee664b46710e0e6c6852.tar.lz
nixpkgs-0dfdd7e1665bb8100fe9ee664b46710e0e6c6852.tar.xz
nixpkgs-0dfdd7e1665bb8100fe9ee664b46710e0e6c6852.tar.zst
nixpkgs-0dfdd7e1665bb8100fe9ee664b46710e0e6c6852.zip
synthv1: 0.9.13 -> 0.9.14
Diffstat (limited to 'pkgs/applications/audio/synthv1/default.nix')
-rw-r--r--pkgs/applications/audio/synthv1/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/synthv1/default.nix b/pkgs/applications/audio/synthv1/default.nix
index 6339dad7f37..c7e936d28e5 100644
--- a/pkgs/applications/audio/synthv1/default.nix
+++ b/pkgs/applications/audio/synthv1/default.nix
@@ -2,11 +2,11 @@
 
 mkDerivation rec {
   pname = "synthv1";
-  version = "0.9.13";
+  version = "0.9.14";
 
   src = fetchurl {
     url = "mirror://sourceforge/synthv1/${pname}-${version}.tar.gz";
-    sha256 = "0bb48myvgvqcibwm68qhd4852pjr2g19rasf059a799d1hzgfq3l";
+    sha256 = "08n83krkak20924flb9azhm9hn40lyfvn29m63zs3lw3wajf0b40";
   };
 
   buildInputs = [ qtbase qttools libjack2 alsaLib liblo lv2 ];