vscode-extensions.ms-dotnettools.csdevkit: 1.30.44 -> 1.41.11 (#431718)

authored by Austin Horstman and committed by GitHub e96c7d30 6ddb543c

+5 -5
+5 -5
pkgs/applications/editors/vscode/extensions/ms-dotnettools.csdevkit/default.nix
··· 16 { 17 x86_64-linux = { 18 arch = "linux-x64"; 19 - hash = "sha256-vGHRgaqoxRU14BjmQM68SVdhe6ElvJrp6NUQXkVU5OU="; 20 }; 21 aarch64-linux = { 22 arch = "linux-arm64"; 23 - hash = "sha256-aGRXxUpuOhsxULg7mAe1t04hfwLF5t4bSSthLlz7Mes="; 24 }; 25 x86_64-darwin = { 26 arch = "darwin-x64"; 27 - hash = "sha256-e4+rr3k9SYIVH01wG0RxL+sush0rTuvkJu08cctXmYo="; 28 }; 29 aarch64-darwin = { 30 arch = "darwin-arm64"; 31 - hash = "sha256-iOF9aDk9okoZsHvaW4mDOulLPGxVViAk1TQkIH0XK+A="; 32 }; 33 } 34 .${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}") ··· 38 mktplcRef = { 39 name = "csdevkit"; 40 publisher = "ms-dotnettools"; 41 - version = "1.30.44"; 42 inherit (extInfo) hash arch; 43 }; 44 sourceRoot = "extension"; # This has more than one folder.
··· 16 { 17 x86_64-linux = { 18 arch = "linux-x64"; 19 + hash = "sha256-1NGZTdAw2VS7txYuyKrpsm0bvLYYpsFZfkLCT5j2MIk="; 20 }; 21 aarch64-linux = { 22 arch = "linux-arm64"; 23 + hash = "sha256-7d5tSZOGkmtfaL/IFk7ksFRAOlv58/Jw/N+nhlyJEHE="; 24 }; 25 x86_64-darwin = { 26 arch = "darwin-x64"; 27 + hash = "sha256-1qinxbsBU5Ot/ce5OcIH9ybhhHoRSHv98Mwr/Piwmis="; 28 }; 29 aarch64-darwin = { 30 arch = "darwin-arm64"; 31 + hash = "sha256-1LMV1e9xCoXa0UhyUkNFJJ0Nr0xJasPbfYAr6h7l6EE="; 32 }; 33 } 34 .${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}") ··· 38 mktplcRef = { 39 name = "csdevkit"; 40 publisher = "ms-dotnettools"; 41 + version = "1.41.11"; 42 inherit (extInfo) hash arch; 43 }; 44 sourceRoot = "extension"; # This has more than one folder.