Skip to content

Commit 6bf1c8d

Browse files
authored
antora-ui-default: update hash (NixOS#369703)
2 parents fd4ca2f + 031e8ea commit 6bf1c8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/by-name/an/antora-lunr-extension/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ buildNpmPackage rec {
1010
version = "1.0.0-alpha.8";
1111

1212
src = fetchFromGitLab {
13-
hash = "sha256-GplCwhUl8jurD4FfO6/T3Vo1WFjg+rtAjWeIh35unk4=";
1413
owner = "antora";
1514
repo = pname;
1615
rev = "v${version}";
16+
hash = "sha256-GplCwhUl8jurD4FfO6/T3Vo1WFjg+rtAjWeIh35unk4=";
1717
};
1818

1919
npmDepsHash = "sha256-EtjZL6U/uSGSYSqtuatCkdWP0NHxRuht13D9OaM4x00=";

pkgs/by-name/an/antora-ui-default/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
}:
66
let
77
srcFetchFromGitLab = {
8-
hash = "sha256-q2FwkwzjanxTIxjMpCyMpzPt782uYZiWVdZ7Eev79oM=";
98
owner = "trueNAHO";
109
repo = "antora-ui-default";
1110
rev = "11f563294248e9b64124b9289d639e349f2e9f5f";
11+
hash = "sha256-gUQLLjnWZ1OsAe005IOPIfoM0qmjoevcUuGBRD3oHXA=";
1212
};
1313
in
1414
stdenvNoCC.mkDerivation {

0 commit comments

Comments
 (0)