libstrophe: 0.13.1 -> 0.14.0

This commit is contained in:
R. Ryantm
2025-03-13 19:33:35 +00:00
parent 573c650e8a
commit e7825749df
+2 -2
View File
@@ -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 = [