From 84903aa35451317999a1c89c10cd84df33b2bc37 Mon Sep 17 00:00:00 2001 From: Stephen Date: Mon, 18 Mar 2019 11:51:00 -0700 Subject: 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 --- pkgs/games/commandergenius/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgs/games/commandergenius') diff --git a/pkgs/games/commandergenius/default.nix b/pkgs/games/commandergenius/default.nix index 45be0a3085e..4509f8140ce 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 ]; -- cgit 1.4.1