summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Horstman <khaneliman12@gmail.com>2025-08-10 16:29:21 -0500
committerGitHub <noreply@github.com>2025-08-10 16:29:21 -0500
commit8fefdd0c94dc2188dabdd14c62ed9383f711d38b (patch)
tree1225d3600ba8de28616b086d250d854e7d17e59b
parentvscode-extensions.ms-dotnettools.csdevkit: 1.30.44 -> 1.41.11 (#431718) (diff)
parentvscode-extensions.ms-dotnettools.csharp: 2.84.19 -> 2.87.31 (diff)
downloadnixpkgs-8fefdd0c94dc2188dabdd14c62ed9383f711d38b.tar.gz
vscode-extensions.ms-dotnettools.csharp: 2.84.19 -> 2.87.31 (#432029)
-rw-r--r--pkgs/applications/editors/vscode/extensions/ms-dotnettools.csharp/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/ms-dotnettools.csharp/default.nix b/pkgs/applications/editors/vscode/extensions/ms-dotnettools.csharp/default.nix
index 5c2b46d5fe72..7d6318ca2093 100644
--- a/pkgs/applications/editors/vscode/extensions/ms-dotnettools.csharp/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/ms-dotnettools.csharp/default.nix
@@ -17,19 +17,19 @@ let
{
x86_64-linux = {
arch = "linux-x64";
- hash = "sha256-2UeXsvj1W62Ath0hcNomgyQF58uCKkwr8UfjoLhOyWs=";
+ hash = "sha256-PlA1uuudUPnKCas5brviS8ZMDweFEdti6N5fu8XCzvY=";
};
aarch64-linux = {
arch = "linux-arm64";
- hash = "sha256-Qn2PFh2O3ouoH1T9pDPDKVVoowTSyKYqY+FZ579J0nU=";
+ hash = "sha256-DyOT9AZAdW48G7SZfiFdveY9JwZDZjtT4Mp/LYY2JRk=";
};
x86_64-darwin = {
arch = "darwin-x64";
- hash = "sha256-lXwkoVw/t+1A0sVPSYaCoXtOusQtCZEjACEE0bLpr14=";
+ hash = "sha256-vew5YkrX7soPNiYO+KX5Uy2HOiJ701YWWZULtH5Aq+I=";
};
aarch64-darwin = {
arch = "darwin-arm64";
- hash = "sha256-b7NaFjoAlyeW5PJc4OwnvJ18FSbcpchDjhGQPahM8tg=";
+ hash = "sha256-rc6KVNZWNJYt8RkbqyPB4Q7aJB6jtlWMsd4UHGbqsoI=";
};
}
.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}")
@@ -39,7 +39,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "csharp";
publisher = "ms-dotnettools";
- version = "2.84.19";
+ version = "2.87.31";
inherit (extInfo) hash arch;
};