Skip to content

Commit

Permalink
multi-ghc-travis: update to latest git version
Browse files Browse the repository at this point in the history
I used an incorrect date for the version field in my last commit, so now I have
to date this slightly into the future to make sure the new version actually
looks newer to Nix, too.
  • Loading branch information
peti committed Jul 25, 2017
1 parent 97102f4 commit ea63fd4
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
Expand Up @@ -2,15 +2,15 @@

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

buildInputs = [ ghc ];

src = fetchFromGitHub {
owner = "hvr";
repo = "multi-ghc-travis";
rev = "800980d76f7a74f3cdfd76b3dff351d52d2c84ee";
sha256 = "03y8b4iz5ly9vkjc551c1bxalg1vl4k2sic327s3vh00jmjgvhz6";
rev = "f21804164cf646d682d7da668a625cdbd8baf05a";
sha256 = "07l3qzlc2hl7g5wbgqh8ld8ynl004i6m7p903667gbhs7sw03nbl";
};

installPhase = ''
Expand Down

0 comments on commit ea63fd4

Please sign in to comment.