mcelog: 160 -> 161 (#47768)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mcelog/versions
This commit is contained in:
parent
541e5b8900
commit
ba3dbfd635
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mcelog-${version}";
|
name = "mcelog-${version}";
|
||||||
version = "160";
|
version = "161";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "andikleen";
|
owner = "andikleen";
|
||||||
repo = "mcelog";
|
repo = "mcelog";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1m985wvdykl3003967lp1i7707qhwdj3h13cl8g1afjaip9ccd48";
|
sha256 = "1bqz53xgvwab3r487ihri3nvk7nsgjykdv8m993983vxsi2bgjmz";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user