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: 8568f68e612d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c0cfe9bf500f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 31, 2019

  1. Copy the full SHA
    337baba View commit details

Commits on Feb 12, 2019

  1. Merge pull request #54991 from FlorianFranzen/sc2-headless

    sc2-headless: 3.17 -> 4.7.1
    srhb authored Feb 12, 2019
    Copy the full SHA
    c0cfe9b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/science/machine-learning/sc2-headless/default.nix
Original file line number Diff line number Diff line change
@@ -14,12 +14,12 @@ if !licenseAccepted then throw ''
else assert licenseAccepted;
let maps = callPackage ./maps.nix {};
in stdenv.mkDerivation rec {
version = "3.17";
version = "4.7.1";
name = "sc2-headless-${version}";

src = fetchurl {
url = "https://blzdistsc2-a.akamaihd.net/Linux/SC2.${version}.zip";
sha256 = "1biyxpf7n95hali1pw30h91rhzrj6sbwrx6s52d00mlnwdhmf2v0";
sha256 = "0q1ry9bd3dm8y4hvh57yfq7s05hl2k2sxi2wsl6h0r3w690v1kdd";
};

unpackCmd = ''