about summary refs log tree commit diff
path: root/pkgs/applications/audio/faust/faust2.nix
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2018-03-13 19:43:16 +0100
committerBart Brouns <bart@magnetophon.nl>2018-03-13 19:47:14 +0100
commit9c7e9ef023e7747c79b40dab52b676e927820084 (patch)
treedcca59ba216d1efe36b377f61ff08e86bdc18c85 /pkgs/applications/audio/faust/faust2.nix
parent50fdcd414edf4a40e12f91ce4f8a1b73d45eb215 (diff)
downloadnixlib-9c7e9ef023e7747c79b40dab52b676e927820084.tar
nixlib-9c7e9ef023e7747c79b40dab52b676e927820084.tar.gz
nixlib-9c7e9ef023e7747c79b40dab52b676e927820084.tar.bz2
nixlib-9c7e9ef023e7747c79b40dab52b676e927820084.tar.lz
nixlib-9c7e9ef023e7747c79b40dab52b676e927820084.tar.xz
nixlib-9c7e9ef023e7747c79b40dab52b676e927820084.tar.zst
nixlib-9c7e9ef023e7747c79b40dab52b676e927820084.zip
faust: 2.5.21 -> 2.5.23
Diffstat (limited to 'pkgs/applications/audio/faust/faust2.nix')
-rw-r--r--pkgs/applications/audio/faust/faust2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/faust/faust2.nix b/pkgs/applications/audio/faust/faust2.nix
index 877bd26a5c1b..f0564f37d6b1 100644
--- a/pkgs/applications/audio/faust/faust2.nix
+++ b/pkgs/applications/audio/faust/faust2.nix
@@ -16,13 +16,13 @@ with stdenv.lib.strings;
 
 let
 
-  version = "2.5.21";
+  version = "2.5.23";
 
   src = fetchFromGitHub {
     owner = "grame-cncm";
     repo = "faust";
     rev = "${version}";
-    sha256 = "1kfrcfhpzkpjxsrvgwmc2valgwfb4b7gfwwnlnjq6f6dp56yflpz";
+    sha256 = "1pci8ac6sqrm3mb3yikmmr3iy35g3nj4iihazif1amqkbdz719rc";
     fetchSubmodules = true;
   };