1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #52531 from fusion809/openra-20181215-bump

openra: 20180923->20181215
This commit is contained in:
Dmitry Kalinkin 2018-12-23 19:05:52 -05:00 committed by GitHub
commit 9592e380c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,8 @@
}:
stdenv.mkDerivation rec {
name = "openra-${version}";
version = "20180923";
pname = "openra";
version = "20181215";
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 = "1pgi3zaq9fwwdq6yh19bwxscslqgabjxkvl9bcn1a5agy4bfbqk5";
sha256 = "0p0izykjnz7pz02g2khp7msqa00jhjsrzk9y0g29dirmdv75qa4r";
extraPostFetch = ''
sed -i 's,curl,curl --insecure,g' $out/thirdparty/{fetch-thirdparty-deps,noget}.sh