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

mcelog: 162 -> 164
This commit is contained in:
Mario Rodas 2019-08-25 06:57:43 -05:00 committed by GitHub
commit cf996969a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "mcelog-${version}";
version = "162";
version = "164";
src = fetchFromGitHub {
owner = "andikleen";
repo = "mcelog";
rev = "v${version}";
sha256 = "1zxj545wslp92npll0411grc49l53cgp8dqqn3zb4vcxrvfc4vh9";
sha256 = "1i0f0zvxlzkfp0bvghm1z8z8bb8a5x97h56bwd7fdkrm00ivfw2k";
};
postPatch = ''