mcelog: 173 -> 175

This commit is contained in:
R. RyanTM 2021-01-20 09:19:45 +00:00 committed by tomberek
parent 3cbb516630
commit 01d6cbc533

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mcelog"; pname = "mcelog";
version = "173"; version = "175";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "andikleen"; owner = "andikleen";
repo = "mcelog"; repo = "mcelog";
rev = "v${version}"; rev = "v${version}";
sha256 = "1ili11kqacn6jkjpk11vhycgygdl92mymgb1sx22lcwq2x0d248m"; sha256 = "sha256-Xzbck/nRdTR9H5o2XVFlFdNLz2ve65KEcefKAKe0eW8=";
}; };
postPatch = '' postPatch = ''