qxmpp: 1.7.1 -> 1.8.0

This commit is contained in:
R. Ryantm
2024-08-04 17:36:36 +02:00
committed by gador
parent e3fdc06b15
commit 4e179a4ed9
+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 = [