nixVersions.nix_2_24: Fix FOD hash for 2.24.15 (#423312)

authored by Jörg Thalheim and committed by GitHub 57174412 76c4ca93

+1 -1
+1 -1
pkgs/tools/package-management/nix/default.nix
··· 179 179 180 180 nix_2_24 = commonAutoconf { 181 181 version = "2.24.15"; 182 - hash = "sha256-SthMCsj6POjawLnJq9+lj/UzObX9skaeN1UGmMZiwTY="; 182 + hash = "sha256-GHqFHLxvRID2IEPUwIfRMp8epYQMFcvG9ogLzfWRbPc="; 183 183 self_attribute_name = "nix_2_24"; 184 184 }; 185 185