Skip to content

Commit 3cc0f24

Browse files
committed
overlay: add typos newest version
1 parent fb271d4 commit 3cc0f24

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

overlays/default.nix

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,25 @@ in
1414
inherit (final.vscode-utils) buildVscodeMarketplaceExtension;
1515
in
1616
{
17+
typos = prev.typos.overrideAttrs (_old: rec {
18+
pname = "typos";
19+
version = "1.38.1";
20+
21+
src = final.fetchFromGitHub {
22+
owner = "crate-ci";
23+
repo = "typos";
24+
tag = "v${version}";
25+
hash = "sha256-xr3k3wx9EWKm00kt1GxE31Mw5wa3N3VJJCKaUbQa4ic=";
26+
};
27+
28+
doCheck = false;
29+
30+
cargoDeps = final.rustPlatform.fetchCargoVendor {
31+
inherit src;
32+
hash = "sha256-2XgnCXYqBvx7LRWaPt4iXznIXIEzYBlWMXbwEVZyGA8=";
33+
};
34+
35+
});
1736
vscode-extensions = recursiveUpdate prev.vscode-extensions
1837
{
1938
ionide.ionide-fsharp = buildVscodeMarketplaceExtension {

0 commit comments

Comments
 (0)