tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
vscode-extensions.tekumara.typos-vscode: 0.1.43 -> 0.1.44
R. Ryantm
4 months ago
c0efa875
319145a7
+5
-5
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
vscode
extensions
tekumara.typos-vscode
default.nix
+5
-5
pkgs/applications/editors/vscode/extensions/tekumara.typos-vscode/default.nix
···
14
{
15
x86_64-linux = {
16
arch = "linux-x64";
17
-
hash = "sha256-4vZn0n2oQ0Bu1k/mOo5QYON9FyUCnifQWi7rt8v64Qw=";
18
};
19
aarch64-linux = {
20
arch = "linux-arm64";
21
-
hash = "sha256-L7FproPmOySe3SuLyvaD5hje9/QecRpVgSATSzddD9U=";
22
};
23
x86_64-darwin = {
24
arch = "darwin-x64";
25
-
hash = "sha256-fJt5UXPdUSQHD1t1ThArnD2n+1hVpzXJD+CNKzQoaI0=";
26
};
27
aarch64-darwin = {
28
arch = "darwin-arm64";
29
-
hash = "sha256-u3H2+nz6lJtMXn38dDnshaJcnoC7cKJg2q2n0nCa0Dc=";
30
};
31
}
32
.${system} or (throw "Unsupported system: ${system}");
···
38
# Please update the corresponding binary (typos-lsp)
39
# when updating this extension.
40
# See pkgs/by-name/ty/typos-lsp/package.nix
41
-
version = "0.1.43";
42
inherit (extInfo) hash arch;
43
};
44
···
14
{
15
x86_64-linux = {
16
arch = "linux-x64";
17
+
hash = "sha256-wOlZPf43h/xHgmKRxPWuCdqqorft/cV/V1qlSR7/r3Y=";
18
};
19
aarch64-linux = {
20
arch = "linux-arm64";
21
+
hash = "sha256-LcNCD3OHq1IREEZ5y9fkCcdtjXBOd5UuhvG833oAx3Q=";
22
};
23
x86_64-darwin = {
24
arch = "darwin-x64";
25
+
hash = "sha256-I+2SYCPHXTIrZg2imWRpdj4KbuPcdJ3GQdrxu3bInbs=";
26
};
27
aarch64-darwin = {
28
arch = "darwin-arm64";
29
+
hash = "sha256-PaXHB8lMKpKgaOekBPvzmYPsokaR2pZTzJsIcYujS3A=";
30
};
31
}
32
.${system} or (throw "Unsupported system: ${system}");
···
38
# Please update the corresponding binary (typos-lsp)
39
# when updating this extension.
40
# See pkgs/by-name/ty/typos-lsp/package.nix
41
+
version = "0.1.44";
42
inherit (extInfo) hash arch;
43
};
44