openra: 20171014 -> 20180218

This commit is contained in:
Franz Pletz 2018-02-21 00:25:28 +01:00
parent eda72ad748
commit 46485d0b81
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -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