Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 75436c960ce5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9592e380c5ce
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 23, 2018

  1. openra: 20180923->20181215

    fusion809 committed Dec 23, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    DuCanhGH Ngô Đức Anh
    Copy the full SHA
    2df9920 View commit details

Commits on Dec 24, 2018

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

    openra: 20180923->20181215
    veprbl authored Dec 24, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    DuCanhGH Ngô Đức Anh
    Copy the full SHA
    9592e38 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/games/openra/default.nix
6 changes: 3 additions & 3 deletions pkgs/games/openra/default.nix
Original file line number Diff line number Diff line change
@@ -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