libopus: 1.1.2 -> 1.1.3

This commit is contained in:
Franz Pletz 2016-09-10 22:49:58 +02:00
parent 80f38e9032
commit 0d919d4755
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,14 +1,14 @@
{ stdenv, fetchurl, fixedPoint ? false, withCustomModes ? true }:
let
version = "1.1.2";
version = "1.1.3";
in
stdenv.mkDerivation rec {
name = "libopus-${version}";
src = fetchurl {
url = "http://downloads.xiph.org/releases/opus/opus-${version}.tar.gz";
sha256 = "1z87x5c5x951lhnm70iqr2gqn15wns5cqsw8nnkvl48jwdw00a8f";
sha256 = "0cxnd7pjxbgh6l3cbzsw29phpr5cq28fikfhjlp1hc3y5s0gxdjq";
};
outputs = [ "out" "dev" ];