nixVersions.nix_2_24: Fix FOD hash for 2.24.15

The last “upgrade” actually regressed the package to 2.24.14.
This commit is contained in:
Samuel Dionne-Riel
2025-07-07 16:48:57 -04:00
parent 1fd8bada0b
commit 09b7782d32

View File

@@ -179,7 +179,7 @@ lib.makeExtensible (
nix_2_24 = commonAutoconf {
version = "2.24.15";
hash = "sha256-SthMCsj6POjawLnJq9+lj/UzObX9skaeN1UGmMZiwTY=";
hash = "sha256-GHqFHLxvRID2IEPUwIfRMp8epYQMFcvG9ogLzfWRbPc=";
self_attribute_name = "nix_2_24";
};