easytag: update from 2.2.3 to 2.2.4
This commit is contained in:
parent
d47a5cf574
commit
d5f6742dd8
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "easytag-${version}";
|
name = "easytag-${version}";
|
||||||
version = "2.2.3";
|
version = "2.2.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/easytag/2.2/${name}.tar.xz";
|
url = "mirror://gnome/sources/easytag/2.2/${name}.tar.xz";
|
||||||
sha256 = "1cxfmr4fr6a75i0ril40nc4kcy0960dc5vfvkfwswzx6d34av77l";
|
sha256 = "14f0s0l28fwxnc37aw1imal2xcg9ykq35mx2j9gaqzz02ymjk0s5";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "View and edit tags for various audio files";
|
description = "View and edit tags for various audio files";
|
||||||
homepage = "http://projects.gnome.org/easytag/";
|
homepage = "http://projects.gnome.org/easytag/";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user