From eed786c617a6a14c1af45e244e717f07c24cce67 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 16 Jul 2016 17:11:51 +0200 Subject: aszlig/kernel: Fix wrong hash for kernel source Gah, yes, I'm still waking up and my eyes are not working already... Accidentally copy & pasted tho wrong hash in there. Signed-off-by: aszlig --- modules/user/aszlig/system/kernel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/aszlig') diff --git a/modules/user/aszlig/system/kernel.nix b/modules/user/aszlig/system/kernel.nix index f8c3e888..c51abba5 100644 --- a/modules/user/aszlig/system/kernel.nix +++ b/modules/user/aszlig/system/kernel.nix @@ -22,7 +22,7 @@ let src = pkgs.fetchgit { url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git; rev = "47ef4ad2684d380dd6d596140fb79395115c3950"; - sha256 = "0qwqqvidwy6jbi1pqpr4wm7p491f6mb96nh3p5djkaigx8mvnwqw"; + sha256 = "15b6fqfwyi3lh13qa7hz7x9za6r32cdaiww6labqn229vp8362ys"; }; }; -- cgit 1.4.1