We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent cfdb976 commit be4a4efCopy full SHA for be4a4ef
pkgs/development/tools/misc/hydra/default.nix
@@ -62,15 +62,15 @@ let
62
};
63
in releaseTools.nixBuild rec {
64
name = "hydra-${version}";
65
- version = "2017-04-26";
+ version = "2017-06-21";
66
67
inherit stdenv;
68
69
src = fetchFromGitHub {
70
owner = "NixOS";
71
repo = "hydra";
72
- rev = "1f94f0369937c9187b158f53a4a361507a62c5e9";
73
- sha256 = "0h013690pwm20vykccr6l4k0q1jdb065127pblfhs23a287ayqlm";
+ rev = "6e4a7a30f731c42e64e24ccbf8f25110c02776ab";
+ sha256 = "0j7s4slmwrmwywvfkxdpg4wgxnfqjzv9dzwvni2n21sbbwjyqgij";
74
75
76
buildInputs =
0 commit comments