qxmpp: 1.8.2 -> 1.9.2

This commit is contained in:
R. Ryantm
2024-12-13 19:09:41 +00:00
parent 541e1aacbf
commit 92346e19ed
+2 -2
View File
@@ -12,13 +12,13 @@
mkDerivation rec {
pname = "qxmpp";
version = "1.8.2";
version = "1.9.2";
src = fetchFromGitHub {
owner = "qxmpp-project";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fxTlxlnqttZZWRkt+vo4MJJz7DR/FMXcOqUv+/nlV18=";
sha256 = "sha256-xqQUDFZgnBpUIv8kYvsNrJrIF259p3CccNn7u4vpxmY=";
};
nativeBuildInputs = [