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

mcelog: 178 -> 179
This commit is contained in:
Mario Rodas 2021-12-10 08:24:17 -05:00 committed by GitHub
commit d0d209fd59
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 = "178";
version = "180";
src = fetchFromGitHub {
owner = "andikleen";
repo = "mcelog";
rev = "v${version}";
sha256 = "sha256-++R/R3oRw0O0MoDnASdVr9UIiI0yS4UcIO8nV62PLzE=";
sha256 = "1xy1082c67yd48idg5vwvrw7yx74gn6jj2d9c67d0rh6yji091ki";
};
postPatch = ''