summary refs log tree commit diff
path: root/pkgs/applications/audio/faustPhysicalModeling
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-06-07 01:28:13 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2021-07-25 10:31:24 +0200
commit8396837579e46a4342e82cf21ded097cefda3ee9 (patch)
treea36ba0aec981dcb43d6e2f67f20e6d0ca8f74dc6 /pkgs/applications/audio/faustPhysicalModeling
parent135fa1bce1bcfe44a565bf51b74a6ac89d9f4238 (diff)
downloadnixpkgs-8396837579e46a4342e82cf21ded097cefda3ee9.tar
nixpkgs-8396837579e46a4342e82cf21ded097cefda3ee9.tar.gz
nixpkgs-8396837579e46a4342e82cf21ded097cefda3ee9.tar.bz2
nixpkgs-8396837579e46a4342e82cf21ded097cefda3ee9.tar.lz
nixpkgs-8396837579e46a4342e82cf21ded097cefda3ee9.tar.xz
nixpkgs-8396837579e46a4342e82cf21ded097cefda3ee9.tar.zst
nixpkgs-8396837579e46a4342e82cf21ded097cefda3ee9.zip
faustPhysicalModeling: 2.20.2 -> 2.30.5
Diffstat (limited to 'pkgs/applications/audio/faustPhysicalModeling')
-rw-r--r--pkgs/applications/audio/faustPhysicalModeling/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/faustPhysicalModeling/default.nix b/pkgs/applications/audio/faustPhysicalModeling/default.nix
index f55cee957c7..6f827cea956 100644
--- a/pkgs/applications/audio/faustPhysicalModeling/default.nix
+++ b/pkgs/applications/audio/faustPhysicalModeling/default.nix
@@ -1,13 +1,13 @@
 { stdenv, lib, fetchFromGitHub, faust2jaqt, faust2lv2 }:
 stdenv.mkDerivation rec {
   pname = "faustPhysicalModeling";
-  version = "2.20.2";
+  version = "2.30.5";
 
   src = fetchFromGitHub {
     owner = "grame-cncm";
     repo = "faust";
     rev = version;
-    sha256 = "1mm93ba26b7q69hvabzalg30dh8pl858nj4m2bb57pznnp09lq9a";
+    sha256 = "sha256-hfpMeUhv6FC9lnPCfdWnAFCaKiteplyrS/o3Lf7cQY4=";
   };
 
   buildInputs = [ faust2jaqt faust2lv2 ];