faust2alqt: 2.85.5 -> 2.85.9 (#537334)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-02 10:18:46 +00:00
committed by GitHub
+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;
};