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

qxmpp: 1.6.0 -> 1.6.1
This commit is contained in:
Nick Cao
2024-05-17 18:18:52 -04:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
mkDerivation rec {
pname = "qxmpp";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "qxmpp-project";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5NPqNQuVuRz9GfrJULSmTiYHUMe6VxoaQZDHhYCguWQ=";
sha256 = "sha256-y27rTJc2taFGOjDmy0KKQQxSdXOwteLunHwICh5pSEc=";
};
nativeBuildInputs = [