Fix 1 checksum
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
owner = "raspberrypi";
|
||||
repo = "linux";
|
||||
rev = "cc08810f89e52337a99cc6ae5f53f08588357c5f";
|
||||
sha256 = "";
|
||||
sha256 = "cKIh4BcK2hf/iaql2hF9QAgC90HSmGijnEY8GEOLDUY=";
|
||||
};
|
||||
kernelPatches = [{
|
||||
name = "rt";
|
||||
patch = fetchurl {
|
||||
url = "https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.1/patch-6.1.54-rt15.patch.xz";
|
||||
sha256 = "";
|
||||
sha256 = "cKIh4BcK2hf/iaql2hF9QAgC90HSmGijnEY8GEOLDUY=";
|
||||
};
|
||||
}] ++ linuxKernel.kernels.linux_rpi4.kernelPatches;
|
||||
structuredExtraConfig = with lib.kernel; {
|
||||
@@ -34,7 +34,7 @@
|
||||
owner = "raspberrypi";
|
||||
repo = "firmware";
|
||||
rev = "6b37a457122714aa14b2c7df0926455173fd04f1";
|
||||
sha256 = "";
|
||||
sha256 = "cKIh4BcK2hf/iaql2hF9QAgC90HSmGijnEY8GEOLDUY=";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user