Closed SomeoneSerge closed 1 year ago
Thank you for filing this @SomeoneSerge !
I've updated our automation to prevent this going forward and have regenerated the JSON manifest https://developer.download.nvidia.com/compute/cuda/redist/redistrib_12.2.0.json
Root cause: most of of the key-values are retrieved from a source of truth. However, a few were getting calculated during the JSON generation notably: sha256
, size
, and the release_*
properties.
Recent changes to support multiple artifact "variants" introduced a regression. Rather than fix that workaround, now properly pull the sha256
and size
values from the source of truth.
Verified the SHA256 checksums match now
$ parse_redist.py -XF -p cuda -l 12.2.0
Re-posting from https://github.com/NixOS/nixpkgs/pull/240457