unigine-superposition: fix source hash
The upstream source file changed, causing a hash mismatch. This also modernizes the hash format from base32 sha256 to SRI. Fixes #469329
This commit is contained in:
@@ -37,7 +37,7 @@ let
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://assets.unigine.com/d/Unigine_Superposition-${version}.run";
|
||||
sha256 = "12hzlz792pf8pvxf13fww3qhahqzwzkxq9q3mq20hbhvaphbg7nd";
|
||||
hash = "sha256-dJThxzv1nvIWFRPV1cudm/+9hHmSnUl2rFO2lV3lgPg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user