Skip to content

Commit

Permalink
multi-ghc-travis: update to latest git version
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 9, 2017
1 parent bcf9af5 commit fbb5b2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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-05-18";
version = "git-2017-05-24";

buildInputs = [ ghc ];

src = fetchFromGitHub {
owner = "hvr";
repo = "multi-ghc-travis";
rev = "3e1b3847583020f0e83c97fcf4bcfb7c90b78259";
sha256 = "0hnwp9gsv2rnkxqiw4cg1vdi7wccajx0i9ryhw4lfr8nhkizbsww";
rev = "c1dcbcbcd3eadcc63adeac65d63497885b422a44";
sha256 = "12xss8wgsqs2fghrfl4h6g5wli6wn274zmdsq5zdcib2m7da5yw2";
};

installPhase = ''
Expand All @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "Generate .travis.yml for multiple ghc versions";
homepage = "https://github.com/hvr/multi-ghc-travis";
license = licenses.bsd3;
platforms = platforms.all;
platforms = ghc.meta.platforms;
maintainers = with maintainers; [ jb55 ];
};
}

0 comments on commit fbb5b2e

Please sign in to comment.