Skip to content

Commit

Permalink
EmptyEpsilon: 2020.01.15 -> 2020.02.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Mar 12, 2020
1 parent 1926caf commit f7d1c83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 = "01";
patch = "15";
minor = "02";
patch = "18";

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

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

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

nativeBuildInputs = [ cmake ];
Expand All @@ -60,7 +60,7 @@ stdenv.mkDerivation {
description = "Open source bridge simulator based on Artemis";
homepage = https://daid.github.io/EmptyEpsilon/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ fpletz lheckemann ];
maintainers = with maintainers; [ fpletz lheckemann ma27 ];
platforms = platforms.linux;
};
}

0 comments on commit f7d1c83

Please sign in to comment.