summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2007-08-22 12:29:26 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2007-08-22 12:29:26 +0000
commitec9d5c94715feb00c522e81c2f9ceef92ed505fb (patch)
treefb0411e0f40fccb4fab6a883e353ed65c61a1ce7 /pkgs
parentd0d721b0dab60776779c513b1d859d09da0b74d6 (diff)
downloadnixpkgs-ec9d5c94715feb00c522e81c2f9ceef92ed505fb.tar
nixpkgs-ec9d5c94715feb00c522e81c2f9ceef92ed505fb.tar.gz
nixpkgs-ec9d5c94715feb00c522e81c2f9ceef92ed505fb.tar.bz2
nixpkgs-ec9d5c94715feb00c522e81c2f9ceef92ed505fb.tar.lz
nixpkgs-ec9d5c94715feb00c522e81c2f9ceef92ed505fb.tar.xz
nixpkgs-ec9d5c94715feb00c522e81c2f9ceef92ed505fb.tar.zst
nixpkgs-ec9d5c94715feb00c522e81c2f9ceef92ed505fb.zip
update to 2.1.1
svn path=/nixpkgs/trunk/; revision=9187
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/instant-messengers/pidgin/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/pidgin/default.nix b/pkgs/applications/networking/instant-messengers/pidgin/default.nix
index bcccb2c5a7c..578c900baa5 100644
--- a/pkgs/applications/networking/instant-messengers/pidgin/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pidgin/default.nix
@@ -17,10 +17,10 @@
 } :
 
 stdenv.mkDerivation {
-  name = "pidgin-2.1.0";
+  name = "pidgin-2.1.1";
   src = fetchurl {
-    url = http://heanet.dl.sourceforge.net/sourceforge/pidgin/pidgin-2.1.0.tar.bz2;
-    sha256 = "1y552n75pp4rrnmmpmfyym1w18589n3600xsq7b2bjx6rk66kgkr";
+    url = http://heanet.dl.sourceforge.net/sourceforge/pidgin/pidgin-2.1.1.tar.bz2;
+    sha256 = "1pj02hc5s94983q2vg2svckhcgn4hpv2mdayakcp9idc4k96dsyg";
   };
 
   inherit nss ncurses;