Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

vscode-extensions.ms-dotnettools.csharp: 2.80.16 -> 2.84.19

R. Ryantm 49ab2164 9af9e79f

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