unityhub: 3.6.1 -> 3.7.0

This commit is contained in:
huantian 2023-12-28 14:22:34 -07:00
parent e613b63475
commit b12ca09813
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.6.1";
version = "3.7.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-rpH87aFvbYanthwPw/SlluOH/rtj6owcVetBD4+TJeU=";
sha256 = "sha256-cFHcfpsHSDlR82PtZ0leRDpvCD6nw0Qdb3PsYKMnosA=";
};
nativeBuildInputs = [