haskell-ci: bump to latest git version
This commit is contained in:
parent
51435890dd
commit
3dd4ea56d7
@ -1229,12 +1229,12 @@ self: super: {
|
|||||||
# The latest release version is ancient. You really need this tool from git.
|
# The latest release version is ancient. You really need this tool from git.
|
||||||
haskell-ci = generateOptparseApplicativeCompletion "haskell-ci"
|
haskell-ci = generateOptparseApplicativeCompletion "haskell-ci"
|
||||||
(addBuildDepend (overrideSrc (dontCheck super.haskell-ci) {
|
(addBuildDepend (overrideSrc (dontCheck super.haskell-ci) {
|
||||||
version = "2019.02.22-git";
|
version = "20190307-git";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "haskell-CI";
|
owner = "haskell-CI";
|
||||||
repo = "haskell-ci";
|
repo = "haskell-ci";
|
||||||
rev = "3a861aa7d6099296a9ac1003c7218e3ed831ca8c";
|
rev = "2baceb59bc2f36e798ff9fb6e8865c449f01d3a2";
|
||||||
sha256 = "0hwfg3ab5mh3xml3nlabbr1x8bhg26gw6sxn8bgb8bh6r0ccq9pi";
|
sha256 = "1wqhqajxni6h9rrj22xj6421d4m0gs8qk2glghpdp307ns5gr2j4";
|
||||||
};
|
};
|
||||||
}) (with self; [base-compat generic-lens microlens optparse-applicative ShellCheck]));
|
}) (with self; [base-compat generic-lens microlens optparse-applicative ShellCheck]));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user