chore: upgrade kernel

This commit is contained in:
Lars Sjöström 2025-03-15 18:49:38 +01:00
parent b619c6f01d
commit 1725120a49
No known key found for this signature in database

View file

@ -1,14 +1,14 @@
{ pkgs, lib, stdenv, ... }:
{ pkgs }:
let
version = "6.13.4";
version = "6.13.7";
hash = "sha256-Ojm2IDi3rC9D0mofhLQoPhl4BOHoF61jfpo9h0xHgB0=";
in
(pkgs.callPackage ./manual-config.nix { }) {
inherit lib stdenv;
(pkgs.callPackage ./manual-config.nix {}) {
version = "${version}-patos1";
modDirVersion = version;
src = pkgs.fetchurl {
url = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${version}.tar.xz";
hash = "sha256-uA4LyO+8MenOWoTRCE3Mz6QOAb6ozCWv0GZIuT1hM54=";
hash = hash;
};
configfile = ./generic.config;
allowImportFromDerivation = true;