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

mcelog: 167 -> 168
This commit is contained in:
Mario Rodas 2020-02-09 01:21:30 -05:00 committed by GitHub
commit 5d8a09533d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mcelog";
version = "167";
version = "168";
src = fetchFromGitHub {
owner = "andikleen";
repo = "mcelog";
rev = "v${version}";
sha256 = "0vkkqri3x11p7wz8z8rym4v637qpvw7lj6v40sx7sgh1g97ja9iy";
sha256 = "0mcmmjvvc80nk20n4dknimv0jzvdkj1ajgyq33b2i4v6xq0bz1pb";
};
postPatch = ''