Skip to content

Commit be4a4ef

Browse files
committedJun 21, 2017
hydra: 2017-04-26 -> 2017-06-21
1 parent cfdb976 commit be4a4ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/tools/misc/hydra/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ let
6262
};
6363
in releaseTools.nixBuild rec {
6464
name = "hydra-${version}";
65-
version = "2017-04-26";
65+
version = "2017-06-21";
6666

6767
inherit stdenv;
6868

6969
src = fetchFromGitHub {
7070
owner = "NixOS";
7171
repo = "hydra";
72-
rev = "1f94f0369937c9187b158f53a4a361507a62c5e9";
73-
sha256 = "0h013690pwm20vykccr6l4k0q1jdb065127pblfhs23a287ayqlm";
72+
rev = "6e4a7a30f731c42e64e24ccbf8f25110c02776ab";
73+
sha256 = "0j7s4slmwrmwywvfkxdpg4wgxnfqjzv9dzwvni2n21sbbwjyqgij";
7474
};
7575

7676
buildInputs =

0 commit comments

Comments
 (0)
Please sign in to comment.