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
This commit is contained in:
parent
58b3b9c34b
commit
84903aa354
|
@ -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
|
, libvorbis, libGL, boost, cmake, zlib, curl, SDL2_mixer, python3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "commandergenius-${version}";
|
name = "commandergenius-${version}";
|
||||||
version = "2.2.2";
|
version = "2.3.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitLab {
|
||||||
owner = "gerstrong";
|
owner = "Dringgstein";
|
||||||
repo = "Commander-Genius";
|
repo = "Commander-Genius";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1mfw25pgr492ayqw3b85mwp20wh6anrr90gdy605nv1yjma62pmj";
|
sha256 = "1a8as56ycbq8csnssd5wqv2jand5c9yskld6prh3dn9gy96jbvgj";
|
||||||
};
|
};
|
||||||
|
|
||||||
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…
Reference in New Issue