libopus: 1.1 -> 1.1.2

This commit is contained in:
Franz Pletz 2016-04-13 01:20:49 +02:00
parent 117920233f
commit 0ab30ecf06

View File

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