faustPhysicalModeling: 2.74.6 -> 2.75.7

This commit is contained in:
R. Ryantm 2024-09-20 15:15:53 +00:00
parent 02971f96c1
commit 811016f570

View File

@ -1,13 +1,13 @@
{ stdenv, lib, fetchFromGitHub, faust2jaqt, faust2lv2 }:
stdenv.mkDerivation rec {
pname = "faustPhysicalModeling";
version = "2.74.6";
version = "2.75.7";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faust";
rev = version;
sha256 = "sha256-2qgw7pauDZBvEb5iySNiq2Fq+T+qw+AjVTwxaSQ9Eko=";
sha256 = "sha256-j5Qg/H7aMBZ6A8gh6v6+ICxmCZ7ya2tVF2FjueVtvHo=";
};
buildInputs = [ faust2jaqt faust2lv2 ];