3
0
Fork 0
forked from mirrors/nixpkgs

mcelog -> 120

Fix potential NULL reference while parsing kernel efi files
This commit is contained in:
Tobias Geerinckx-Rice 2015-06-12 13:08:14 +02:00
parent 4e9327e7ac
commit cbbefbdabb

View file

@ -1,11 +1,11 @@
{ stdenv, fetchFromGitHub }:
let version = "119"; in
let version = "120"; in
stdenv.mkDerivation {
name = "mcelog-${version}";
src = fetchFromGitHub {
sha256 = "04zm8pa7r6awjgza8m048srvqcyayzdzw93vl8yrjzhh37p5m4gp";
sha256 = "1x50g0vrarcv31x4xszcxkpwklkq6mrv2xr1dxbbds26qz8jk11l";
rev = "v${version}";
repo = "mcelog";
owner = "andikleen";