Commit be949796 authored by R. RyanTM's avatar R. RyanTM
Browse files

vscode-extensions.ms-dotnettools.csdevkit: 1.18.23 -> 1.18.25

parent fdb40c31
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -14,19 +14,19 @@ let
    {
      x86_64-linux = {
        arch = "linux-x64";
        hash = "sha256-5B2LAV5azD1mGDFWnxIOYjyyJMXxqxyL5qP0zs6jWgs=";
        hash = "sha256-NTmo45hhvVp5atYWt3046Fe7AtHouH6UBF/FPUllIQQ=";
      };
      aarch64-linux = {
        arch = "linux-arm64";
        hash = "sha256-6tmHa8XbuNLheUzY8pr6oEJlkUJpeCeT3O7xfo2Iqls=";
        hash = "sha256-7K7i+4NtoTmwT1a3dIBF7M2oXyqc66Evos8q1B1RWkk=";
      };
      x86_64-darwin = {
        arch = "darwin-x64";
        hash = "sha256-KRJ148+N3Hzht1GgnO0s5Mv27q+onPyZlY9myXw3zjg=";
        hash = "sha256-O/bpKFoCqtzwdNjwWA4WfaeFPUdZtfn14opiSXtjD90=";
      };
      aarch64-darwin = {
        arch = "darwin-arm64";
        hash = "sha256-vmtE6oeLs1B9s69yaOHASdFKznV1p3v+SsJUAJrwUrU=";
        hash = "sha256-9kNKHg8lpXf94RT1/oYYeSOX0uHqjpg+zW64NNMQs7A=";
      };
    }
    .${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}")
@@ -36,7 +36,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
  mktplcRef = {
    name = "csdevkit";
    publisher = "ms-dotnettools";
    version = "1.18.23";
    version = "1.18.25";
    inherit (extInfo) hash arch;
  };
  sourceRoot = "extension"; # This has more than one folder.