Commit e2e4443d authored by Jost Alemann's avatar Jost Alemann
Browse files
parent 52899bb0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,18 +8,18 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "harper";
  version = "2.0.0";
  version = "2.1.0";

  src = fetchFromGitHub {
    owner = "Automattic";
    repo = "harper";
    rev = "v${finalAttrs.version}";
    hash = "sha256-3NwQOs0G0b13dnCN0oif863/BJ2zAUFXsF9TpFeMDLA=";
    hash = "sha256-9AA2uln9cnMzFvPbxiD05sfdAZKO7xzoJSfQbeRNE9Y=";
  };

  buildAndTestSubdir = "harper-ls";

  cargoHash = "sha256-+WUmNmFBuk9lQsUXYBEpTo49Ygul0BPRY0kcHCCC0GU=";
  cargoHash = "sha256-P90qKrV4YK1ATwclbJ8wX+rcCdE1QetNNL96/IXeIMA=";

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