faust: 2.77.3 -> 2.79.3

This commit is contained in:
R. Ryantm
2025-03-12 19:15:18 +00:00
parent a76c90c333
commit 06d97499a4
+2 -2
View File
@@ -25,13 +25,13 @@ with lib.strings;
let
version = "2.77.3";
version = "2.79.3";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faust";
rev = version;
hash = "sha256-C2EOd85idiSKKnWYcfoUFMuCQHB36d3CkrYVNNYmotw=";
hash = "sha256-Rn+Cjpk4vttxARrkDSnpKdBdSRtgElsit8zu1BA8Jd4=";
fetchSubmodules = true;
};