tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mcelog: 175 -> 178
authored by
R. RyanTM
and committed by
Doron Behar
4 years ago
c6b0678d
7a47055a
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
mcelog
default.nix
+3
-3
pkgs/os-specific/linux/mcelog/default.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "mcelog";
5
-
version = "175";
6
7
src = fetchFromGitHub {
8
owner = "andikleen";
9
repo = "mcelog";
10
rev = "v${version}";
11
-
sha256 = "sha256-Xzbck/nRdTR9H5o2XVFlFdNLz2ve65KEcefKAKe0eW8=";
12
};
13
14
postPatch = ''
···
45
errors are logged to /var/log/mcelog or syslog or the journal.
46
'';
47
homepage = "http://mcelog.org/";
48
-
license = licenses.gpl2;
49
platforms = platforms.linux;
50
};
51
}
···
2
3
stdenv.mkDerivation rec {
4
pname = "mcelog";
5
+
version = "178";
6
7
src = fetchFromGitHub {
8
owner = "andikleen";
9
repo = "mcelog";
10
rev = "v${version}";
11
+
sha256 = "sha256-++R/R3oRw0O0MoDnASdVr9UIiI0yS4UcIO8nV62PLzE=";
12
};
13
14
postPatch = ''
···
45
errors are logged to /var/log/mcelog or syslog or the journal.
46
'';
47
homepage = "http://mcelog.org/";
48
+
license = licenses.gpl2Plus;
49
platforms = platforms.linux;
50
};
51
}