Unverified Commit 12c125c9 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

unityhub: 3.12.0 -> 3.12.1 (#405889)

parents 48f276a1 f6f7f970
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

stdenv.mkDerivation rec {
  pname = "unityhub";
  version = "3.12.0";
  version = "3.12.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-2shkZ+RuoOVWFU5uaBQ/oOrXcxTfcbhEVVIzYVvQ3k0=";
    sha256 = "sha256-Zpzl3H8cgVmPqpRAakL3m12OZ04Ddzpm+2krkuEkwrk=";
  };

  nativeBuildInputs = [