Merge pull request #96545 from tesq0/unityhub-update-to-2.3.2

unityhub: update to 2.3.2
gstqt5
Maciej Krüger 2020-09-09 20:00:02 +02:00 committed by GitHub
commit 3adf441284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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; {