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