vscode-extensions.tekumara.typos-vscode: 0.1.43 -> 0.1.44

R. Ryantm c0efa875 319145a7

+5 -5
+5 -5
pkgs/applications/editors/vscode/extensions/tekumara.typos-vscode/default.nix
··· 14 14 { 15 15 x86_64-linux = { 16 16 arch = "linux-x64"; 17 - hash = "sha256-4vZn0n2oQ0Bu1k/mOo5QYON9FyUCnifQWi7rt8v64Qw="; 17 + hash = "sha256-wOlZPf43h/xHgmKRxPWuCdqqorft/cV/V1qlSR7/r3Y="; 18 18 }; 19 19 aarch64-linux = { 20 20 arch = "linux-arm64"; 21 - hash = "sha256-L7FproPmOySe3SuLyvaD5hje9/QecRpVgSATSzddD9U="; 21 + hash = "sha256-LcNCD3OHq1IREEZ5y9fkCcdtjXBOd5UuhvG833oAx3Q="; 22 22 }; 23 23 x86_64-darwin = { 24 24 arch = "darwin-x64"; 25 - hash = "sha256-fJt5UXPdUSQHD1t1ThArnD2n+1hVpzXJD+CNKzQoaI0="; 25 + hash = "sha256-I+2SYCPHXTIrZg2imWRpdj4KbuPcdJ3GQdrxu3bInbs="; 26 26 }; 27 27 aarch64-darwin = { 28 28 arch = "darwin-arm64"; 29 - hash = "sha256-u3H2+nz6lJtMXn38dDnshaJcnoC7cKJg2q2n0nCa0Dc="; 29 + hash = "sha256-PaXHB8lMKpKgaOekBPvzmYPsokaR2pZTzJsIcYujS3A="; 30 30 }; 31 31 } 32 32 .${system} or (throw "Unsupported system: ${system}"); ··· 38 38 # Please update the corresponding binary (typos-lsp) 39 39 # when updating this extension. 40 40 # See pkgs/by-name/ty/typos-lsp/package.nix 41 - version = "0.1.43"; 41 + version = "0.1.44"; 42 42 inherit (extInfo) hash arch; 43 43 }; 44 44