mcelog 117 -> 118

Changet to mcelog(8) to support new architectural extentions in
Intel CPUs.
This commit is contained in:
Tobias Geerinckx-Rice 2015-06-01 21:13:34 +02:00
parent 314c6847aa
commit 217566ede4

View file

@ -1,11 +1,11 @@
{ stdenv, fetchFromGitHub }:
let version = "117"; in
let version = "118"; in
stdenv.mkDerivation {
name = "mcelog-${version}";
src = fetchFromGitHub {
sha256 = "0szc5s0bag16ypna336spwb5fagwbxaparn0h78w73wv05kcvwqw";
sha256 = "04hzadxyqlnhjn328bv711lpkipfn5k3gszswydmvvjpis2vhbrr";
rev = "v${version}";
repo = "mcelog";
owner = "andikleen";