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

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "harper";
  version = "1.10.0";
  version = "1.11.0";

  src = fetchFromGitHub {
    owner = "Automattic";
    repo = "harper";
    rev = "v${finalAttrs.version}";
    hash = "sha256-QI9uwrYhXUle6ZeGb1J9A7D1mqRM8Pb62Sk93M8zrS4=";
    hash = "sha256-O9xmnIUv7ctIbD691nKFNEWbYix1VjhEjTUCaOsnhRM=";
  };

  buildAndTestSubdir = "harper-ls";

  cargoHash = "sha256-zPi3HhYJzPy/x/7/8LxuOGgCkwlC2qMfKWsuiPLHGOQ=";
  cargoHash = "sha256-b6a5czpxkedBIMTWS6+wURgGS9dUH6/JRqcr9JhOdss=";

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