openra: 20171014 -> 20180218
This commit is contained in:
parent
eda72ad748
commit
46485d0b81
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "openra-${version}";
|
||||
version = "20171014";
|
||||
version = "20180218";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Real Time Strategy game engine recreating the C&C titles";
|
||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
owner = "OpenRA";
|
||||
repo = "OpenRA";
|
||||
rev = "release-${version}";
|
||||
sha256 = "0nlwpmiwhjs3qc2lxwnrh4p874v5y6mf4avi6bqgr1wvzc43n8wr";
|
||||
sha256 = "1853p2q88602s3zf22wg1h2qx2x661n20bcjjbfmj0h2d4p9dmaf";
|
||||
|
||||
extraPostFetch = ''
|
||||
sed -i 's,curl,curl --insecure,g' $out/thirdparty/{fetch-thirdparty-deps,noget}.sh
|
||||
|
|
Loading…
Reference in a new issue