Pull more changes from website

This commit is contained in:
Danila Fedorin 2020-05-05 02:31:46 +00:00
parent bab2b2e364
commit 0111746368
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 = "4ede62b39a3dc776350f41bd8c9bab3dfbb779b2";
sha256 = "05lq4j72hngjmag8ann9sqb4ib512vayhp6wivwizhf4c9k1bviz";
rev = "e883e3c60ed71162e53937c95fd0987241154837";
sha256 = "0rshrc3r3j9lrm5vlrq4c3rvmilnivzp7y4lqql5zng9swximh21";
requiredPackages = import ./required-packages.nix { inherit pkgs nodejs; };
in
stdenv.mkDerivation {