Merge pull request #96545 from tesq0/unityhub-update-to-2.3.2
unityhub: update to 2.3.2
This commit is contained in:
commit
3adf441284
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchurl, appimageTools, gsettings-desktop-schemas, gtk3 }:
|
||||
|
||||
let
|
||||
version = "2.3.1";
|
||||
version = "2.3.2";
|
||||
in appimageTools.wrapType2 rec {
|
||||
name = "unityhub";
|
||||
|
||||
|
@ -23,7 +23,7 @@ in appimageTools.wrapType2 rec {
|
|||
src = fetchurl {
|
||||
# mirror of https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage
|
||||
url = "https://archive.org/download/unity-hub-${version}/UnityHub.AppImage";
|
||||
sha256 = "09nrgjlknl3hgrrl7rc79bmbrq6r6sl49dw0cmvs37vjqnvlr8ny";
|
||||
sha256 = "07nfyfp9apshqarc6pgshsczila6x4943hiyyizc55kp85aw0imn";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue