From 12ea3dcedc15a288afdac64c1a5e7b87415514bf Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Tue, 3 Jan 2017 18:08:34 +0100 Subject: [PATCH] MaJ hash --- blog-lothy-recette.nix | 2 +- github-r6d.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blog-lothy-recette.nix b/blog-lothy-recette.nix index e30d097..f3a3f41 100644 --- a/blog-lothy-recette.nix +++ b/blog-lothy-recette.nix @@ -9,7 +9,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "https://gogs.prunetwork.fr/lothy/recette-cuisine/archive/${version}.tar.gz"; - sha256 = "1kfjwx095hm80qzjvchnbikm3xc4j6vfzbnfc3yrrk2qc6lz0ghc"; + sha256 = "0cfp4g385vf78py7vffg8ckvqqm8bcxy2ifqgk1syzms9j3cnhjr"; }; buildInputs = [ jekyll ]; diff --git a/github-r6d.nix b/github-r6d.nix index a978174..cf6a699 100644 --- a/github-r6d.nix +++ b/github-r6d.nix @@ -8,8 +8,8 @@ stdenv.mkDerivation rec { name = "r6d-blog-${version}"; src = fetchurl { - url = "https://github.com/r6d/r6d.github.io.git"; - sha256 = "1pk8f4j6lbvljrb8k1j21j8k2mh9szqwysdgljh6p5i87sfk0l9b"; + url = "https://github.com/r6d/r6d.github.io/archive/${version}.tar.gz"; + sha256 = "09363h7drw69n717v6zmbaqv2ijdws1dbxqm0l6zn5f9cvmdp9rw"; }; buildInputs = [ jekyll ];