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

Commits on Jan 24, 2020

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

    EmptyEpsilon: 2019.11.01 -> 2020.01.15
    Ma27 authored Jan 24, 2020
    Copy the full SHA
    2a8ad18 View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 pkgs/games/empty-epsilon/default.nix
10 changes: 5 additions & 5 deletions pkgs/games/empty-epsilon/default.nix
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@

let

major = "2019";
minor = "11";
patch = "01";
major = "2020";
minor = "01";
patch = "15";

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

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

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

nativeBuildInputs = [ cmake ];