unityhub: 3.4.2 -> 3.5.0

This commit is contained in:
huantian 2023-06-25 18:41:41 -07:00
parent dd2d2f3318
commit 2ffac9873d
No known key found for this signature in database
GPG key ID: 4A0318E04E555DE5

View file

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "unityhub";
version = "3.4.2";
version = "3.5.0";
src = fetchurl {
url = "https://hub-dist.unity3d.com/artifactory/hub-debian-prod-local/pool/main/u/unity/unityhub_amd64/unityhub-amd64-${version}.deb";
sha256 = "sha256-I1qtrD94IpMut0a6JUHErHaksoZ+z8/dDG8U68Y5zJE=";
sha256 = "sha256-d5TUUhGqchkrCRqJWHEewurjsHxbfZ+5hv9w9Yv2EQ4=";
};
nativeBuildInputs = [