Merge pull request #37961 from ryantm/auto-update/telepathy-gabble

telepathy-gabble: 0.18.3 -> 0.18.4
This commit is contained in:
Franz Pletz 2018-03-28 05:58:03 +00:00 committed by GitHub
commit 68e31185de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
, sqlite, libsoup, libnice, gnutls}:
stdenv.mkDerivation rec {
name = "telepathy-gabble-0.18.3";
name = "telepathy-gabble-0.18.4";
src = fetchurl {
url = "http://telepathy.freedesktop.org/releases/telepathy-gabble/${name}.tar.gz";
sha256 = "1hl9k6jwn2afwwv7br16wfw5szdhwxqziba47xd8vjwvgrh19iwf";
sha256 = "174nlkqm055vrhv11gy73m20jbsggcb0ddi51c7s9m3j5ibr2p0i";
};
nativeBuildInputs = [ pkgconfig libxslt ];