taglib_1_9: refresh meta
This commit is contained in:
parent
21773f1d43
commit
604b0f34c9
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "taglib-1.9.1";
|
name = "taglib-1.9.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://taglib.github.io/releases/taglib-1.9.1.tar.gz;
|
url = https://taglib.github.io/releases/taglib-1.9.1.tar.gz;
|
||||||
sha256 = "06n7gnbcqa3r6c9gv00y0y1r48dyyazm6yj403i7ma0r2k6p3lvj";
|
sha256 = "06n7gnbcqa3r6c9gv00y0y1r48dyyazm6yj403i7ma0r2k6p3lvj";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ zlib ];
|
buildInputs = [ zlib ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://developer.kde.org/~wheeler/taglib.html;
|
homepage = https://taglib.org/;
|
||||||
repositories.git = git://github.com/taglib/taglib.git;
|
repositories.git = git://github.com/taglib/taglib.git;
|
||||||
description = "A library for reading and editing the meta-data of several popular audio formats";
|
description = "A library for reading and editing the meta-data of several popular audio formats";
|
||||||
inherit (cmake.meta) platforms;
|
inherit (cmake.meta) platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user