Pull last fix from upstream for the night.

This commit is contained in:
Danila Fedorin 2020-05-04 10:57:19 +00:00
parent a8b39d7f11
commit bab2b2e364
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 = "7d9f487a78ef25a6ac133983fc40128031ebb434";
sha256 = "1v58z6mjszg2hr0ds4iw50njb18lgmigi257d4i5gz4spa0dny2z";
rev = "4ede62b39a3dc776350f41bd8c9bab3dfbb779b2";
sha256 = "05lq4j72hngjmag8ann9sqb4ib512vayhp6wivwizhf4c9k1bviz";
requiredPackages = import ./required-packages.nix { inherit pkgs nodejs; };
in
stdenv.mkDerivation {