diff options
| author | Tim Steinbach <tim@nequissimus.com> | 2019-12-18 11:24:08 -0500 |
|---|---|---|
| committer | Tim Steinbach <tim@nequissimus.com> | 2019-12-18 11:41:55 -0500 |
| commit | ce54d9601eaa549d87d8d3a26d8a5e6ff73021fe (patch) | |
| tree | 8205068e7788300ee8d0484d5f13a99a6a6ede63 | |
| parent | linux: 4.19.89 -> 4.19.90 (diff) | |
| download | nixpkgs-ce54d9601eaa549d87d8d3a26d8a5e6ff73021fe.tar.gz | |
linux_latest-libre: 17112 -> 17117
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-libre.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-libre.nix b/pkgs/os-specific/linux/kernel/linux-libre.nix index b442947c2299..6d3a2faec6b6 100644 --- a/pkgs/os-specific/linux/kernel/linux-libre.nix +++ b/pkgs/os-specific/linux/kernel/linux-libre.nix @@ -1,8 +1,8 @@ { stdenv, lib, fetchsvn, linux , scripts ? fetchsvn { url = "https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/branches/"; - rev = "17112"; - sha256 = "049vmi9q1vrcrq9p1zxj6bhhpkgy8fsyh955b54z3xlw7czng1s1"; + rev = "17117"; + sha256 = "0hyd7wp73w4555d42xcvk4x4nxrfckbzah2ckb4d2aqzxab87789"; } , ... }: |
