web/quotes: fix outputHash
This commit is contained in:
parent
47b43cc022
commit
dddbb9828d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pkgs.stdenvNoCC.mkDerivation rec {
|
||||||
name = "quotes-node_modules";
|
name = "quotes-node_modules";
|
||||||
src = builtins.filterSource filterSourcePred ./theme/static_src;
|
src = builtins.filterSource filterSourcePred ./theme/static_src;
|
||||||
|
|
||||||
outputHash = "sha256:1w7clfrrl8prm0k6sja09fm2dpj3j740mk69f43xw1ywpar4q559";
|
outputHash = "sha256:15q41in79p753y85qwbbd6v6fyays9q28cpqp0dc3pnvma096whq";
|
||||||
outputHashMode = "recursive";
|
outputHashMode = "recursive";
|
||||||
|
|
||||||
buildInputs = with pkgs; [ nodejs ];
|
buildInputs = with pkgs; [ nodejs ];
|
||||||
|
|
Loading…
Reference in a new issue