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

Commits on Jun 15, 2019

  1. windows.mingwrt: fix src url

    flokli committed Jun 15, 2019
    Copy the full SHA
    ddfc479 View commit details
  2. Merge pull request #63153 from flokli/mingwrt-src

    windows.mingwrt: fix src url
    grahamc authored Jun 15, 2019
    Copy the full SHA
    d925731 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/os-specific/windows/mingwrt/default.nix
4 changes: 2 additions & 2 deletions pkgs/os-specific/windows/mingwrt/default.nix
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ stdenv.mkDerivation rec {
name = "mingwrt-5.0.2";

src = fetchurl {
url = "mirror://sourceforge/mingw/MinGW/Base/mingw-rt/${name}-mingw32-src.tar.gz";
sha256 = "02pydg1m8y35nxb4k34nlb5c341y2waq76z42mgdzlcf661r91p0";
url = "mirror://sourceforge/mingw/MinGW/Base/mingwrt/${name}/${name}-mingw32-src.tar.xz";
sha256 = "1vj6f578wcffdmy7zzf7xz1lw57kxjy08j0k1n28f0j4ylrk68vp";
};

meta = {