nixVersions.nix_2_24: 2.24.7 -> 2.24.8

Contains a couple of scary sounding fixes:

> builtin:fetchurl: Enable TLS verification
> Ensure error messages don't leak private key
This commit is contained in:
Alyssa Ross 2024-09-26 10:24:13 +02:00
parent 9423bdbb85
commit 4e9b90969a
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -211,8 +211,8 @@ in lib.makeExtensible (self: ({
};
nix_2_24 = (common {
version = "2.24.7";
hash = "sha256-NAyc5MR/T70umcSeMv7y3AVt00ZkmDXGm7LfYKTONfE=";
version = "2.24.8";
hash = "sha256-YPJA0stZucs13Y2DQr3JIL6JfakP//LDbYXNhic/rKk=";
self_attribute_name = "nix_2_24";
}).override (lib.optionalAttrs (stdenv.isDarwin && stdenv.isx86_64) {
# Fix the following error with the default x86_64-darwin SDK: