summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-01-13 07:23:03 -0500
committerTim Steinbach <tim@nequissimus.com>2020-01-13 07:23:03 -0500
commit583e4b8d890046988ae4ec2215188bdb9be7ffc5 (patch)
treece739c6e90812f7557e2d7990861172ba3ae3ce1 /pkgs/os-specific
parentd9319e8e8725a43e7fa1329cddeef61cd61081b3 (diff)
downloadnixpkgs-583e4b8d890046988ae4ec2215188bdb9be7ffc5.tar
nixpkgs-583e4b8d890046988ae4ec2215188bdb9be7ffc5.tar.gz
nixpkgs-583e4b8d890046988ae4ec2215188bdb9be7ffc5.tar.bz2
nixpkgs-583e4b8d890046988ae4ec2215188bdb9be7ffc5.tar.lz
nixpkgs-583e4b8d890046988ae4ec2215188bdb9be7ffc5.tar.xz
nixpkgs-583e4b8d890046988ae4ec2215188bdb9be7ffc5.tar.zst
nixpkgs-583e4b8d890046988ae4ec2215188bdb9be7ffc5.zip
linux_latest-libre: 17190 -> 17192
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-libre.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-libre.nix b/pkgs/os-specific/linux/kernel/linux-libre.nix
index 4f5fa3202d9..850865ff9c2 100644
--- a/pkgs/os-specific/linux/kernel/linux-libre.nix
+++ b/pkgs/os-specific/linux/kernel/linux-libre.nix
@@ -1,7 +1,7 @@
 { stdenv, lib, fetchsvn, linux
 , scripts ? fetchsvn {
     url = "https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/branches/";
-    rev = "17190";
+    rev = "17192";
     sha256 = "0hyd7wp73w4555d42xcvk4x4nxrfckbzah2ckb4d2aqzxab87789";
   }
 , ...