Update website to fix error in new post

This commit is contained in:
Danila Fedorin 2020-04-14 19:23:17 -07:00
parent 771317bc33
commit 4d6ccab45f
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 = "c9a7fbf6ddbc56896e87c8c5360350c1ffc69f7d";
sha256 = "0c0sk9b3ym1zdsr1fpzki17jfkjxvbigr714h8pyvi3v4r65f2q3";
rev = "c1f0104edb8566e79b8337d7e04d21da90011bc7";
sha256 = "19kwbvc4hg5jpyhmh8a7185gq836c18jr54d6k2xc8csnsr259pg";
requiredPackages = import ./required-packages.nix { inherit pkgs nodejs; };
in
stdenv.mkDerivation {