mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
taglib-1.7.1
Release notes says that this release fixes a few security issues. svn path=/nixpkgs/trunk/; revision=33186
This commit is contained in:
parent
88e5f7e2c7
commit
1bbaec552e
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
{stdenv, fetchurl, zlib, cmake}:
|
{stdenv, fetchurl, zlib, cmake}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "taglib-1.7";
|
name = "taglib-1.7.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://developer.kde.org/~wheeler/files/src/${name}.tar.gz";
|
url = "https://github.com/downloads/taglib/taglib/${name}.tar.gz";
|
||||||
sha256 = "0gvpmfrrh4wgdpyc14zq9mk3hivp8kbmfdxjk8bi2nf3py6zpph9";
|
sha256 = "1nc7zd9jxx5gw4n6zqgvjh0wxlm89ihcyyrzk2rbf15njw4lgpjj";
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeFlags = "-DWITH_ASF=ON -DWITH_MP4=ON";
|
cmakeFlags = "-DWITH_ASF=ON -DWITH_MP4=ON";
|
||||||
|
|
Loading…
Reference in a new issue