summary refs log tree commit diff
path: root/pkgs/applications/audio/faust/faustlive.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-01-19 01:18:25 +0000
committerGitHub <noreply@github.com>2021-01-19 01:18:25 +0000
commite8a1f18e58cc0e075de9f583ae547799b39f7489 (patch)
tree302b100cf3b232ea5fd16b04576999e6d892eaac /pkgs/applications/audio/faust/faustlive.nix
parent38553bd4923324ebd3c0d68eb53325588027bcb3 (diff)
parent726c05e5a8bda34a0bca5a12d42614be73e7439a (diff)
downloadnixpkgs-e8a1f18e58cc0e075de9f583ae547799b39f7489.tar
nixpkgs-e8a1f18e58cc0e075de9f583ae547799b39f7489.tar.gz
nixpkgs-e8a1f18e58cc0e075de9f583ae547799b39f7489.tar.bz2
nixpkgs-e8a1f18e58cc0e075de9f583ae547799b39f7489.tar.lz
nixpkgs-e8a1f18e58cc0e075de9f583ae547799b39f7489.tar.xz
nixpkgs-e8a1f18e58cc0e075de9f583ae547799b39f7489.tar.zst
nixpkgs-e8a1f18e58cc0e075de9f583ae547799b39f7489.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/audio/faust/faustlive.nix')
-rw-r--r--pkgs/applications/audio/faust/faustlive.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/faust/faustlive.nix b/pkgs/applications/audio/faust/faustlive.nix
index 852a4d68e6a..20afb6fd761 100644
--- a/pkgs/applications/audio/faust/faustlive.nix
+++ b/pkgs/applications/audio/faust/faustlive.nix
@@ -5,12 +5,12 @@
 
 stdenv.mkDerivation rec {
   pname = "faustlive";
-  version = "2.5.4";
+  version = "unstable-dev-2020-08-03";
   src = fetchFromGitHub {
     owner = "grame-cncm";
     repo = "faustlive";
-    rev = version;
-    sha256 = "0npn8fvq8iafyamq4wrj1k1bmk4xd0my2sp3gi5jdjfx6hc1sm3n";
+    rev = "c16565dc1b616ac0aad7c303c1997fa9e57177ab";
+    sha256 = "1ys661lp1xwz21vy12kwkg248jvjq1z9w433knkh0ldyy2igvmd5";
     fetchSubmodules = true;
   };