Skip to content

Commit 4e93756

Browse files
committed
Update sbv rev and sha in default.nix
1 parent 2087df4 commit 4e93756

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎default.nix‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ in
4949
hlint = self.callHackage "hlint" "2.0.14" {};
5050
hoogle = self.callHackage "hoogle" "5.0.15" {};
5151

52-
# sbv >= 7.6
52+
# sbv >= 7.9
5353
sbv = pkgs.haskell.lib.dontCheck (self.callCabal2nix "sbv" (pkgs.fetchFromGitHub {
5454
owner = "LeventErkok";
5555
repo = "sbv";
56-
rev = "17a962cd096bbf699fdc576e7bc3c1ad0cd0f723";
57-
sha256 = "1k4gsw4i754l84s45ygj96r2wgy46ml6njacf0qn0pjvyps6q8hy";
56+
rev = "3dc60340634c82f39f6c5dca2b3859d10925cfdf";
57+
sha256 = "18xcxg1h19zx6gdzk3dfs87447k3xjqn40raghjz53bg5k8cdc31";
5858
}) {});
5959

6060
# Most recent github commit. Might also work with 0.14.0.2

0 commit comments

Comments
 (0)