3
0
Fork 0
forked from mirrors/nixpkgs

libstrophe: 0.12.0 -> 0.12.1

This commit is contained in:
devhell 2022-07-10 15:03:19 +01:00
parent d9d051d6dd
commit 3e2996c31e

View file

@ -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 ];