faust2alqt: 2.85.5 -> 2.85.9

This commit is contained in:
R. Ryantm
2026-07-01 08:59:42 +00:00
parent 59f622ab22
commit d2529ab565
+2 -2
View File
@@ -24,13 +24,13 @@
let
version = "2.85.5";
version = "2.85.9";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faust";
tag = version;
hash = "sha256-QKCyOiYGLh67lS0WS+LCCl/edhl/A+zccCWyWRTV1vM=";
hash = "sha256-aUIbvMShhzi0QmFwZUOodzl3BY5TGt3TdquSeZ44C2k=";
fetchSubmodules = true;
};