Merge pull request #76262 from r-ryantm/auto-update/gloox

gloox: 1.0.22 -> 1.0.23
This commit is contained in:
Mario Rodas 2019-12-23 14:11:17 -05:00 committed by GitHub
commit 8d91e4e75c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ assert idnSupport -> libidn != null;
with stdenv.lib;
let
version = "1.0.22";
version = "1.0.23";
in
stdenv.mkDerivation {
pname = "gloox";
@ -19,7 +19,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://camaya.net/download/gloox-${version}.tar.bz2";
sha256 = "0r69gq8if9yy1amjzl7qrq9lzhhna7qgz905ln4wvkwchha1ppja";
sha256 = "12jz8glg9zmyk0iyv1ywf5i0hq93dfq8lvn6lyjgy8730w66mjwp";
};
buildInputs = [ ]