Skip to content

Commit

Permalink
EmptyEpsilon: 2020.08.25 -> 2020.11.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Nov 23, 2020
1 parent a4a1d54 commit b11ca24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/games/empty-epsilon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
let

major = "2020";
minor = "08";
patch = "25";
minor = "11";
patch = "23";

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

Expand All @@ -16,7 +16,7 @@ let
owner = "daid";
repo = "SeriousProton";
rev = "EE-${version}";
sha256 = "sha256-LiMEgsUpNBtduFO85ct6NYr/Smbzd8yE8Vce3voErLY=";
sha256 = "sha256-/gwJPlvvOCv5XIsiVgZ8Eb/7vgwG/V+s/soGVCfYrwo=";
};

nativeBuildInputs = [ cmake ];
Expand All @@ -42,7 +42,7 @@ stdenv.mkDerivation {
owner = "daid";
repo = "EmptyEpsilon";
rev = "EE-${version}";
sha256 = "sha256-3QREWTq1Jq9T/FtGFVU4MidZeUQvRSVChn9JKxv2SiQ=";
sha256 = "sha256-HbF6xThR+ogNHbAcXF03DaBhwVhNEr5BJO7jeeVZH/o=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit b11ca24

Please sign in to comment.