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

gloox: 1.0.21 -> 1.0.22
This commit is contained in:
Mateusz Kowalczyk 2019-01-29 09:27:38 +09:00 committed by GitHub
commit 3115e3dbce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@ assert idnSupport -> libidn != null;
with stdenv.lib; with stdenv.lib;
let let
version = "1.0.21"; version = "1.0.22";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gloox-${version}"; name = "gloox-${version}";
src = fetchurl { src = fetchurl {
url = "https://camaya.net/download/gloox-${version}.tar.bz2"; url = "https://camaya.net/download/gloox-${version}.tar.bz2";
sha256 = "1k57qgif1yii515m6jaqaibkdysfab6394bpawd2l67321f1a4rw"; sha256 = "0r69gq8if9yy1amjzl7qrq9lzhhna7qgz905ln4wvkwchha1ppja";
}; };
buildInputs = [ ] buildInputs = [ ]