summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>2017-06-30 11:42:58 +0200
committerGitHub <noreply@github.com>2017-06-30 11:42:58 +0200
commit081a071371663ad6ea2b3dec54f24d067f5903e6 (patch)
tree360d619653bc8ef349cf43c101273abbfc9c1d93 /pkgs/applications
parent2442ac990e7c5a8c7c51ab3a03c4c80f43baa2fa (diff)
parentaff15c4b7b43d22ac4dafc6459de82900c2fc4c4 (diff)
downloadnixpkgs-081a071371663ad6ea2b3dec54f24d067f5903e6.tar
nixpkgs-081a071371663ad6ea2b3dec54f24d067f5903e6.tar.gz
nixpkgs-081a071371663ad6ea2b3dec54f24d067f5903e6.tar.bz2
nixpkgs-081a071371663ad6ea2b3dec54f24d067f5903e6.tar.lz
nixpkgs-081a071371663ad6ea2b3dec54f24d067f5903e6.tar.xz
nixpkgs-081a071371663ad6ea2b3dec54f24d067f5903e6.tar.zst
nixpkgs-081a071371663ad6ea2b3dec54f24d067f5903e6.zip
Merge pull request #26758 from jensbin/pidgin-sipe
pidgin-sipe: 1.22.0 -> 1.22.1
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/pidgin-plugins/sipe/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/pidgin-plugins/sipe/default.nix b/pkgs/applications/networking/instant-messengers/pidgin-plugins/sipe/default.nix
index 6693550bd3b..a0b7cfa45f2 100644
--- a/pkgs/applications/networking/instant-messengers/pidgin-plugins/sipe/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pidgin-plugins/sipe/default.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchurl, pidgin, intltool, libxml2, nss, nspr }:
 
-let version = "1.22.0"; in
+let version = "1.22.1"; in
 
 stdenv.mkDerivation {
   name = "pidgin-sipe-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/sipe/pidgin-sipe-${version}.tar.gz";
-    sha256 = "1aeb348e2ba79b82b1fd102555f86cdc42eaa6f9e761b771d74c4f9c9cf15fc3";
+    sha256 = "f6b7b7475e349c0214eb02814b808b04850113a91dd8e8d2c26e7179a3fd1ae8";
   };
 
   meta = with stdenv.lib; {