Merge pull request #43783 from r-ryantm/auto-update/commandergenius
commandergenius: 2.2.0 -> 2.2.2
This commit is contained in:
commit
20bc614680
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "commandergenius-${version}";
|
name = "commandergenius-${version}";
|
||||||
version = "2.2.0";
|
version = "2.2.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gerstrong";
|
owner = "gerstrong";
|
||||||
repo = "Commander-Genius";
|
repo = "Commander-Genius";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1hjx4j325vj1ayxi3j2dpplpd3x0iqx98gyb093ld7dfnsyilbph";
|
sha256 = "1mfw25pgr492ayqw3b85mwp20wh6anrr90gdy605nv1yjma62pmj";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ SDL2 SDL2_image SDL2_mixer libGL boost libvorbis zlib curl python3 ];
|
buildInputs = [ SDL2 SDL2_image SDL2_mixer libGL boost libvorbis zlib curl python3 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user