Skip to content

Commit 05f94c8

Browse files
committedJun 22, 2017
hydra: 2017-06-21 -> 2017-06-22
1 parent 9c57f3b commit 05f94c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎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-06-21";
65+
version = "2017-06-22";
6666

6767
inherit stdenv;
6868

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

7676
buildInputs =

0 commit comments

Comments
 (0)
Please sign in to comment.