libstrophe: 0.13.1 -> 0.14.0 (#389621)

This commit is contained in:
Nick Cao
2025-03-17 17:45:32 -04:00
committed by GitHub
+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 = [