mcelog: 165 -> 166
This commit is contained in:
parent
605e88517b
commit
3370a1bebd
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mcelog";
|
pname = "mcelog";
|
||||||
version = "165";
|
version = "166";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "andikleen";
|
owner = "andikleen";
|
||||||
repo = "mcelog";
|
repo = "mcelog";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1g242qz3jj7amgar497bbd8krljspwy89g1r32wz3fdpkn9m1w8s";
|
sha256 = "0q76lf5yrjq7b96ynj5dbf9ll94ymiab1b9106xpb4vbiwz0ia7w";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user