Merge pull request #37240 from ryantm/auto-update/pidgin-sipe

pidgin-sipe: 1.23.0 -> 1.23.2
This commit is contained in:
Jörg Thalheim 2018-03-17 14:23:08 +00:00 committed by GitHub
commit 291d18d2ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
{ stdenv, fetchurl, pidgin, intltool, libxml2, nss, nspr }:
let version = "1.23.0"; in
let version = "1.23.2"; in
stdenv.mkDerivation {
name = "pidgin-sipe-${version}";
src = fetchurl {
url = "mirror://sourceforge/sipe/pidgin-sipe-${version}.tar.gz";
sha256 = "795811ced33fcc5affae259828f6452bfc0e0b02737ea68483e1bd9ec0459013";
sha256 = "1xj4nn5h103q4agar167xwcp98qf8knrgs918nl07qaxp9g4558w";
};
meta = with stdenv.lib; {