rustls-ffi: 0.15.1 -> 0.15.2

This addresses RUSTSEC-2026-0098 and RUSTSEC-2026-0099 by updating
rustls-ffi from 0.15.1 to 0.15.2. See the upstream release notes for
more information.
This commit is contained in:
Daniel McCarney
2026-04-15 09:51:26 -04:00
parent ccfff09e1b
commit d2892e588f
+3 -3
View File
@@ -15,18 +15,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rustls-ffi";
version = "0.15.1";
version = "0.15.2";
src = fetchFromGitHub {
owner = "rustls";
repo = "rustls-ffi";
tag = "v${finalAttrs.version}";
hash = "sha256-mqC5uKkFIVVZW+7Z+8PF2lhx/6TVsKX4DW6oQuMMtDw=";
hash = "sha256-OrseS6PxAGhO+mdlRrjQAZ5L5GbNekeVg+IW5VyL928=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-ugU2tfG9VUvOhMeOQ4A+MBQIEw+bYb2dZllXrztQtrg=";
hash = "sha256-eNY6mpEFFJEdaJyHY8RHOerg/cDa3QbPjsNj3iZNqJ0=";
};
propagatedBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [