mcelog: 127 -> 128

Fix spurious assertion when parsing sysfs.
This commit is contained in:
Tobias Geerinckx-Rice 2015-09-29 23:08:19 +02:00
parent bc46be7fc9
commit fc381c5e0c

View file

@ -1,11 +1,11 @@
{ stdenv, fetchFromGitHub }:
let version = "127"; in
let version = "128"; in
stdenv.mkDerivation {
name = "mcelog-${version}";
src = fetchFromGitHub {
sha256 = "0ap00f283d1hhv0f6l2fwsbq7sd6b96lf3jwg5cyam03pj2l8qk1";
sha256 = "0hm1dmqyh36dig158iyb9fckmvqnd5sgpy1qzj59nsg40pb1vbjs";
rev = "v${version}";
repo = "mcelog";
owner = "andikleen";