summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-05 10:54:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-05 10:54:40 +0000
commitf7e3f959eaeee76855c104ec1c278de7a44a2c5a (patch)
treea2726d3083c8558b229dd323da313aeeff3454d7 /pkgs/applications
parent0906855159e6b788d5ab0e36cbb9adf8c4db3bcc (diff)
downloadnixpkgs-f7e3f959eaeee76855c104ec1c278de7a44a2c5a.tar
nixpkgs-f7e3f959eaeee76855c104ec1c278de7a44a2c5a.tar.gz
nixpkgs-f7e3f959eaeee76855c104ec1c278de7a44a2c5a.tar.bz2
nixpkgs-f7e3f959eaeee76855c104ec1c278de7a44a2c5a.tar.lz
nixpkgs-f7e3f959eaeee76855c104ec1c278de7a44a2c5a.tar.xz
nixpkgs-f7e3f959eaeee76855c104ec1c278de7a44a2c5a.tar.zst
nixpkgs-f7e3f959eaeee76855c104ec1c278de7a44a2c5a.zip
faustPhysicalModeling: 2.41.1 -> 2.50.6
Diffstat (limited to 'pkgs/applications')
-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 5fd4eb2fb7d..720bc1613b1 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.41.1";
+  version = "2.50.6";
 
   src = fetchFromGitHub {
     owner = "grame-cncm";
     repo = "faust";
     rev = version;
-    sha256 = "sha256-I5No9J7TLOf++B+lx1RfGY8LBoDAApq/EV8016wH9Hc=";
+    sha256 = "sha256-Q/vrm3WPsjkE3Xf/XEirsJPFXHNSW/Ve3Jbi/5nIrx8=";
   };
 
   buildInputs = [ faust2jaqt faust2lv2 ];