Merge pull request #39218 from r-ryantm/auto-update/mcelog

mcelog: 156 -> 157
This commit is contained in:
Jörg Thalheim 2018-04-21 12:41:28 +01:00 committed by GitHub
commit d8e34fc8ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "mcelog-${version}";
version = "156";
version = "157";
src = fetchFromGitHub {
owner = "andikleen";
repo = "mcelog";
rev = "v${version}";
sha256 = "0mv4sxcysl3m9wqybg6b363mawr9amzhc9v53775p4p2a47z774r";
sha256 = "1965axyfizv2jg412a4wrrghgswwvvgymk7mbwaraw3xl9p21wgv";
};
postPatch = ''