Merge pull request #65777 from lheckemann/emptyepsilon-bump

EmptyEpsilon: 2019.01.19 -> 2019.05.21
This commit is contained in:
Maximilian Bosch 2019-08-02 11:48:48 +02:00 committed by GitHub
commit 727921c7a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@
let
major = "2019";
minor = "01";
patch = "19";
minor = "05";
patch = "21";
version = "${major}.${minor}.${patch}";
@ -16,7 +16,7 @@ let
owner = "daid";
repo = "SeriousProton";
rev = "EE-${version}";
sha256 = "1a5g16vvjrykmdgy5fc8x0v4ipfm0qdaimmy5jz84am14dqi3f8w";
sha256 = "0q6in9rfs3b3qrfj2j6aj64z110k1yall4iqpp68rpp9r1dsh26p";
};
nativeBuildInputs = [ cmake ];
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
owner = "daid";
repo = "EmptyEpsilon";
rev = "EE-${version}";
sha256 = "082v27w3n4jdm4a5884607rwsw4s00cnpqmh7bsdg9q3l29jpygn";
sha256 = "0v2xz1wlji6m6311r3vpkdil3a7l1w5nsz5yqd1l8bimy11rdr55";
};
nativeBuildInputs = [ cmake ];
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
description = "Open source bridge simulator based on Artemis";
homepage = https://daid.github.io/EmptyEpsilon/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ fpletz ];
maintainers = with maintainers; [ fpletz lheckemann ];
platforms = platforms.linux;
};
}