mcelog: 206 -> 207

This commit is contained in:
R. Ryantm
2025-10-03 00:31:16 +00:00
parent fe2a8ef0e1
commit 407fdf08ec

View File

@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "mcelog"; pname = "mcelog";
version = "206"; version = "207";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "andikleen"; owner = "andikleen";
repo = "mcelog"; repo = "mcelog";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-hBdi/rokSJMI6GQZd7apT5Jd2/WRMNgBMbDx8tLfeKc="; hash = "sha256-ZHhY7pqDuez3QtbhjDr2D/isw+gsoVdfB5WRRchdh6E=";
}; };
postPatch = '' postPatch = ''