Unverified Commit 031e8ea9 authored by NAHO's avatar NAHO
Browse files

antora-lunr-extension: conventionally sort fetch attributes

parent 5ab7ac68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,10 +10,10 @@ buildNpmPackage rec {
  version = "1.0.0-alpha.8";

  src = fetchFromGitLab {
    hash = "sha256-GplCwhUl8jurD4FfO6/T3Vo1WFjg+rtAjWeIh35unk4=";
    owner = "antora";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-GplCwhUl8jurD4FfO6/T3Vo1WFjg+rtAjWeIh35unk4=";
  };

  npmDepsHash = "sha256-EtjZL6U/uSGSYSqtuatCkdWP0NHxRuht13D9OaM4x00=";