commandergenius: 2.2.0 -> 2.2.2

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/commandergenius/versions.
This commit is contained in:
R. RyanTM 2018-07-18 16:36:09 -07:00
parent 1ae2f10642
commit 8139663f66

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "commandergenius-${version}";
version = "2.2.0";
version = "2.2.2";
src = fetchFromGitHub {
owner = "gerstrong";
repo = "Commander-Genius";
rev = "v${version}";
sha256 = "1hjx4j325vj1ayxi3j2dpplpd3x0iqx98gyb093ld7dfnsyilbph";
sha256 = "1mfw25pgr492ayqw3b85mwp20wh6anrr90gdy605nv1yjma62pmj";
};
buildInputs = [ SDL2 SDL2_image SDL2_mixer libGL boost libvorbis zlib curl python3 ];