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: 3e57ec9d3412
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aaf57769cf2a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 20, 2020

  1. mygui: 3.2.2 -> 3.4.0

    r-ryantm committed Feb 20, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    picnoir Félix
    Copy the full SHA
    a15bdad View commit details

Commits on Jun 18, 2020

  1. Merge pull request #80624 from r-ryantm/auto-update/mygui

    mygui: 3.2.2 -> 3.4.0
    7c6f434c authored Jun 18, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    picnoir Félix
    Copy the full SHA
    aaf5776 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/mygui/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mygui/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@ let
renderSystem = if withOgre then "3" else "4";
in stdenv.mkDerivation rec {
pname = "mygui";
version = "3.2.2";
version = "3.4.0";

src = fetchFromGitHub {
owner = "MyGUI";
repo = "mygui";
rev = "MyGUI${version}";
sha256 = "1wk7jmwm55rhlqqcyvqsxdmwvl70bysl9azh4kd9n57qlmgk3zmw";
sha256 = "0a4zi8w18pjj813n7kmxldl1d9r1jp0iyhkw7pbqgl8f7qaq994w";
};

enableParallelBuilding = true;