loudmouth: 1.5.3 -> 1.5.4

Changelog: https://mcabber.com/
This commit is contained in:
Robert Schütz
2026-06-18 09:53:59 -07:00
parent e92fe04c47
commit 1ea8ebe349
+5 -2
View File
@@ -10,16 +10,18 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.5.3";
version = "1.5.4";
pname = "loudmouth";
src = fetchurl {
url = "https://mcabber.com/files/loudmouth/loudmouth-${finalAttrs.version}.tar.bz2";
sha256 = "0b6kd5gpndl9nzis3n6hcl0ldz74bnbiypqgqa1vgb0vrcar8cjl";
hash = "sha256-McvJHB/dzFNGszc7j7RVlOnqnMf+NtBZXokSxHrZTQ0=";
};
configureFlags = [ "--with-ssl=openssl" ];
env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
propagatedBuildInputs = [
openssl
libidn
@@ -30,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ pkg-config ];
meta = {
changelog = "https://mcabber.com/";
description = "Lightweight C library for the Jabber protocol";
platforms = lib.platforms.all;
downloadPage = "http://mcabber.com/files/loudmouth/";