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

mcelog: 169 -> 173
This commit is contained in:
Sandro 2020-11-28 21:00:27 +01:00 committed by GitHub
commit 9295401520
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 = "169";
version = "173";
src = fetchFromGitHub {
owner = "andikleen";
repo = "mcelog";
rev = "v${version}";
sha256 = "0ghkwfaky026qwj6hmcvz2w2hm8qqj3ysbkxxi603vslmwj56chv";
sha256 = "1ili11kqacn6jkjpk11vhycgygdl92mymgb1sx22lcwq2x0d248m";
};
postPatch = ''