Merge pull request #26758 from jensbin/pidgin-sipe

pidgin-sipe: 1.22.0 -> 1.22.1
This commit is contained in:
Benno Fünfstück 2017-06-30 11:42:58 +02:00 committed by GitHub
commit 081a071371

View File

@ -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; {