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
+2 -2
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 = ''