Hi!
I am very new to NixOS, so if this is known, or this is the wrong place to ask, my bad.
When verifying the shasum
of the latest-nixos-minimal-x86_64-linux.iso, I found that the hash file shows a different name of the image (for example: https://releases.nixos.org/nixos/23.05/nixos-23.05.2084.08700de174b/nixos-minimal-23.05.2084.08700de174b-x86_64-linux.iso.sha256).
I am not sure whether this intended, as it is generally standard to have the same name of the image in the SHAsum file, to make scripting simpler.
In short, imo this:
1b285f980ac9d92bfbc253d8b6e165ed163965b8e078f602ec55c0612fb9ba2e nixos-minimal-23.05.2084.08700de174b-x86_64-linux.iso
should probably be this:
1b285f980ac9d92bfbc253d8b6e165ed163965b8e078f602ec55c0612fb9ba2e latest-nixos-minimal-x86_64-linux.iso
If others perceive this as a small issue too, where do I report this?
Let me know!