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.
This commit is contained in:
parent
97102f4580
commit
ea63fd4eb0
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "multi-ghc-travis-${version}";
|
name = "multi-ghc-travis-${version}";
|
||||||
version = "git-2017-07-26";
|
version = "git-2017-07-27";
|
||||||
|
|
||||||
buildInputs = [ ghc ];
|
buildInputs = [ ghc ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hvr";
|
owner = "hvr";
|
||||||
repo = "multi-ghc-travis";
|
repo = "multi-ghc-travis";
|
||||||
rev = "800980d76f7a74f3cdfd76b3dff351d52d2c84ee";
|
rev = "f21804164cf646d682d7da668a625cdbd8baf05a";
|
||||||
sha256 = "03y8b4iz5ly9vkjc551c1bxalg1vl4k2sic327s3vh00jmjgvhz6";
|
sha256 = "07l3qzlc2hl7g5wbgqh8ld8ynl004i6m7p903667gbhs7sw03nbl";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user