antora-ui-default: update hash (#369703)

This commit is contained in:
Peder Bergebakken Sundt
2025-01-02 04:27:45 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -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=";
@@ -5,10 +5,10 @@
}:
let
srcFetchFromGitLab = {
hash = "sha256-q2FwkwzjanxTIxjMpCyMpzPt782uYZiWVdZ7Eev79oM=";
owner = "trueNAHO";
repo = "antora-ui-default";
rev = "11f563294248e9b64124b9289d639e349f2e9f5f";
hash = "sha256-gUQLLjnWZ1OsAe005IOPIfoM0qmjoevcUuGBRD3oHXA=";
};
in
stdenvNoCC.mkDerivation {