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

Commits on Jan 2, 2020

  1. Copy the full SHA
    a664899 View commit details
  2. Merge pull request #76818 from lheckemann/ee-bump

    EmptyEpsilon: 2019.05.21 -> 2019.11.01
    fpletz authored Jan 2, 2020
    Copy the full SHA
    8b60bfd View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/games/empty-epsilon/default.nix
8 changes: 4 additions & 4 deletions pkgs/games/empty-epsilon/default.nix
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
let

major = "2019";
minor = "05";
patch = "21";
minor = "11";
patch = "01";

version = "${major}.${minor}.${patch}";

@@ -16,7 +16,7 @@ let
owner = "daid";
repo = "SeriousProton";
rev = "EE-${version}";
sha256 = "0q6in9rfs3b3qrfj2j6aj64z110k1yall4iqpp68rpp9r1dsh26p";
sha256 = "1sc1z9n99jspa8jnk0pwdzynnadvcmb3pxl5cndw3z90xjwpzivw";
};

nativeBuildInputs = [ cmake ];
@@ -42,7 +42,7 @@ stdenv.mkDerivation {
owner = "daid";
repo = "EmptyEpsilon";
rev = "EE-${version}";
sha256 = "0v2xz1wlji6m6311r3vpkdil3a7l1w5nsz5yqd1l8bimy11rdr55";
sha256 = "09jizc6h7jbsp8bzv05pvb5z24zadjzjx1slj5317axsb170v81p";
};

nativeBuildInputs = [ cmake ];