summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-libre.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-05-11 08:31:25 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2022-05-11 08:31:25 +0200
commit59fe74cca345e07f3c016039b8d5e73fd972c9d1 (patch)
treea7757dc9ccf6f1fda8be5015a4b1aee8b4d3f14d /pkgs/os-specific/linux/kernel/linux-libre.nix
parentee2608d3aba065d66af8ace94d1483e8c92246c8 (diff)
downloadnixpkgs-59fe74cca345e07f3c016039b8d5e73fd972c9d1.tar
nixpkgs-59fe74cca345e07f3c016039b8d5e73fd972c9d1.tar.gz
nixpkgs-59fe74cca345e07f3c016039b8d5e73fd972c9d1.tar.bz2
nixpkgs-59fe74cca345e07f3c016039b8d5e73fd972c9d1.tar.lz
nixpkgs-59fe74cca345e07f3c016039b8d5e73fd972c9d1.tar.xz
nixpkgs-59fe74cca345e07f3c016039b8d5e73fd972c9d1.tar.zst
nixpkgs-59fe74cca345e07f3c016039b8d5e73fd972c9d1.zip
linux_latest-libre: 18688 -> 18713
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-libre.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-libre.nix4
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 7bb6e5f7972..78646dddf96 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 = "18688";
-    sha256 = "15f83zcwxk28b3a4am8avi0xwd7zr79n00150k6xdf3g8haz7yaj";
+    rev = "18713";
+    sha256 = "10744jp1i7z3jwpc42vrmdfpq1yblf3vy17yb04xdfhimkflw77p";
   }
 , ...
 }: