Commit b7dc9eb3 authored by Jost Alemann's avatar Jost Alemann
Browse files
parent 2ce4146b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
    name = "harper";
    publisher = "elijah-potter";
    version = harper.version;
    hash = "sha256-ldXQKAJX8YQVjtGjKRom14fNuA6ZwDwpPusbjS+4G+I=";
    hash = "sha256-EznDi2q/ufpgTqkaO8KpNwi8KUqK2k+4d/pNtZppfT0=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "harper";
  version = "0.71.0";
  version = "0.72.0";

  src = fetchFromGitHub {
    owner = "Automattic";
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage (finalAttrs: {

  buildAndTestSubdir = "harper-ls";

  cargoHash = "sha256-hS8fLWD3OTfEAa+4saeB9pK3zS/EQSnoQSUGIkVWocw=";
  cargoHash = "sha256-oZUYU3ZR9i6DlcolYshPq24vvrMeDUhDjh5RbbZlwtI=";

  passthru.updateScript = nix-update-script { };