Loading pkgs/applications/editors/vscode/extensions/tekumara.typos-vscode/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -14,19 +14,19 @@ let { x86_64-linux = { arch = "linux-x64"; hash = "sha256-wOlZPf43h/xHgmKRxPWuCdqqorft/cV/V1qlSR7/r3Y="; hash = "sha256-DeyQgxfPD7R2OjQZ99PNN7hV0Vt9jk5sw+XcM+yIURI="; }; aarch64-linux = { arch = "linux-arm64"; hash = "sha256-LcNCD3OHq1IREEZ5y9fkCcdtjXBOd5UuhvG833oAx3Q="; hash = "sha256-A8xjglh1re02mix5BpE00FNyU6Cjj01vz48lmz2acG8="; }; x86_64-darwin = { arch = "darwin-x64"; hash = "sha256-I+2SYCPHXTIrZg2imWRpdj4KbuPcdJ3GQdrxu3bInbs="; hash = "sha256-mK/pLDemgmVuLAMYMEeSvi96ckHNq8ie2Y+JENtaTXA="; }; aarch64-darwin = { arch = "darwin-arm64"; hash = "sha256-PaXHB8lMKpKgaOekBPvzmYPsokaR2pZTzJsIcYujS3A="; hash = "sha256-taFeZB00iBoYQULhlRHDjrj/Zm7aXYgbPiPK7xjnsYU="; }; } .${system} or (throw "Unsupported system: ${system}"); Loading @@ -38,7 +38,7 @@ vscode-utils.buildVscodeMarketplaceExtension { # Please update the corresponding binary (typos-lsp) # when updating this extension. # See pkgs/by-name/ty/typos-lsp/package.nix version = "0.1.44"; version = "0.1.45"; inherit (extInfo) hash arch; }; Loading Loading
pkgs/applications/editors/vscode/extensions/tekumara.typos-vscode/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -14,19 +14,19 @@ let { x86_64-linux = { arch = "linux-x64"; hash = "sha256-wOlZPf43h/xHgmKRxPWuCdqqorft/cV/V1qlSR7/r3Y="; hash = "sha256-DeyQgxfPD7R2OjQZ99PNN7hV0Vt9jk5sw+XcM+yIURI="; }; aarch64-linux = { arch = "linux-arm64"; hash = "sha256-LcNCD3OHq1IREEZ5y9fkCcdtjXBOd5UuhvG833oAx3Q="; hash = "sha256-A8xjglh1re02mix5BpE00FNyU6Cjj01vz48lmz2acG8="; }; x86_64-darwin = { arch = "darwin-x64"; hash = "sha256-I+2SYCPHXTIrZg2imWRpdj4KbuPcdJ3GQdrxu3bInbs="; hash = "sha256-mK/pLDemgmVuLAMYMEeSvi96ckHNq8ie2Y+JENtaTXA="; }; aarch64-darwin = { arch = "darwin-arm64"; hash = "sha256-PaXHB8lMKpKgaOekBPvzmYPsokaR2pZTzJsIcYujS3A="; hash = "sha256-taFeZB00iBoYQULhlRHDjrj/Zm7aXYgbPiPK7xjnsYU="; }; } .${system} or (throw "Unsupported system: ${system}"); Loading @@ -38,7 +38,7 @@ vscode-utils.buildVscodeMarketplaceExtension { # Please update the corresponding binary (typos-lsp) # when updating this extension. # See pkgs/by-name/ty/typos-lsp/package.nix version = "0.1.44"; version = "0.1.45"; inherit (extInfo) hash arch; }; Loading