Skip to content

Commit cf25403

Browse files
committed
release.nix: Bump vty from 6.1 to 6.2
1 parent 1f2862a commit cf25403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ let
99
commonOverrides = self: super: {
1010
vty = self.callHackageDirect {
1111
pkg = "vty";
12-
ver = "6.1";
13-
sha256 = "2cefcb5764f6b662440ba9e56c30282da37071b599a7def7fc8e5679f2602bf8";
12+
ver = "6.2";
13+
sha256 = "sha256-7NePMONSoKJ/DQa4FSsFBy8ScGwWHU0nL7DomJCh+9Y=";
1414
} {};
1515
vty-crossplatform = self.callHackageDirect {
1616
pkg = "vty-crossplatform";

0 commit comments

Comments
 (0)