summary refs log tree commit diff
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-10-25 13:50:27 +0300
committerK900 <me@0upti.me>2023-10-25 13:50:27 +0300
commit2cec7cbd2b9fed81af54c8d633e488fcf1ce9dac (patch)
tree7a9bf2bfbd2691cad971c1a951f4e23923992b6e
parentdea5edb1fe425f92fc594f71a2a2d2a13c8e5ce8 (diff)
downloadnixpkgs-2cec7cbd2b9fed81af54c8d633e488fcf1ce9dac.tar
nixpkgs-2cec7cbd2b9fed81af54c8d633e488fcf1ce9dac.tar.gz
nixpkgs-2cec7cbd2b9fed81af54c8d633e488fcf1ce9dac.tar.bz2
nixpkgs-2cec7cbd2b9fed81af54c8d633e488fcf1ce9dac.tar.lz
nixpkgs-2cec7cbd2b9fed81af54c8d633e488fcf1ce9dac.tar.xz
nixpkgs-2cec7cbd2b9fed81af54c8d633e488fcf1ce9dac.tar.zst
nixpkgs-2cec7cbd2b9fed81af54c8d633e488fcf1ce9dac.zip
linux_latest-libre: 19408 -> 19417
-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 ef020b7eb56..b99a19bf9d0 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 = "19408";
-    sha256 = "1bfpzdfd7k859ids5d5ixzn36c7f62gh2lw6gv4szwakw032gh9i";
+    rev = "19417";
+    sha256 = "1m7zbc5hjjcckr271cg2vgpxmy9ih4hf54fsvmpz75j45lcqvqik";
   }
 , ...
 }: