We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2862a commit cf25403Copy full SHA for cf25403
release.nix
@@ -9,8 +9,8 @@ let
9
commonOverrides = self: super: {
10
vty = self.callHackageDirect {
11
pkg = "vty";
12
- ver = "6.1";
13
- sha256 = "2cefcb5764f6b662440ba9e56c30282da37071b599a7def7fc8e5679f2602bf8";
+ ver = "6.2";
+ sha256 = "sha256-7NePMONSoKJ/DQa4FSsFBy8ScGwWHU0nL7DomJCh+9Y=";
14
} {};
15
vty-crossplatform = self.callHackageDirect {
16
pkg = "vty-crossplatform";
0 commit comments