Skip to content

Commit

Permalink
Merge pull request #57849 from Ma27/update-hydra
Browse files Browse the repository at this point in the history
hydra: 2019-02-01 -> 2019-03-18
  • Loading branch information
nlewo authored Mar 21, 2019
2 parents 7ac7491 + 341aeb8 commit 06666a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/misc/hydra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ let
};
in releaseTools.nixBuild rec {
name = "hydra-${version}";
version = "2019-02-01";
version = "2019-03-18";

inherit stdenv;

src = fetchFromGitHub {
owner = "NixOS";
repo = "hydra";
rev = "8b5948f4cf12424c04df67a6eb136c9846fb2cfd";
sha256 = "0ldk3li394vykl9c4v9bs8pir05pmad24s0rx9bzqgz569zfj2iv";
rev = "0721f6623ffb5a4b6a77b499af4eee7d6e4dd6a7";
sha256 = "0b2g2bnbaqpwxx8p81i4gpl4y16i57z5pnjm90fpd0jxnkij3pcg";
};

buildInputs =
Expand Down

0 comments on commit 06666a5

Please sign in to comment.