Merge pull request #228299 from r-ryantm/auto-update/qxmpp

qxmpp: 1.5.3 -> 1.5.4
This commit is contained in:
Weijia Wang
2023-04-27 20:57:23 +03:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
mkDerivation rec {
pname = "qxmpp";
version = "1.5.3";
version = "1.5.4";
src = fetchFromGitHub {
owner = "qxmpp-project";
repo = pname;
rev = "v${version}";
sha256 = "sha256-h2MBs46E2dvwOhs1cnSvrMll3nZSE9o4oEZV2Bd1Yh0=";
sha256 = "sha256-4MDP2OQK1fjlG74y396CSLt7s+QScWBqlms4aqLIC3s=";
};
nativeBuildInputs = [