Unverified Commit c32996b6 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

unigine-superposition: fix fhsenv version (#359966)

parents 79a75fae 8d4851c6
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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