1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

easytag: update from 2.1.8 to 2.2.3

This commit is contained in:
Pascal Wittmann 2014-09-25 21:02:11 +02:00
parent d8bc33637b
commit d762d0c68d

View file

@ -1,14 +1,14 @@
{ stdenv, fetchurl, pkgconfig, intltool, gtk, glib, libid3tag, id3lib, taglib
, libvorbis, libogg, flac
, libvorbis, libogg, flac, itstool, libxml2
}:
stdenv.mkDerivation rec {
name = "easytag-${version}";
version = "2.1.8";
version = "2.2.3";
src = fetchurl {
url = "mirror://gnome/sources/easytag/2.1/${name}.tar.xz";
sha256 = "1ab5iv0a83cdf07qzi81ydfk5apay06nxags9m07msqalz4pabqs";
url = "mirror://gnome/sources/easytag/2.2/${name}.tar.xz";
sha256 = "1cxfmr4fr6a75i0ril40nc4kcy0960dc5vfvkfwswzx6d34av77l";
};
preConfigure = ''
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
buildInputs = [
pkgconfig intltool gtk glib libid3tag id3lib taglib libvorbis libogg flac
itstool libxml2
];
meta = {