Skip to content

File tree

pkgs/os-specific/linux/microcode/intel.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "microcode-intel";
5-
version = "20200616";
5+
version = "20201110";
66

77
src = fetchFromGitHub {
88
owner = "intel";
99
repo = "Intel-Linux-Processor-Microcode-Data-Files";
1010
rev = "microcode-${version}";
11-
sha256 = "13jrs8hwh7dhjjb9kncb8lk199afaxglkh1cfisl6zca1h36g563";
11+
sha256 = "03a89mh5f8zwwg750pahr25qagkjh2rw27bm28vp0586hrd36ll6";
1212
};
1313

1414
nativeBuildInputs = [ iucode-tool libarchive ];

0 commit comments

Comments
 (0)