File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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=" ;
Original file line number Diff line number Diff line change 55} :
66let
77 srcFetchFromGitLab = {
8- hash = "sha256-q2FwkwzjanxTIxjMpCyMpzPt782uYZiWVdZ7Eev79oM=" ;
98 owner = "trueNAHO" ;
109 repo = "antora-ui-default" ;
1110 rev = "11f563294248e9b64124b9289d639e349f2e9f5f" ;
11+ hash = "sha256-gUQLLjnWZ1OsAe005IOPIfoM0qmjoevcUuGBRD3oHXA=" ;
1212 } ;
1313in
1414stdenvNoCC . mkDerivation {
You can’t perform that action at this time.
0 commit comments