From d940262b9764813880e5652cd52f523a214cdbc3 Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Sat, 6 Apr 2024 14:29:17 +0200 Subject: [PATCH] update faust in nix-shell --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index f0f8684..c2ca5d5 100644 --- a/shell.nix +++ b/shell.nix @@ -3,7 +3,7 @@ let "https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz"); nixpkgs = import { overlays = [ moz_overlay ]; }; faust = nixpkgs.faust.overrideAttrs (old: { - version = "2.72.14-unstable"; + version = "2.72.15"; src = nixpkgs.fetchFromGitHub { owner = "grame-cncm"; repo = "faust";