unigine-superposition: fix fhsenv version (#359966)

This commit is contained in:
Felix Bühler 2024-11-29 23:52:19 +01:00 committed by GitHub
commit c32996b673
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,11 +28,12 @@
}:
let
superposition = stdenv.mkDerivation rec{
pname = "unigine-superposition";
version = "1.1";
superposition = stdenv.mkDerivation rec{
inherit pname version;
src = fetchurl {
url = "https://assets.unigine.com/d/Unigine_Superposition-${version}.run";
sha256 = "12hzlz792pf8pvxf13fww3qhahqzwzkxq9q3mq20hbhvaphbg7nd";
@ -97,7 +98,7 @@ in
# For that we need use a buildFHSEnv.
buildFHSEnv {
name = "Superposition";
inherit pname version;
targetPkgs = pkgs: [
superposition