Merge pull request #84990 from sorki/spring

spring: 104.0.1-1477-g8ecf38a -> 104.0.1-1480-gc9377ac
This commit is contained in:
Domen Kožar 2020-04-11 14:58:35 +02:00 committed by GitHub
commit ce419005bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,17 +8,17 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "spring"; pname = "spring";
version = "104.0.1-${buildId}-g${shortRev}"; version = "104.0.1-${buildId}-g${shortRev}";
# usually the latest in https://github.com/spring/spring/commits/maintenance # usually the latest in https://github.com/spring/spring/commits/maintenance
rev = "8ecf38a784ed3c4e3d67bc8d59839a77e0f0b83e"; rev = "c9377ac3d5779eca811080e1c98a3ac668a22b18";
shortRev = builtins.substring 0 7 rev; shortRev = builtins.substring 0 7 rev;
buildId = "1477"; buildId = "1480";
# taken from https://github.com/spring/spring/commits/maintenance # taken from https://github.com/spring/spring/commits/maintenance
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "spring"; owner = "spring";
repo = "spring"; repo = "spring";
inherit rev; inherit rev;
sha256 = "0iai1wnd7msabgw2979cp2k54sgcfvidfmymhnck31jwbfa6y021"; sha256 = "0iha1bnb72hqijm41jppipqgghh15cw3rbyyzfal1b516431848p";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
homepage = "https://springrts.com/"; homepage = "https://springrts.com/";
description = "A powerful real-time strategy (RTS) game engine"; description = "A powerful real-time strategy (RTS) game engine";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ]; maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar maintainers.sorki ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }