vscode-extensions.tekumara.typos-vscode: 0.1.37 -> 0.1.38 (#413768)

authored by Pol Dellaiera and committed by GitHub 58952fbc 2d61e3e9

+5 -5
+5 -5
pkgs/applications/editors/vscode/extensions/tekumara.typos-vscode/default.nix
··· 14 { 15 x86_64-linux = { 16 arch = "linux-x64"; 17 - hash = "sha256-130QnFYclUmvlqWZ62g8/rMZsJF43heXi9thp+RHfLo="; 18 }; 19 aarch64-linux = { 20 arch = "linux-arm64"; 21 - hash = "sha256-K+ZfHzxOwp4lTC0929am/KOs8RdVk5MXGP8JTYP7pX4="; 22 }; 23 x86_64-darwin = { 24 arch = "darwin-x64"; 25 - hash = "sha256-H4N/nKWwv9IdQkjHeb1Q5VXoNguWXHZkB0s3MCfG17Y="; 26 }; 27 aarch64-darwin = { 28 arch = "darwin-arm64"; 29 - hash = "sha256-WyO18JIs3FCfcHh6p9YvrCk9SX/vSHQM2uI+AL9zFbo="; 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.37"; 42 inherit (extInfo) hash arch; 43 }; 44
··· 14 { 15 x86_64-linux = { 16 arch = "linux-x64"; 17 + hash = "sha256-pEmDg//DyZvSiJdvqlNH7kuK6Dz3w2tpeAPpUTVCraI="; 18 }; 19 aarch64-linux = { 20 arch = "linux-arm64"; 21 + hash = "sha256-Vh7VkYH93wVS+WzGsGZ/w+DzbE5Z4y4KFl2SvmAgcVI="; 22 }; 23 x86_64-darwin = { 24 arch = "darwin-x64"; 25 + hash = "sha256-Lmru00/I43IP9Wf3wtXsnh5rlzWPdvMtNImJzN5ELsg="; 26 }; 27 aarch64-darwin = { 28 arch = "darwin-arm64"; 29 + hash = "sha256-lh7YX65p/88GeAHAAGHovektYci3sXrXgdSyXJwfUF4="; 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.38"; 42 inherit (extInfo) hash arch; 43 }; 44