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