commandergenius: 2.3.2 -> 2.3.3

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 2019-04-30 06:44:27 -07:00 committed by Frederik Rietdijk
parent a840fbe80c
commit 01259851c1

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "commandergenius-${version}";
version = "2.3.2";
version = "2.3.3";
src = fetchFromGitLab {
owner = "Dringgstein";
repo = "Commander-Genius";
rev = "v${version}";
sha256 = "1a8as56ycbq8csnssd5wqv2jand5c9yskld6prh3dn9gy96jbvgj";
sha256 = "04nb23wwvc3yywz3cr6gvn02fa7psfs22ssg4wk12s08z1azvz3h";
};
buildInputs = [ SDL2 SDL2_image SDL2_mixer libGL boost libvorbis zlib curl python3 ];