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

qxmpp: 1.4.0 -> 1.5.1
This commit is contained in:
Weijia Wang 2023-02-05 04:22:19 +01:00 committed by GitHub
commit 7316333a54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
mkDerivation rec {
pname = "qxmpp";
version = "1.4.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "qxmpp-project";
repo = pname;
rev = "v${version}";
sha256 = "1knpq1jkwk0lxdwczbmzf7qrjvlxba9yr40nbq9s5nqkcx6q1c3i";
sha256 = "sha256-6iI+s+iSKK8TeocvyOxou7cF9ZXlWr5prUbPhoHOoSM=";
};
nativeBuildInputs = [