Pull upstream changes.

This commit is contained in:
Danila Fedorin 2020-06-22 05:27:32 +00:00
parent 0752c56004
commit 05fcf11094
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 = "1746011c1642395ece4b3858e9ff52b7e76f2c18";
sha256 = "0zm8p80sr1zifi2406xr2p20y4dprm3cmfvzwwa0cjj5mpxim6ax";
rev = "3f0df8ae0ddbed1a2a258878e73861b96e4122b0";
sha256 = "16xg4d4wkpdc0qynh6jkl6np6x88bdv0aqpkgg4phjq9007nxgjp";
requiredPackages = import ./required-packages.nix { inherit pkgs nodejs; };
in
stdenv.mkDerivation {