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

qxmpp: 1.5.5 -> 1.6.0
This commit is contained in:
maxine 2024-02-09 22:14:45 +01:00 committed by GitHub
commit 5183dd0070
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,13 +12,13 @@
mkDerivation rec {
pname = "qxmpp";
version = "1.5.5";
version = "1.6.0";
src = fetchFromGitHub {
owner = "qxmpp-project";
repo = pname;
rev = "v${version}";
sha256 = "sha256-V24VlfXR1Efk5kzxHWh/OIZzx4L/jLoXyjoNjtDDyTY=";
sha256 = "sha256-5NPqNQuVuRz9GfrJULSmTiYHUMe6VxoaQZDHhYCguWQ=";
};
nativeBuildInputs = [