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

Commits on Nov 13, 2017

  1. hydra: 2017-09-14 -> 2017-10-26

    Fixes the build with the current nixUnstable.
    
    (cherry picked from commit 286faa2)
    orivej committed Nov 13, 2017
    Copy the full SHA
    d82afbe View commit details
  2. Merge pull request #31620 from LumiGuide/fix-hydra-release-17.09

    Fix hydra on release-17.09 by upgrading: 2017-09-14 -> 2017-10-26
    orivej authored Nov 13, 2017
    Copy the full SHA
    5fbc4e5 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/misc/hydra/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/misc/hydra/default.nix
Original file line number Diff line number Diff line change
@@ -62,15 +62,15 @@ let
};
in releaseTools.nixBuild rec {
name = "hydra-${version}";
version = "2017-09-14";
version = "2017-10-26";

inherit stdenv;

src = fetchFromGitHub {
owner = "NixOS";
repo = "hydra";
rev = "b828224fee451ad26e87cfe4eeb9c0704ee1062b";
sha256 = "05xv10ldsa1rahxbbgh5kwvl1dv4yvc8idczpifgb55fgqj8zazm";
rev = "2cdc84f34f4de647dd89c5ef503782a3a48ff623";
sha256 = "1gcp22ldyc914aik4yhlzy60ym7z8513pvp0ag5637j44nz0rf7h";
};

buildInputs =