about summary refs log tree commit diff
path: root/pkgs/applications/audio/kid3
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2015-10-31 22:45:20 -0200
committerAndersonTorres <torres.anderson.85@gmail.com>2015-10-31 22:51:58 -0200
commit5502e0cd91c026e66d8493dc9eb503b9eee0d52f (patch)
tree6eefc5b75511938c56cabd36413b71c83ca61568 /pkgs/applications/audio/kid3
parent42fffee9da91db117bc382dff17890cf78944b54 (diff)
downloadnixlib-5502e0cd91c026e66d8493dc9eb503b9eee0d52f.tar
nixlib-5502e0cd91c026e66d8493dc9eb503b9eee0d52f.tar.gz
nixlib-5502e0cd91c026e66d8493dc9eb503b9eee0d52f.tar.bz2
nixlib-5502e0cd91c026e66d8493dc9eb503b9eee0d52f.tar.lz
nixlib-5502e0cd91c026e66d8493dc9eb503b9eee0d52f.tar.xz
nixlib-5502e0cd91c026e66d8493dc9eb503b9eee0d52f.tar.zst
nixlib-5502e0cd91c026e66d8493dc9eb503b9eee0d52f.zip
Kid3: 3.1.2 -> 3.3.0
Diffstat (limited to 'pkgs/applications/audio/kid3')
-rw-r--r--pkgs/applications/audio/kid3/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/applications/audio/kid3/default.nix b/pkgs/applications/audio/kid3/default.nix
index 7cc1b1f665fa..0b2e4e7977b8 100644
--- a/pkgs/applications/audio/kid3/default.nix
+++ b/pkgs/applications/audio/kid3/default.nix
@@ -9,11 +9,10 @@
 
 stdenv.mkDerivation rec {
 
-  name = "kid3-${version}";
-  version = "3.3.0";
+  name = "kid3-${meta.version}";
 
   src = fetchurl {
-    url = "http://downloads.sourceforge.net/project/kid3/kid3/${version}/${name}.tar.gz";
+    url = "http://downloads.sourceforge.net/project/kid3/kid3/${meta.version}/${name}.tar.gz";
     sha256 = "12sa54mg1b3wkagmh5yi20ski8km9d199lk0a1yfxy0ffjfld7js";
   };
 
@@ -34,6 +33,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
+    version = "3.3.0";
     description = "A simple and powerful audio tag editor";
     longDescription = ''
       If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC, MPC,
@@ -70,5 +70,4 @@ stdenv.mkDerivation rec {
     maintainers = [ maintainers.AndersonTorres ];
   };
 }
-
 # TODO: Qt5 support