lol

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

mcelog: 178 -> 179

authored by

Mario Rodas and committed by
GitHub
d0d209fd 8f215659

+2 -2
+2 -2
pkgs/os-specific/linux/mcelog/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "mcelog"; 5 - version = "178"; 5 + version = "180"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "andikleen"; 9 9 repo = "mcelog"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-++R/R3oRw0O0MoDnASdVr9UIiI0yS4UcIO8nV62PLzE="; 11 + sha256 = "1xy1082c67yd48idg5vwvrw7yx74gn6jj2d9c67d0rh6yji091ki"; 12 12 }; 13 13 14 14 postPatch = ''