Unverified Commit 368ac1e6 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #301936 from deviant/mktplcref-hash

vscode-utils: allow hash to be used in mktplcRef
parents ec8f9ee3 710ddf0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ in
      name = "vscode-wakatime";
      publisher = "WakaTime";
      version = "18.0.5";
      sha256 = "sha256-vWqGxMbxKqd4UgKK0sOKadMTDf6Y3TQxfWsc93MHjFs=";
      hash = "sha256-vWqGxMbxKqd4UgKK0sOKadMTDf6Y3TQxfWsc93MHjFs=";
    };

    meta = {
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
    name = "rescript-vscode";
    publisher = "chenglou92";
    inherit version;
    sha256 = "sha256-Dt7mqZQ/vEUFyUD5SsY6RGzg9kq19/Amksrwtfv0TuE=";
    hash = "sha256-Dt7mqZQ/vEUFyUD5SsY6RGzg9kq19/Amksrwtfv0TuE=";
  };
  postPatch = ''
    rm -r ${analysisDir}
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
    owner = "rescript-lang";
    repo = "rescript-vscode";
    rev = version;
    sha256 = "sha256-+Ht8qWwxtFWHFMiV/aoZIs2S3SxkOWgdwSKN+akp/LU=";
    hash = "sha256-+Ht8qWwxtFWHFMiV/aoZIs2S3SxkOWgdwSKN+akp/LU=";
  };

  nativeBuildInputs = [ ocaml dune_3 ocamlPackages.cppo ];
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
    name = "context-mapper-vscode-extension";
    publisher = "contextmapper";
    version = "6.11.0";
    sha256 = "sha256-TvApcBBI+Egu7t4tJuEYTs6mhvABOY2eXVb57O4gWfs=";
    hash = "sha256-TvApcBBI+Egu7t4tJuEYTs6mhvABOY2eXVb57O4gWfs=";
  };

  nativeBuildInputs = [
+247 −247

File changed.

Preview size limit exceeded, changes collapsed.

Loading