web/quotes: change outputHash

This commit is contained in:
Luke Granger-Brown 2021-02-07 21:56:26 +00:00
parent 462712df0f
commit 2ce322a6dc

View file

@ -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:07w8fzy7i7vikfmazx9kbrhf503qabsbhibmyasvpqjwb2r9gm0a"; outputHash = "sha256:1w7clfrrl8prm0k6sja09fm2dpj3j740mk69f43xw1ywpar4q559";
outputHashMode = "recursive"; outputHashMode = "recursive";
buildInputs = with pkgs; [ nodejs ]; buildInputs = with pkgs; [ nodejs ];