Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ba52ef191a5c
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 261d714222b6
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 4, 2018

  1. microcodeIntel: 20180807 -> 20180807a

    (cherry picked from commit 34e60f3)
    peterhoeg authored and xeji committed Sep 4, 2018
    Copy the full SHA
    261d714 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/os-specific/linux/microcode/intel.nix
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/microcode/intel.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "microcode-intel-${version}";
version = "20180807";
version = "20180807a";

src = fetchurl {
url = "https://downloadmirror.intel.com/28039/eng/microcode-${version}.tgz";
sha256 = "0h4ygwx5brnrjz8v47aikrwhf0q3jhizxmzcii4bdjg64zffiy99";
url = "https://downloadmirror.intel.com/28087/eng/microcode-${version}.tgz";
sha256 = "0dw1akgzdqk95pwmc8gfdmv7kabw9pn4c67f076bcbn4krliias6";
};

nativeBuildInputs = [ iucode-tool libarchive ];