unityhub: fix hash
This commit is contained in:
parent
7336a5de11
commit
2a56d98a99
@ -17,11 +17,11 @@ appimageTools.wrapType2 rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage";
|
url = "https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage";
|
||||||
sha256 = "1rx7ih94ig3pd1yx1d3fpx7zpixq3j5birkpnzkh778qqsdrg0nf";
|
sha256 = "05p5kqbwgqyk2aw2lix5dk1ql16aj6iczxrc63a1l0vj8wrha7z4";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://unity3d.com/;
|
homepage = "https://unity3d.com/";
|
||||||
description = "Game development tool";
|
description = "Game development tool";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Popular development platform for creating 2D and 3D multiplatform games
|
Popular development platform for creating 2D and 3D multiplatform games
|
||||||
|
Loading…
Reference in New Issue
Block a user