uriparser: 1.0.0 -> 1.0.1

https://github.com/uriparser/uriparser/blob/uriparser-1.0.1/ChangeLog

Fixes: CVE-2026-42371
This commit is contained in:
Martin Weinelt
2026-04-27 15:10:01 +02:00
parent 0ab7b5260b
commit 77a59faf3e
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uriparser";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "uriparser";
repo = "uriparser";
tag = "uriparser-${finalAttrs.version}";
hash = "sha256-k4hRy4kfsaxUNIITPNxzqVgl+AwiR1NpKcE9DtAbwxc=";
hash = "sha256-tXEcJ6NAKVoFg/GLkldRcrSlXDcGpvjp7cguM9Xqcps=";
};
nativeBuildInputs = [ cmake ];