Commit 99fdc9f8 authored by R. RyanTM's avatar R. RyanTM
Browse files

qxmpp: 1.5.3 -> 1.5.4

parent 8c3cac76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

mkDerivation rec {
  pname = "qxmpp";
  version = "1.5.3";
  version = "1.5.4";

  src = fetchFromGitHub {
    owner = "qxmpp-project";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-h2MBs46E2dvwOhs1cnSvrMll3nZSE9o4oEZV2Bd1Yh0=";
    sha256 = "sha256-4MDP2OQK1fjlG74y396CSLt7s+QScWBqlms4aqLIC3s=";
  };

  nativeBuildInputs = [