Skip to content

Commit b20f20d

Browse files
GeNTooFReaKfpletz
authored andcommittedMay 27, 2017
libopus: 1.1.4 -> 1.1.5
http://opus-codec.org/release/stable/2017/05/24/libopus-1_1_5.html > May 24, 2017 > > This Opus 1.1.5 release backports the surround encoder bug fix from 1.2-beta. There are no other changes compared to 1.1.4.
1 parent ffe4e82 commit b20f20d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/libopus/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
, fixedPoint ? false, withCustomModes ? true }:
33

44
let
5-
version = "1.1.4";
5+
version = "1.1.5";
66
in
77
stdenv.mkDerivation rec {
88
name = "libopus-${version}";
99

1010
src = fetchurl {
1111
url = "http://downloads.xiph.org/releases/opus/opus-${version}.tar.gz";
12-
sha256 = "14l6kpapmcnvl7p9hrmbqcnzj13zfzyppyc9a5kd4788h2rvc8li";
12+
sha256 = "1r33nm7b052dw7gsc99809df1zmj5icfiljqbrfkw2pll0f9i17b";
1313
};
1414

1515
outputs = [ "out" "dev" ];

0 commit comments

Comments
 (0)
Please sign in to comment.