mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
linux_latest-libre: document finding latest rev
https://github.com/NixOS/nixpkgs/pull/51403#issuecomment-444064006
This commit is contained in:
parent
d9eb8c760e
commit
fa749ac858
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
{ stdenv, lib, fetchsvn, linux
|
{ stdenv, lib, fetchsvn, linux
|
||||||
, scripts ? fetchsvn {
|
, scripts ? fetchsvn {
|
||||||
url = "https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/";
|
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";
|
rev = "15715";
|
||||||
sha256 = "1mz1xv860ddxz7dfp4l6q25hlsh532aapvylq703jskgbzsfinxh";
|
sha256 = "1mz1xv860ddxz7dfp4l6q25hlsh532aapvylq703jskgbzsfinxh";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue