mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
linux_latest-libre: update patchset for kernel version
This commit is contained in:
parent
0e6e8c1305
commit
3ba88670ab
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{ stdenv, lib, fetchsvn, linux
|
||||
, scripts ? fetchsvn {
|
||||
url = "https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/";
|
||||
rev = "15295";
|
||||
sha256 = "03kqbjy7w9zg6ry86h9sxa33z0rblznhba109lwmjwy0wx7yk1cs";
|
||||
rev = "15715";
|
||||
sha256 = "1mz1xv860ddxz7dfp4l6q25hlsh532aapvylq703jskgbzsfinxh";
|
||||
}
|
||||
, ...
|
||||
}:
|
||||
|
|
Loading…
Reference in a new issue