mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
openra: 20180218 -> 20180307
This commit is contained in:
parent
8df9cf585a
commit
204a029101
|
@ -5,7 +5,7 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "openra-${version}";
|
||||
version = "20180218";
|
||||
version = "20180307";
|
||||
|
||||
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 = "1853p2q88602s3zf22wg1h2qx2x661n20bcjjbfmj0h2d4p9dmaf";
|
||||
sha256 = "05c6vrmlgzfxgfx1idqmp6czmr079px3n57q5ahnwzqvcl11a2jj";
|
||||
|
||||
extraPostFetch = ''
|
||||
sed -i 's,curl,curl --insecure,g' $out/thirdparty/{fetch-thirdparty-deps,noget}.sh
|
||||
|
|
Loading…
Reference in a new issue