vscode-extensions.ms-dotnettools.csharp: 2.84.19 -> 2.87.31 (#432029)

authored by Austin Horstman and committed by GitHub 8fefdd0c e96c7d30

+5 -5
+5 -5
pkgs/applications/editors/vscode/extensions/ms-dotnettools.csharp/default.nix
··· 17 17 { 18 18 x86_64-linux = { 19 19 arch = "linux-x64"; 20 - hash = "sha256-2UeXsvj1W62Ath0hcNomgyQF58uCKkwr8UfjoLhOyWs="; 20 + hash = "sha256-PlA1uuudUPnKCas5brviS8ZMDweFEdti6N5fu8XCzvY="; 21 21 }; 22 22 aarch64-linux = { 23 23 arch = "linux-arm64"; 24 - hash = "sha256-Qn2PFh2O3ouoH1T9pDPDKVVoowTSyKYqY+FZ579J0nU="; 24 + hash = "sha256-DyOT9AZAdW48G7SZfiFdveY9JwZDZjtT4Mp/LYY2JRk="; 25 25 }; 26 26 x86_64-darwin = { 27 27 arch = "darwin-x64"; 28 - hash = "sha256-lXwkoVw/t+1A0sVPSYaCoXtOusQtCZEjACEE0bLpr14="; 28 + hash = "sha256-vew5YkrX7soPNiYO+KX5Uy2HOiJ701YWWZULtH5Aq+I="; 29 29 }; 30 30 aarch64-darwin = { 31 31 arch = "darwin-arm64"; 32 - hash = "sha256-b7NaFjoAlyeW5PJc4OwnvJ18FSbcpchDjhGQPahM8tg="; 32 + hash = "sha256-rc6KVNZWNJYt8RkbqyPB4Q7aJB6jtlWMsd4UHGbqsoI="; 33 33 }; 34 34 } 35 35 .${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}") ··· 39 39 mktplcRef = { 40 40 name = "csharp"; 41 41 publisher = "ms-dotnettools"; 42 - version = "2.84.19"; 42 + version = "2.87.31"; 43 43 inherit (extInfo) hash arch; 44 44 }; 45 45