lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

vscode-extensions.ms-dotnettools.csharp: 2.89.19 -> 2.90.60

R. Ryantm f2261262 ac8e9fb8

+5 -5
+5 -5
pkgs/applications/editors/vscode/extensions/ms-dotnettools.csharp/default.nix
··· 18 18 { 19 19 x86_64-linux = { 20 20 arch = "linux-x64"; 21 - hash = "sha256-FPhB2oWx5x/qr2k4sAg8w2Wx+LvW/Syfc/u8nnTCQFU="; 21 + hash = "sha256-0SMd7cEMSxH6fuvQl5RKc1jFvonBIgYpUMnmMnDiRmU="; 22 22 }; 23 23 aarch64-linux = { 24 24 arch = "linux-arm64"; 25 - hash = "sha256-qVZ9Go+/mVIoUr8Qt/kJv8gvOWd7NLu1wk7YZ2v6Lw8="; 25 + hash = "sha256-Y6KpB6WreP4ZWovUL4cOZxxorp2Ekzq9jISY0Yo4c1Q="; 26 26 }; 27 27 x86_64-darwin = { 28 28 arch = "darwin-x64"; 29 - hash = "sha256-7G9t84clyi4T3k7FxoPIfaIs4VabBTvGilTptd3AHOw="; 29 + hash = "sha256-uXL/AN3dA45po1EuZHCSCLSFyzfVGs7yPX+0refwy10="; 30 30 }; 31 31 aarch64-darwin = { 32 32 arch = "darwin-arm64"; 33 - hash = "sha256-fmWlcLVUUY6Ekx5mtsBYFrYFdXpSUg8PctDBUovETV4="; 33 + hash = "sha256-Tj0uEwLFMNN+T5XG+8y67ssUig+QeUS4uFe0HZp2ua8="; 34 34 }; 35 35 } 36 36 .${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}") ··· 52 52 mktplcRef = { 53 53 name = "csharp"; 54 54 publisher = "ms-dotnettools"; 55 - version = "2.89.19"; 55 + version = "2.90.60"; 56 56 inherit (extInfo) hash arch; 57 57 }; 58 58