diff options
author | Mark H Weaver <mhw@netris.org> | 2017-09-13 12:55:14 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-09-13 12:55:14 -0400 |
commit | 921bb359ba0112faf16f40ad5f10745beceb96f2 (patch) | |
tree | 7eadf50317259969fdf12f1f20319833974b60fd | |
parent | be2b2dff210295e04077b03d4a58fa248f5fe1c4 (diff) | |
download | patches-921bb359ba0112faf16f40ad5f10745beceb96f2.tar patches-921bb359ba0112faf16f40ad5f10745beceb96f2.tar.gz |
gnu: linux-libre@4.9: Fix hash.
The linux-libre-4.9.49 tarball on the distribution site was repacked using a
non-deterministic process, thus changing the tarball hash, although the
contents of the files in the tarball were not changed.
* gnu/packages/linux.scm (linux-libre-4.9): Update hash.
-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 40d9cf240c..aa554ab154 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -388,7 +388,7 @@ https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/patch (define-public linux-libre-4.9 (make-linux-libre "4.9.49" - "07k3zn6kqbbyrjmknwvx5d4pnblz9s8sarxym5lgjm8abpvjp347" + "0m0bhhhndfwvfhy3kc3a87qc9vqx9w61sw2zcjppisx4h2pzmfds" %intel-compatible-systems #:configuration-file kernel-config #:patches |