easytag: update from 2.2.3 to 2.2.4

This commit is contained in:
Mateusz Kowalczyk 2014-09-30 10:47:25 +01:00
parent d47a5cf574
commit d5f6742dd8

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "easytag-${version}";
version = "2.2.3";
version = "2.2.4";
src = fetchurl {
url = "mirror://gnome/sources/easytag/2.2/${name}.tar.xz";
sha256 = "1cxfmr4fr6a75i0ril40nc4kcy0960dc5vfvkfwswzx6d34av77l";
sha256 = "14f0s0l28fwxnc37aw1imal2xcg9ykq35mx2j9gaqzz02ymjk0s5";
};
preConfigure = ''
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
description = "View and edit tags for various audio files";
homepage = "http://projects.gnome.org/easytag/";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
};
}