Skip to content

Commit

Permalink
multi-ghc-travis: update to latest git head
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Aug 31, 2017
1 parent 57c40d0 commit 9105433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/haskell/multi-ghc-travis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

stdenv.mkDerivation rec {
name = "multi-ghc-travis-${version}";
version = "git-2017-07-27";
version = "20170728-git";

buildInputs = [ ghc ];

src = fetchFromGitHub {
owner = "hvr";
repo = "multi-ghc-travis";
rev = "f21804164cf646d682d7da668a625cdbd8baf05a";
sha256 = "07l3qzlc2hl7g5wbgqh8ld8ynl004i6m7p903667gbhs7sw03nbl";
rev = "437739986fc81ca8c010e5d889348ba74171e680";
sha256 = "05fbc7ab9c25k19xj0iax72gv62l89dw2m4bci7h76y9hcajs5v4";
};

installPhase = ''
Expand Down

0 comments on commit 9105433

Please sign in to comment.