mcelog: 175 -> 178

authored by R. RyanTM and committed by Doron Behar c6b0678d 7a47055a

+3 -3
+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 }