unityhub: 3.5.0 -> 3.5.1

This commit is contained in:
huantian 2023-08-22 16:59:51 -07:00
parent a2eca347ae
commit 2ce6b6e355
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.5.0";
version = "3.5.1";
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-d5TUUhGqchkrCRqJWHEewurjsHxbfZ+5hv9w9Yv2EQ4=";
sha256 = "sha256-R/Ehf379Vbh/fN6iJO6BKsUuGMe2ogJdlWosElR+7f8=";
};
nativeBuildInputs = [