From 06d97499a426b5ccf87461a281889e64503cc017 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 12 Mar 2025 19:15:18 +0000 Subject: [PATCH] faust: 2.77.3 -> 2.79.3 --- pkgs/applications/audio/faust/faust2.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/faust/faust2.nix b/pkgs/applications/audio/faust/faust2.nix index d142336bb4c1..f65f27f190c1 100644 --- a/pkgs/applications/audio/faust/faust2.nix +++ b/pkgs/applications/audio/faust/faust2.nix @@ -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; };