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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user