summary refs log tree commit diff
path: root/pkgs/development/libraries/gloox
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-12-23 05:49:31 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-12-23 05:49:31 -0800
commitf24a062058f73d0ceee981a1a65b5306537921e0 (patch)
tree2eb382322ab80b2e3af84409a1fdb5278b29b054 /pkgs/development/libraries/gloox
parentf79e10061f4e7a8988831e9734e131492e5b311f (diff)
downloadnixpkgs-f24a062058f73d0ceee981a1a65b5306537921e0.tar
nixpkgs-f24a062058f73d0ceee981a1a65b5306537921e0.tar.gz
nixpkgs-f24a062058f73d0ceee981a1a65b5306537921e0.tar.bz2
nixpkgs-f24a062058f73d0ceee981a1a65b5306537921e0.tar.lz
nixpkgs-f24a062058f73d0ceee981a1a65b5306537921e0.tar.xz
nixpkgs-f24a062058f73d0ceee981a1a65b5306537921e0.tar.zst
nixpkgs-f24a062058f73d0ceee981a1a65b5306537921e0.zip
gloox: 1.0.22 -> 1.0.23
Diffstat (limited to 'pkgs/development/libraries/gloox')
-rw-r--r--pkgs/development/libraries/gloox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gloox/default.nix b/pkgs/development/libraries/gloox/default.nix
index 565ef85c1bf..3343c78bea1 100644
--- a/pkgs/development/libraries/gloox/default.nix
+++ b/pkgs/development/libraries/gloox/default.nix
@@ -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 = [ ]