mcelog: 179 -> 180

This commit is contained in:
Mario Rodas 2021-12-10 04:20:00 +00:00
parent ecca16a5b4
commit e03171d76f

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mcelog"; pname = "mcelog";
version = "179"; version = "180";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "andikleen"; owner = "andikleen";
repo = "mcelog"; repo = "mcelog";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-zwBVKXq7m735g+nKlYRrseXdYGOIQs0TqOR6iS6Q6Ts="; sha256 = "1xy1082c67yd48idg5vwvrw7yx74gn6jj2d9c67d0rh6yji091ki";
}; };
postPatch = '' postPatch = ''