unityhub: 3.11.0 -> 3.11.1 (#383827)

authored by Nick Cao and committed by GitHub 32f5390e fcf05699

+2 -2
+2 -2
pkgs/development/tools/unityhub/default.nix
··· 11 12 stdenv.mkDerivation rec { 13 pname = "unityhub"; 14 - version = "3.11.0"; 15 16 src = fetchurl { 17 url = "https://hub-dist.unity3d.com/artifactory/hub-debian-prod-local/pool/main/u/unity/unityhub_amd64/unityhub-amd64-${version}.deb"; 18 - sha256 = "sha256-2A+EB+EGE/1qu4CtSeXIRw5JPYnBU/EKbpQThC7oCug="; 19 }; 20 21 nativeBuildInputs = [
··· 11 12 stdenv.mkDerivation rec { 13 pname = "unityhub"; 14 + version = "3.11.1"; 15 16 src = fetchurl { 17 url = "https://hub-dist.unity3d.com/artifactory/hub-debian-prod-local/pool/main/u/unity/unityhub_amd64/unityhub-amd64-${version}.deb"; 18 + sha256 = "sha256-1JRV8hohI+UoNYtpuU3HChUOpOFT6ZWEak96s0NmSJU="; 19 }; 20 21 nativeBuildInputs = [