Unverified Commit 56648d7e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

libstrophe: 0.13.1 -> 0.14.0 (#389621)

parents 27206f59 e7825749
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "libstrophe";
  version = "0.13.1";
  version = "0.14.0";

  src = fetchFromGitHub {
    owner = "strophe";
    repo = "libstrophe";
    rev = version;
    hash = "sha256-JMuvWspgXs+1dVWoo6kJVaf6cVvYj8lhyyu4ZILKeOg=";
    hash = "sha256-53O8hHyw9y0Bzs+BpGouAxuSGJxh6NSNNWZqi7RHAsY=";
  };

  nativeBuildInputs = [