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

faustPhysicalModeling: 2.72.14 -> 2.74.6
This commit is contained in:
Thiago Kenji Okada
2024-06-23 02:40:41 +01:00
committed by GitHub
@@ -1,13 +1,13 @@
{ stdenv, lib, fetchFromGitHub, faust2jaqt, faust2lv2 }:
stdenv.mkDerivation rec {
pname = "faustPhysicalModeling";
version = "2.72.14";
version = "2.74.6";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faust";
rev = version;
sha256 = "sha256-UBMVU2oAfoAaSQXxZxV+LFq8dyb5dvy/0cCG4XywZVc=";
sha256 = "sha256-2qgw7pauDZBvEb5iySNiq2Fq+T+qw+AjVTwxaSQ9Eko=";
};
buildInputs = [ faust2jaqt faust2lv2 ];