mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
mcelog: 164 -> 165 (#72583)
This commit is contained in:
parent
46af0b2a2c
commit
f8948e9606
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mcelog";
|
pname = "mcelog";
|
||||||
version = "164";
|
version = "165";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "andikleen";
|
owner = "andikleen";
|
||||||
repo = "mcelog";
|
repo = "mcelog";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1i0f0zvxlzkfp0bvghm1z8z8bb8a5x97h56bwd7fdkrm00ivfw2k";
|
sha256 = "1g242qz3jj7amgar497bbd8krljspwy89g1r32wz3fdpkn9m1w8s";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user