libstrophe: 0.12.1 -> 0.12.2

This commit is contained in:
R. Ryantm 2022-08-10 19:19:11 +00:00
parent ce92261bcb
commit d62693e218

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libstrophe";
version = "0.12.1";
version = "0.12.2";
src = fetchFromGitHub {
owner = "strophe";
repo = pname;
rev = version;
sha256 = "sha256-hNUpHuLwnq66w/VbVAv3QqBFOXDOzd/xPtGGX+j9K2U=";
sha256 = "sha256-jT4VIqqUldCj3Rsb5MC74WXYQyTqOZxzFADf47TBV8c=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];