Update blog to remove Google Analytics

This commit is contained in:
Danila Fedorin 2020-04-08 21:55:19 -07:00
parent 421be85def
commit 13a0f1a398
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 = "7f3883fb3994f8ae1a64446a88b729662c9244dc";
sha256 = "065by3rjg7a43dqdl5ib07c0xi86balb5x2l54jqnlh1hz00bd85";
rev = "fd77fe078aff4d3d526fd62e176d4422307aca5b";
sha256 = "1r0qdvd9vmp7fpcbv23k54d6v1aan3k33hkh6vp44fpqb9ssmlbi";
requiredPackages = import ./required-packages.nix { inherit pkgs nodejs; };
in
stdenv.mkDerivation {