Pull more style changes from upstream.

This commit is contained in:
Danila Fedorin 2020-05-09 08:51:23 +00:00
parent 3e8e1145e8
commit cd62788ca5
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
let
url = "https://dev.danilafe.com/Web-Projects/blog-static.git";
rev = "be8a0a4a3aee3d31ef082c67cb82b4fea851c099";
sha256 = "11zgx2xp839wfj4qddahs3lanpvnbc2q497l2ibm5831kwxcig3d";
rev = "85bd0b6c9c0d588363bfad1d32f8e2fc6d080531";
sha256 = "1xc9k27kirplfxlyclg8w1lzzhkh81hlgmscmiw02nji7f490z8f";
requiredPackages = import ./required-packages.nix { inherit pkgs nodejs; };
in
stdenv.mkDerivation {