Skip to content

Commit ea63fd4

Browse files
committedJul 25, 2017
multi-ghc-travis: update to latest git version
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.
1 parent 97102f4 commit ea63fd4

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/tools/haskell/multi-ghc-travis

1 file changed

+3
-3
lines changed
 

‎pkgs/development/tools/haskell/multi-ghc-travis/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

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

77
buildInputs = [ ghc ];
88

99
src = fetchFromGitHub {
1010
owner = "hvr";
1111
repo = "multi-ghc-travis";
12-
rev = "800980d76f7a74f3cdfd76b3dff351d52d2c84ee";
13-
sha256 = "03y8b4iz5ly9vkjc551c1bxalg1vl4k2sic327s3vh00jmjgvhz6";
12+
rev = "f21804164cf646d682d7da668a625cdbd8baf05a";
13+
sha256 = "07l3qzlc2hl7g5wbgqh8ld8ynl004i6m7p903667gbhs7sw03nbl";
1414
};
1515

1616
installPhase = ''

0 commit comments

Comments
 (0)