linux_latest-libre: document finding latest rev

https://github.com/NixOS/nixpkgs/pull/51403#issuecomment-444064006
This commit is contained in:
Alyssa Ross 2018-12-04 12:08:30 +00:00 committed by GitHub
parent d9eb8c760e
commit fa749ac858
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,9 @@
{ stdenv, lib, fetchsvn, linux
, scripts ? fetchsvn {
url = "https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/";
# Update this if linux_latest-libre fails to build.
# $ curl https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/ | grep -Eo 'Revision [0-9]+'
rev = "15715";
sha256 = "1mz1xv860ddxz7dfp4l6q25hlsh532aapvylq703jskgbzsfinxh";
}