summary refs log tree commit diff
path: root/pkgs/applications/audio/opus-tools
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-03-20 20:28:26 +0100
committerLluís Batlle i Rossell <viric@viric.name>2013-03-20 20:28:39 +0100
commit0d23e5458820bf906b06a6eb7f571c4ca959b5f2 (patch)
tree9b0e4d58da8daf59a78249c1b1740ef7dd0d9070 /pkgs/applications/audio/opus-tools
parentcd370052b8d44fbd1e038436de885bff98e13d1e (diff)
downloadnixpkgs-0d23e5458820bf906b06a6eb7f571c4ca959b5f2.tar
nixpkgs-0d23e5458820bf906b06a6eb7f571c4ca959b5f2.tar.gz
nixpkgs-0d23e5458820bf906b06a6eb7f571c4ca959b5f2.tar.bz2
nixpkgs-0d23e5458820bf906b06a6eb7f571c4ca959b5f2.tar.lz
nixpkgs-0d23e5458820bf906b06a6eb7f571c4ca959b5f2.tar.xz
nixpkgs-0d23e5458820bf906b06a6eb7f571c4ca959b5f2.tar.zst
nixpkgs-0d23e5458820bf906b06a6eb7f571c4ca959b5f2.zip
opus-tools: update
Diffstat (limited to 'pkgs/applications/audio/opus-tools')
-rw-r--r--pkgs/applications/audio/opus-tools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/opus-tools/default.nix b/pkgs/applications/audio/opus-tools/default.nix
index 6b7e1e2aeff..a543aa32eea 100644
--- a/pkgs/applications/audio/opus-tools/default.nix
+++ b/pkgs/applications/audio/opus-tools/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl, libogg, libao, pkgconfig, libopus}:
 
 stdenv.mkDerivation rec {
-  name = "opus-tools-0.1.5";
+  name = "opus-tools-0.1.6";
   src = fetchurl {
     url = "http://downloads.xiph.org/releases/opus/${name}.tar.gz";
-    sha256 = "0184zfamg3qcjknk4liz4smws3mbv77gjhq2pn9xgcx9nw78srvn";
+    sha256 = "1hd2ych34y3qy4rj4hd5cp29ixy891afizlsxphsfvfplk1dp1nc";
   };
 
   buildInputs = [ libogg libao pkgconfig libopus ];