summary refs log tree commit diff
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-08-28 11:01:49 +0200
committerRaito Bezarius <masterancpp@gmail.com>2023-08-28 14:07:53 +0200
commitbe50d8c358e62e2fb74a41b840c2d561358c42ac (patch)
tree2ce00e9302d63071ad34c8de9c1d188d619becc4
parent385cbd7fc4a7d0bc6d1d7b574a0b755e670ea171 (diff)
downloadnixpkgs-be50d8c358e62e2fb74a41b840c2d561358c42ac.tar
nixpkgs-be50d8c358e62e2fb74a41b840c2d561358c42ac.tar.gz
nixpkgs-be50d8c358e62e2fb74a41b840c2d561358c42ac.tar.bz2
nixpkgs-be50d8c358e62e2fb74a41b840c2d561358c42ac.tar.lz
nixpkgs-be50d8c358e62e2fb74a41b840c2d561358c42ac.tar.xz
nixpkgs-be50d8c358e62e2fb74a41b840c2d561358c42ac.tar.zst
nixpkgs-be50d8c358e62e2fb74a41b840c2d561358c42ac.zip
linux_latest-libre: 19392 -> 19397
-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 ae098fb1b94..6a0f7c2325e 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 = "19392";
-    sha256 = "09d61yw3jmq1cpzp1kpnmjrnl1gxhp8p0vqnc75j05ikmibqpa4l";
+    rev = "19397";
+    sha256 = "130q08my839kwbi1v8lqwvs6w8s6328ki7s243as4yz4kfrlymr3";
   }
 , ...
 }: