Merge pull request #194576 from r-ryantm/auto-update/faustPhysicalModeling

faustPhysicalModeling: 2.41.1 -> 2.50.6
This commit is contained in:
Christian Kögler 2022-10-14 22:40:25 +02:00 committed by GitHub
commit f81fa1814d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];