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

faustPhysicalModeling: 2.59.6 -> 2.60.3
This commit is contained in:
Weijia Wang 2023-06-26 07:45:29 +02:00 committed by GitHub
commit 02f3d10d02
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.59.6";
version = "2.60.3";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faust";
rev = version;
sha256 = "sha256-Z/hAq6JlhlWBzWlodwQW/k9AkozVeMXmbVhkicNZ5os=";
sha256 = "sha256-kaKDZKs/UsrqYlGmGgpSRcqN7FypxLCcIF72klovD4k=";
};
buildInputs = [ faust2jaqt faust2lv2 ];