Skip to content

Commit

Permalink
update faust in nix-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Apr 6, 2024
1 parent 506975b commit d940262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let
"https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz");
nixpkgs = import <nixpkgs> { 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";
Expand Down

0 comments on commit d940262

Please sign in to comment.