summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-02-03 10:05:47 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-02-03 10:05:47 +0100
commit9dd9e52c0c1df132977d648ab15da9c01672891b (patch)
tree0013837aae28e1bb9a83d0e84951b206ca799b25 /pkgs/applications
parent2cf7bc982b3acdac22be108b8d1917dc652aee0b (diff)
downloadnixpkgs-9dd9e52c0c1df132977d648ab15da9c01672891b.tar
nixpkgs-9dd9e52c0c1df132977d648ab15da9c01672891b.tar.gz
nixpkgs-9dd9e52c0c1df132977d648ab15da9c01672891b.tar.bz2
nixpkgs-9dd9e52c0c1df132977d648ab15da9c01672891b.tar.lz
nixpkgs-9dd9e52c0c1df132977d648ab15da9c01672891b.tar.xz
nixpkgs-9dd9e52c0c1df132977d648ab15da9c01672891b.tar.zst
nixpkgs-9dd9e52c0c1df132977d648ab15da9c01672891b.zip
pidgin: bugfix 2.10.8 -> .9
Fixes connection to some servers broken by the previous update.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/pidgin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/pidgin/default.nix b/pkgs/applications/networking/instant-messengers/pidgin/default.nix
index 53790cd2b8b..41a1abc5ee7 100644
--- a/pkgs/applications/networking/instant-messengers/pidgin/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pidgin/default.nix
@@ -21,10 +21,10 @@
 } :
 
 stdenv.mkDerivation rec {
-  name = "pidgin-2.10.8";
+  name = "pidgin-2.10.9";
   src = fetchurl {
     url = "mirror://sourceforge/pidgin/${name}.tar.bz2";
-    sha256 = "09w2gbnplyw21lmf9jwk6vkk5gpx5lq15s38bmhkxzw86mz3ccxn";
+    sha256 = "06gka47myl9f5x0flkq74ml75akkf28rx9sl8pm3wqkzazc2wdnw";
   };
 
   inherit nss ncurses;