Merge pull request #180987 from devhell/bump-libstrophe

libstrophe: 0.12.0 -> 0.12.1
This commit is contained in:
Mario Rodas
2022-07-24 16:12:39 -05:00
committed by GitHub
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libstrophe";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "strophe";
repo = pname;
rev = version;
sha256 = "sha256-YJ8A97ECc3VxdGfhUu0YYijAamnrHCO6kr7TAIan96o=";
sha256 = "sha256-hNUpHuLwnq66w/VbVAv3QqBFOXDOzd/xPtGGX+j9K2U=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];