summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2012-01-18 10:26:38 +0000
committerMichael Raskin <7c6f434c@mail.ru>2012-01-18 10:26:38 +0000
commita975a3525440b34707d5259207511aef257c9371 (patch)
tree2f5bb5c621e4331fceea70a723e234750d5f95b9 /pkgs/applications
parentef07990836488d7c9d8a4ff3ffebf20545c83acc (diff)
downloadnixlib-a975a3525440b34707d5259207511aef257c9371.tar
nixlib-a975a3525440b34707d5259207511aef257c9371.tar.gz
nixlib-a975a3525440b34707d5259207511aef257c9371.tar.bz2
nixlib-a975a3525440b34707d5259207511aef257c9371.tar.lz
nixlib-a975a3525440b34707d5259207511aef257c9371.tar.xz
nixlib-a975a3525440b34707d5259207511aef257c9371.tar.zst
nixlib-a975a3525440b34707d5259207511aef257c9371.zip
Update Vacuum-IM
svn path=/nixpkgs/trunk/; revision=31617
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/vacuum/default.nix11
1 files changed, 7 insertions, 4 deletions
diff --git a/pkgs/applications/networking/instant-messengers/vacuum/default.nix b/pkgs/applications/networking/instant-messengers/vacuum/default.nix
index 6b8b7a9419d5..5e582cb09d1d 100644
--- a/pkgs/applications/networking/instant-messengers/vacuum/default.nix
+++ b/pkgs/applications/networking/instant-messengers/vacuum/default.nix
@@ -12,11 +12,11 @@ let
   buildInputs = map (n: builtins.getAttr n x)
     (builtins.attrNames (builtins.removeAttrs x helperArgNames));
   sourceInfo = rec {
-    version="1.1.1";
+    version="1.1.2";
     baseName="vacuum-im";
     name="${baseName}-${version}";
-    url="http://vacuum-im.googlecode.com/files/${name}.tar.xz";
-    hash="b4b3472bf83173f6be1bbe69520bf6cab97e24cf9fd8a7b60e4ffdc1cb43b1dc";
+    url="http://vacuum-im.googlecode.com/files/vacuum-${version}.tar.xz";
+    hash="451dde9b3587503b035fa1ddd2c99f2052a0b17a603491c59e8c47a8bcd4746d";
   };
 in
 rec {
@@ -29,7 +29,7 @@ rec {
   inherit buildInputs;
 
   /* doConfigure should be removed if not needed */
-  phaseNames = ["addInputs" "preBuild" "doQMake" "doMakeInstall"];
+  phaseNames = ["addInputs" "doQMake" "doMakeInstall"];
 
   preBuild = a.fullDepEntry (''
     echo "Fixing a name collision with a function added in Qt 4.7"
@@ -48,6 +48,9 @@ rec {
     ];
     platforms = with a.lib.platforms;
       linux;
+    license = with a.lib.licenses;
+      gpl3;
+    homepage = "http://code.google.com/p/vacuum-im/";
   };
   passthru = {
     updateInfo = {