about summary refs log tree commit diff
path: root/pkgs/applications/audio/faustPhysicalModeling
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-03 01:58:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-03 01:58:31 +0000
commit5fff75dd828de16604378db7347371304f708a64 (patch)
tree8773286cab8a3b67d26acd3dcf23322b19aa9bc3 /pkgs/applications/audio/faustPhysicalModeling
parentce93557538db610740f40b8e95243f869f9c54dc (diff)
faustPhysicalModeling: 2.70.3 -> 2.72.14
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 75b3ae06556fb..bf9ab68f9e888 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.70.3";
+  version = "2.72.14";
 
   src = fetchFromGitHub {
     owner = "grame-cncm";
     repo = "faust";
     rev = version;
-    sha256 = "sha256-QkksliLu2TnJ1GoM91e+Qf3SlRv3T06WNU++S3qq3e0=";
+    sha256 = "sha256-UBMVU2oAfoAaSQXxZxV+LFq8dyb5dvy/0cCG4XywZVc=";
   };
 
   buildInputs = [ faust2jaqt faust2lv2 ];