Skip to content

Commit

Permalink
openra: 20171014 -> 20180218
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Feb 20, 2018
1 parent eda72ad commit 46485d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/openra/default.nix
Expand Up @@ -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";
Expand All @@ -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
Expand Down

0 comments on commit 46485d0

Please sign in to comment.