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

qxmpp: 1.7.1 -> 1.8.0
This commit is contained in:
Nick Cao
2024-08-03 10:46:12 -04:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
mkDerivation rec {
pname = "qxmpp";
version = "1.7.1";
version = "1.8.0";
src = fetchFromGitHub {
owner = "qxmpp-project";
repo = pname;
rev = "v${version}";
sha256 = "sha256-e9Uucf0iKR11X35nCPZvf8GuF4k5Ha4huStyylNk3+4=";
sha256 = "sha256-QUIHowMl3YTDQlo58OHXXNaYLI4vuIozYbZnz4EQUmQ=";
};
nativeBuildInputs = [