Skip to content

Commit 14732f8

Browse files
committedJun 21, 2017
hydra: 2017-04-26 -> 2017-06-21
(cherry picked from commit be4a4ef) Signed-off-by: Domen Kožar <domen@dev.si>
1 parent 79cd5b1 commit 14732f8

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.