about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-07-16 17:11:51 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-07-16 17:11:51 +0200
commiteed786c617a6a14c1af45e244e717f07c24cce67 (patch)
tree36d8062e8e8e722c296a0cdff796d5096db80674 /modules/user
parentb0a3893a360a128af6a10c7b881a742325cf11b2 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/aszlig/system/kernel.nix2
1 files changed, 1 insertions, 1 deletions
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";
     };
   };