qxmpp: 1.7.1 -> 1.8.0

This commit is contained in:
R. Ryantm
2024-07-31 11:34:49 +00:00
parent 23324f86c5
commit 6654981565
+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 = [