Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 63ca98bc5371
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 60587bff4b7e
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Aug 18, 2019

  1. grafana: 6.3.2 -> 6.3.3

    (cherry picked from commit 74a1a6b)
    WilliButz committed Aug 18, 2019
    Copy the full SHA
    6c1ff5a View commit details
  2. steam: Update dependencies for steamrt

    (cherry picked from commit 965cddb)
    c00w authored and abbradar committed Aug 18, 2019
    Copy the full SHA
    bc40ce4 View commit details
  3. fetchurl mirrors: move steamrt mirror to another host

    This one is hosted in a cloud so hopefully incidents like
    NixOS/nixpkgs#66853 won't repeat.
    
    (cherry picked from commit e848ffe)
    abbradar committed Aug 18, 2019
    Copy the full SHA
    60587bf View commit details
Showing with 1,241 additions and 1,241 deletions.
  1. +1 −1 pkgs/build-support/fetchurl/mirrors.nix
  2. +1,236 −1,236 pkgs/games/steam/runtime-generated.nix
  3. +4 −4 pkgs/servers/monitoring/grafana/default.nix
2 changes: 1 addition & 1 deletion pkgs/build-support/fetchurl/mirrors.nix
Original file line number Diff line number Diff line change
@@ -379,7 +379,7 @@ rec {
# Steam Runtime mirrors
steamrt = [
http://repo.steampowered.com/steamrt/
https://abbradar.net/steamrt/
https://public.abbradar.moe/steamrt/
];

# Python PyPI mirrors
Loading