diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-10 11:04:13 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-10 11:04:13 -0500 |
commit | 37203715805335131d18ac05ecb0367f222cd065 (patch) | |
tree | 01552225b8620ff20efa656c0edda40125d9791a /gnu | |
parent | 1545a012cb7cd78e25ed99ecee26df457be590e9 (diff) | |
download | guix-37203715805335131d18ac05ecb0367f222cd065.tar guix-37203715805335131d18ac05ecb0367f222cd065.tar.gz |
gnu: linux-libre@4.4: Update hash for fixed upstream tarball.
The initial upload of linux-libre-4.4.41-gnu.tar.xz was corrupted.
* gnu/packages/linux.scm (linux-libre-4.4)[source]: Update hash.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a513816d46..8e4dff22a9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -339,7 +339,7 @@ It has been modified to remove all non-free binary blobs.") (define-public linux-libre-4.4 (make-linux-libre "4.4.41" - "1b6s3983k1kzfxrh3i1338hwz1fxza5y4nziq302xhsdhww1dwy1" + "1kl1m0riq90xldcf7lvjzdyz57w1wmnm93j0r0v8xz7n66m5nkp8" %intel-compatible-systems #:configuration-file kernel-config)) |