Skip to content

Commit

Permalink
hydra: 2017-06-21 -> 2017-06-22
Browse files Browse the repository at this point in the history
(cherry picked from commit 05f94c8)
Signed-off-by: Domen Kožar <domen@dev.si>
  • Loading branch information
domenkozar committed Jun 22, 2017
1 parent 496c1f3 commit 57bbb88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/misc/hydra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ let
};
in releaseTools.nixBuild rec {
name = "hydra-${version}";
version = "2017-06-21";
version = "2017-06-22";

inherit stdenv;

src = fetchFromGitHub {
owner = "NixOS";
repo = "hydra";
rev = "6e4a7a30f731c42e64e24ccbf8f25110c02776ab";
sha256 = "0j7s4slmwrmwywvfkxdpg4wgxnfqjzv9dzwvni2n21sbbwjyqgij";
rev = "803833aba77e1082c14857aa26933fc7fe5ae190";
sha256 = "1cnxpsan8l6fnbr73n0qxxq1szlda1n3qfkk9k9ic8ijk7md4pvs";
};

buildInputs =
Expand Down

0 comments on commit 57bbb88

Please sign in to comment.