From 8fc69fec3ab4146eb9d4cece2de61030f5863b6f Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Mon, 26 Jan 2026 22:26:11 -0500 Subject: [PATCH] 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 --- pkgs/applications/graphics/unigine-superposition/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/unigine-superposition/default.nix b/pkgs/applications/graphics/unigine-superposition/default.nix index c1bd6e8c12f7..00e4903f8a09 100644 --- a/pkgs/applications/graphics/unigine-superposition/default.nix +++ b/pkgs/applications/graphics/unigine-superposition/default.nix @@ -37,7 +37,7 @@ let src = fetchurl { url = "https://assets.unigine.com/d/Unigine_Superposition-${version}.run"; - sha256 = "12hzlz792pf8pvxf13fww3qhahqzwzkxq9q3mq20hbhvaphbg7nd"; + hash = "sha256-dJThxzv1nvIWFRPV1cudm/+9hHmSnUl2rFO2lV3lgPg="; }; nativeBuildInputs = [