Skip to content

Commit 0eb23e4

Browse files
authored
Merge pull request #30 from input-output-hk/rvl/bump-haskell-nix
Update haskell.nix revision
2 parents 232e4fd + 4276c48 commit 0eb23e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ in
1414
, haskell ? import (overrideWith "haskell"
1515
(pkgs.fetchFromGitHub { owner = "input-output-hk";
1616
repo = "haskell.nix";
17-
rev = "ed1dbc01f98411894f6613c62818f14b02fb6679";
18-
sha256 = "0kbj4kb9rlvjb4afpcisz9zlk5z3h7frkwggfwri1q5683fapkgv";
17+
rev = "7446d044a0db6acdd3d13c1d933ec1ed6da9a606";
18+
sha256 = "11zsf22r98xxr0wj38mm9ig9gsgk5c3wf0xcsxfbf7xxyg4v22iv";
1919
name = "haskell-lib-source"; }))
2020
{ inherit pkgs; }
2121
}:

0 commit comments

Comments
 (0)