qxmpp: 1.13.0 -> 1.14.3

This commit is contained in:
R. Ryantm 2026-02-27 18:05:15 +00:00
parent 636f6c715f
commit 3c22b7491c

View file

@ -13,14 +13,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qxmpp";
version = "1.13.0";
version = "1.14.3";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "libraries";
repo = "qxmpp";
tag = "v${finalAttrs.version}";
hash = "sha256-2gZiQmjxvgBp0DqP7apUnbHeVRk0hd5XoCPLgh3zAho=";
hash = "sha256-vrTPlrT+sLg4coQ0EdYLCS36LlkruJqQPhxK0dYlLL4=";
};
nativeBuildInputs = [