From d5f6742dd85bdd0968389c498aff8c4e11290833 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Tue, 30 Sep 2014 10:47:25 +0100 Subject: [PATCH] easytag: update from 2.2.3 to 2.2.4 --- pkgs/applications/audio/easytag/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/easytag/default.nix b/pkgs/applications/audio/easytag/default.nix index 15f4710e8c6..3ba7b5903f9 100644 --- a/pkgs/applications/audio/easytag/default.nix +++ b/pkgs/applications/audio/easytag/default.nix @@ -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 ]; }; }