about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2016-02-06 23:54:11 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2016-02-06 23:54:11 +0300
commit36242a14a25bc025642073bb444494aa1f1c1284 (patch)
treea9a23fcedf8a75087cbd44e6f74eead29c810e76
parent3c5fca9618241334f40bfd2199cdfabb4fad55ec (diff)
parentf357b6eb2b2c7cbc8bff909f2887d8fc71ff9dec (diff)
downloadnixlib-36242a14a25bc025642073bb444494aa1f1c1284.tar
nixlib-36242a14a25bc025642073bb444494aa1f1c1284.tar.gz
nixlib-36242a14a25bc025642073bb444494aa1f1c1284.tar.bz2
nixlib-36242a14a25bc025642073bb444494aa1f1c1284.tar.lz
nixlib-36242a14a25bc025642073bb444494aa1f1c1284.tar.xz
nixlib-36242a14a25bc025642073bb444494aa1f1c1284.tar.zst
nixlib-36242a14a25bc025642073bb444494aa1f1c1284.zip
Merge pull request #12843 from magnetophon/master-faust1-0.9.73
faust: update faust1, rename default.nix->faust2.nix
-rw-r--r--pkgs/applications/audio/faust/faust1.nix11
-rw-r--r--pkgs/applications/audio/faust/faust2.nix (renamed from pkgs/applications/audio/faust/default.nix)0
-rw-r--r--pkgs/top-level/all-packages.nix4
3 files changed, 7 insertions, 8 deletions
diff --git a/pkgs/applications/audio/faust/faust1.nix b/pkgs/applications/audio/faust/faust1.nix
index 722c762b7b44..4e03b26c036c 100644
--- a/pkgs/applications/audio/faust/faust1.nix
+++ b/pkgs/applications/audio/faust/faust1.nix
@@ -1,6 +1,6 @@
 { stdenv
 , coreutils
-, fetchgit
+, fetchurl
 , makeWrapper
 , pkgconfig
 }:
@@ -9,12 +9,11 @@ with stdenv.lib.strings;
 
 let
 
-  version = "8-1-2015";
+  version = "0.9.73";
 
-  src = fetchgit {
-    url = git://git.code.sf.net/p/faudiostream/code;
-    rev = "4db76fdc02b6aec8d15a5af77fcd5283abe963ce";
-    sha256 = "f1ac92092ee173e4bcf6b2cb1ac385a7c390fb362a578a403b2b6edd5dc7d5d0";
+  src = fetchurl {
+    url = "http://downloads.sourceforge.net/project/faudiostream/faust-${version}.tgz";
+    sha256 = "0x2scxkwvvjx7b7smj5xb8kr269qakf49z3fxpasd9g7025q44k5";
   };
 
   meta = with stdenv.lib; {
diff --git a/pkgs/applications/audio/faust/default.nix b/pkgs/applications/audio/faust/faust2.nix
index 91e9fb66659e..91e9fb66659e 100644
--- a/pkgs/applications/audio/faust/default.nix
+++ b/pkgs/applications/audio/faust/faust2.nix
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index da89ca73a5f5..b00936506435 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -14112,7 +14112,7 @@ let
   anki = callPackage ../games/anki { };
 
   armagetronad = callPackage ../games/armagetronad { };
-  
+
   arx-libertatis = callPackage ../games/arx-libertatis { };
 
   asc = callPackage ../games/asc {
@@ -15469,7 +15469,7 @@ let
 
   faust1 = callPackage ../applications/audio/faust/faust1.nix { };
 
-  faust2 = callPackage ../applications/audio/faust { };
+  faust2 = callPackage ../applications/audio/faust/faust2.nix { };
 
   faust2alqt = callPackage ../applications/audio/faust/faust2alqt.nix { };