Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aa685f503797
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3adf44128466
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 28, 2020

  1. unityhub: update to 2.3.2

    tesq0 committed Aug 28, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    60c3ade View commit details

Commits on Sep 9, 2020

  1. Merge pull request #96545 from tesq0/unityhub-update-to-2.3.2

    unityhub: update to 2.3.2
    mkg20001 authored Sep 9, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3adf441 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/unityhub/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/unityhub/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, appimageTools, gsettings-desktop-schemas, gtk3 }:

let
version = "2.3.1";
version = "2.3.2";
in appimageTools.wrapType2 rec {
name = "unityhub";

@@ -23,7 +23,7 @@ in appimageTools.wrapType2 rec {
src = fetchurl {
# mirror of https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage
url = "https://archive.org/download/unity-hub-${version}/UnityHub.AppImage";
sha256 = "09nrgjlknl3hgrrl7rc79bmbrq6r6sl49dw0cmvs37vjqnvlr8ny";
sha256 = "07nfyfp9apshqarc6pgshsczila6x4943hiyyizc55kp85aw0imn";
};

meta = with stdenv.lib; {