flac: maintenance+security update
Claims to fix CVE-2014-8962 and CVE-2014-9028
This commit is contained in:
parent
442cad9cbd
commit
8c5fd63275
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, libogg }:
|
{ stdenv, fetchurl, libogg }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "flac-1.3.0";
|
name = "flac-1.3.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.xiph.org/releases/flac/${name}.tar.xz";
|
url = "http://downloads.xiph.org/releases/flac/${name}.tar.xz";
|
||||||
sha256 = "1p0hh190kqvpkbk1bbajd81jfbmkyl4fn2i7pggk2zppq6m68bgs";
|
sha256 = "4773c0099dba767d963fd92143263be338c48702172e8754b9bc5103efe1c56c";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libogg ];
|
buildInputs = [ libogg ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user