microcode-intel: 20250512 -> 20250812
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20250812 Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
695d5db1b8
commit
4684b484d5
@ -9,13 +9,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "microcode-intel";
|
||||
version = "20250512";
|
||||
version = "20250812";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "intel";
|
||||
repo = "Intel-Linux-Processor-Microcode-Data-Files";
|
||||
rev = "microcode-${finalAttrs.version}";
|
||||
hash = "sha256-xasV1w6+8qnD+RLWsReMo+xm7a9nguV2st3IC4FURDU=";
|
||||
hash = "sha256-FfHSAMu4cvJKOjufr5ZwYHHn8dYa77jR5Br65vGP5Y8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ libarchive ];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user