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 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "mcelog"; 5 - version = "175"; 5 + version = "178"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "andikleen"; 9 9 repo = "mcelog"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-Xzbck/nRdTR9H5o2XVFlFdNLz2ve65KEcefKAKe0eW8="; 11 + sha256 = "sha256-++R/R3oRw0O0MoDnASdVr9UIiI0yS4UcIO8nV62PLzE="; 12 12 }; 13 13 14 14 postPatch = '' ··· 45 45 errors are logged to /var/log/mcelog or syslog or the journal. 46 46 ''; 47 47 homepage = "http://mcelog.org/"; 48 - license = licenses.gpl2; 48 + license = licenses.gpl2Plus; 49 49 platforms = platforms.linux; 50 50 }; 51 51 }