Skip to content

Commit 7dc735e

Browse files
basvandijkLnL7
authored andcommittedJul 24, 2017
hydra: 2017-06-22 -> 2017-07-24
hydra-2017-06-22 fails to build because of the nixUnstable upgrade. hydra-2017-07-24 builds successfully. (cherry picked from commit 662cf64)
1 parent 8d9c838 commit 7dc735e

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-06-22";
65+
version = "2017-07-24";
6666

6767
inherit stdenv;
6868

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

7676
buildInputs =

0 commit comments

Comments
 (0)
Please sign in to comment.