From ec238474994cc1870e41080d991ede50c4aceb7e Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sun, 22 Jan 2017 19:35:20 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'random.nix'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- random.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/random.nix b/random.nix index 6155fee..42ad351 100644 --- a/random.nix +++ b/random.nix @@ -1,6 +1,3 @@ -# https://www.mpscholten.de/nixos/2016/07/07/private-github-repositories-and-nixos.html -# https://nixos.org/wiki/FAQ#How_do_I_know_the_sha256_to_use_with_fetchgit.3F - with import {}; stdenv.mkDerivation rec { @@ -9,7 +6,7 @@ stdenv.mkDerivation rec { src = fetchgit { url = "https://gogs.prunetwork.fr/jpierre03/random.git"; - sha256 = "1izkzy852rjzlk3d9ndp3bklxc45gkwvpw0376x39flq1km0kyak"; + sha256 = "1izkzy952rjzlk3d9ndp3bklxc45gkwvpw0376x39flq1km0kyak"; }; buildInputs = [ gcc ];