vscode-extensions.justusadam.language-haskell: 2.5.0 -> 2.6.0

This commit is contained in:
Edmund Wu 2019-05-26 21:07:25 -04:00
parent 3a1e3cf5e5
commit f3a49a8fae
No known key found for this signature in database
GPG key ID: 76AA3F9F2BD3E3A0

View file

@ -52,8 +52,8 @@ rec {
mktplcRef = {
name = "language-haskell";
publisher = "justusadam";
version = "2.5.0"; # see the note above
sha256 = "10jqj8qw5x6da9l8zhjbra3xcbrwb4cpwc3ygsy29mam5pd8g6b3";
version = "2.6.0"; # see the note above
sha256 = "1891pg4x5qkh151pylvn93c4plqw6vgasa4g40jbma5xzq8pygr4";
};
meta = {
license = stdenv.lib.licenses.bsd3;