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";