multi-ghc-travis: update to latest git version
This commit is contained in:
parent
c583bfbf80
commit
3e3a860c88
@ -3,25 +3,15 @@
|
||||
, tasty-golden, transformers, fetchFromGitHub, fetchpatch
|
||||
}:
|
||||
|
||||
let
|
||||
|
||||
newShellCheck = fetchpatch {
|
||||
url = https://github.com/haskell-CI/haskell-ci/pull/159.patch;
|
||||
sha256 = "17qn099lvfiii5z3hg24idmg4sk6ph7m2k940fsxzhqrad8fkjmw";
|
||||
};
|
||||
|
||||
in
|
||||
|
||||
mkDerivation {
|
||||
pname = "haskell-ci";
|
||||
version = "0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "haskell-CI";
|
||||
repo = "haskell-ci";
|
||||
rev = "b592d290cff68c7abcbd7f99f41aac998e7b7916";
|
||||
sha256 = "0jwaifp9wx6lb27qj191hjm125kq3vndh5lf7ibd86x19h5zmy4c";
|
||||
rev = "f7ab8c794d7a957370d89f9b4e285a6d20bf8af8";
|
||||
sha256 = "0w8qjdy8hzdrwmqnkf4y967r9xh0k21w3hxqlsjp66cay1vby2s8";
|
||||
};
|
||||
patches = [ newShellCheck ];
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
Loading…
Reference in New Issue
Block a user