summaryrefslogtreecommitdiffstats
path: root/pkgs/games/commandergenius
diff options
context:
space:
mode:
authorStephen <stephengroat@users.noreply.github.com>2019-03-18 11:51:00 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-18 19:51:00 +0100
commit84903aa35451317999a1c89c10cd84df33b2bc37 (patch)
tree55ca72d3de68aa7f493e4761c1060a834e4a6bd3 /pkgs/games/commandergenius
parent58b3b9c34b30889a217aefb8c7e01b68e716cd54 (diff)
commandergenius: update and move to gitlab (#57740)
update and move to gitlab (repo has moved) update fixes build (https://hydra.nixos.org/build/90482453/nixlog/2) for #56826
Diffstat (limited to 'pkgs/games/commandergenius')
-rw-r--r--pkgs/games/commandergenius/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/games/commandergenius/default.nix b/pkgs/games/commandergenius/default.nix
index 45be0a3085e4..4509f8140ce4 100644
--- a/pkgs/games/commandergenius/default.nix
+++ b/pkgs/games/commandergenius/default.nix
@@ -1,16 +1,16 @@
-{ stdenv, fetchFromGitHub, SDL2, SDL2_image, pkgconfig
+{ stdenv, fetchFromGitLab, SDL2, SDL2_image, pkgconfig
, libvorbis, libGL, boost, cmake, zlib, curl, SDL2_mixer, python3
}:
stdenv.mkDerivation rec {
name = "commandergenius-${version}";
- version = "2.2.2";
+ version = "2.3.2";
- src = fetchFromGitHub {
- owner = "gerstrong";
+ src = fetchFromGitLab {
+ owner = "Dringgstein";
repo = "Commander-Genius";
rev = "v${version}";
- sha256 = "1mfw25pgr492ayqw3b85mwp20wh6anrr90gdy605nv1yjma62pmj";
+ sha256 = "1a8as56ycbq8csnssd5wqv2jand5c9yskld6prh3dn9gy96jbvgj";
};
buildInputs = [ SDL2 SDL2_image SDL2_mixer libGL boost libvorbis zlib curl python3 ];