Fix 1 checksum

This commit is contained in:
2023-09-27 08:31:43 +03:00
parent b4df35e039
commit c0e5199985

View File

@@ -7,13 +7,13 @@
owner = "raspberrypi"; owner = "raspberrypi";
repo = "linux"; repo = "linux";
rev = "cc08810f89e52337a99cc6ae5f53f08588357c5f"; rev = "cc08810f89e52337a99cc6ae5f53f08588357c5f";
sha256 = ""; sha256 = "cKIh4BcK2hf/iaql2hF9QAgC90HSmGijnEY8GEOLDUY=";
}; };
kernelPatches = [{ kernelPatches = [{
name = "rt"; name = "rt";
patch = fetchurl { patch = fetchurl {
url = "https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.1/patch-6.1.54-rt15.patch.xz"; 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; }] ++ linuxKernel.kernels.linux_rpi4.kernelPatches;
structuredExtraConfig = with lib.kernel; { structuredExtraConfig = with lib.kernel; {
@@ -34,7 +34,7 @@
owner = "raspberrypi"; owner = "raspberrypi";
repo = "firmware"; repo = "firmware";
rev = "6b37a457122714aa14b2c7df0926455173fd04f1"; rev = "6b37a457122714aa14b2c7df0926455173fd04f1";
sha256 = ""; sha256 = "cKIh4BcK2hf/iaql2hF9QAgC90HSmGijnEY8GEOLDUY=";
}; };
}); });
} }