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

qxmpp: 1.7.0 -> 1.7.1
This commit is contained in:
Nick Cao
2024-07-10 18:50:05 -04:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
mkDerivation rec {
pname = "qxmpp";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "qxmpp-project";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8AF+deDRxipN+YMHE9vUyTaUbSJIckMkB7t3YVtupQs=";
sha256 = "sha256-e9Uucf0iKR11X35nCPZvf8GuF4k5Ha4huStyylNk3+4=";
};
nativeBuildInputs = [