about summary refs log tree commit diff
path: root/pkgs/applications/graphics/unigine-tropics
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-22 12:40:39 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-22 12:40:39 -0300
commit511066f7f430cbb7afb47c0a86f97b7e4f831f0e (patch)
tree9386ffc6e0101b9e83680d8650d801d5f5b784ec /pkgs/applications/graphics/unigine-tropics
parent19ccd7e015076b56813bcb0f88b7f2e7f5fae81a (diff)
unigine-tropics: fix source url and hash; add mainProgram
Diffstat (limited to 'pkgs/applications/graphics/unigine-tropics')
-rw-r--r--pkgs/applications/graphics/unigine-tropics/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/unigine-tropics/default.nix b/pkgs/applications/graphics/unigine-tropics/default.nix
index f0d5101b4be02..f75aa81e45f53 100644
--- a/pkgs/applications/graphics/unigine-tropics/default.nix
+++ b/pkgs/applications/graphics/unigine-tropics/default.nix
@@ -22,8 +22,8 @@ stdenv.mkDerivation {
   inherit version;
 
   src = fetchurl {
-    url = "http://m12-assets.unigine.com/d/Unigine_Tropics-${version}.run";
-    sha256 = "0icasdp46fjnic7gk83pknjx0gpap9j202dm0llcfg5zin5kbq7x";
+    url = "https://assets.unigine.com/d/Unigine_Tropics-${version}.run";
+    sha256 = "sha256-/eA1i42/PMcoBbUJIGS66j7QpZ13oPkOi1Y6Q27TikU=";
   };
 
   libPath = lib.makeLibraryPath [
@@ -92,5 +92,6 @@ stdenv.mkDerivation {
     license = lib.licenses.unfree;
     maintainers = [ lib.maintainers.BarinovMaxim ];
     platforms = [ "x86_64-linux" "i686-linux" ];
+    mainProgram = "Tropics";
   };
 }