mcelog: 129 -> 130

Fixes https://github.com/andikleen/mcelog/issues/31.
This commit is contained in:
Tobias Geerinckx-Rice 2016-02-10 00:05:46 +01:00
parent 0024c10a5c
commit 4dacb1116a
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "mcelog-${version}";
version = "129";
version = "130";
src = fetchFromGitHub {
sha256 = "143xh5zvgax88yhg6mg6img64nrda85yybf76fgsk7a8gc57ghyk";
sha256 = "05yszlhd6kljx371nlgrzjs0fi44wwgxcv2j5rwwgklm6ifp2zza";
rev = "v${version}";
repo = "mcelog";
owner = "andikleen";