unityhub: 3.5.2 -> 3.6.1

This commit is contained in:
R. Ryantm 2023-11-15 05:39:59 +00:00
parent 2387a37fa0
commit 508836ad94

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "unityhub";
version = "3.5.2";
version = "3.6.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-MiehcBs+Egfen7MzkzzWxLuTrWrHkqIj1y47sPI3Y74=";
sha256 = "sha256-rpH87aFvbYanthwPw/SlluOH/rtj6owcVetBD4+TJeU=";
};
nativeBuildInputs = [