libstrophe: 0.11.0 -> 0.12.0

main
devhell 2 years ago
parent 6ffce07a36
commit 6ffa5ae0dd
  1. 4
      pkgs/development/libraries/libstrophe/default.nix

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libstrophe";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "strophe";
repo = pname;
rev = version;
sha256 = "sha256-xAqBxCYNo2IntnHKXY6CSJ+Yiu01lxQ1Q3gb0ioypSs=";
sha256 = "sha256-YJ8A97ECc3VxdGfhUu0YYijAamnrHCO6kr7TAIan96o=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];

Loading…
Cancel
Save