parent
b619c6f01d
commit
1725120a49
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue