about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2021-08-07 19:15:03 +0000
committerGitHub <noreply@github.com>2021-08-07 19:15:03 +0000
commitb57d58fd71657ef699dc4451624ba2e955a83591 (patch)
tree4a1440ca7e27b4aee2e3a70a7c487ba5b676567f /pkgs/os-specific
parent9f7b4f59a7b5e5f1dcbce27fe6d45a7af831bcb7 (diff)
parentc6b0678d18fb7753366e6586f5cf9aeec2d3e61c (diff)
Merge pull request #124314 from r-ryantm/auto-update/mcelog
mcelog: 175 -> 178
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/mcelog/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/mcelog/default.nix b/pkgs/os-specific/linux/mcelog/default.nix
index b20632be334c7..85e4065e90a44 100644
--- a/pkgs/os-specific/linux/mcelog/default.nix
+++ b/pkgs/os-specific/linux/mcelog/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "mcelog";
-  version = "175";
+  version = "178";
 
   src = fetchFromGitHub {
     owner  = "andikleen";
     repo   = "mcelog";
     rev    = "v${version}";
-    sha256 = "sha256-Xzbck/nRdTR9H5o2XVFlFdNLz2ve65KEcefKAKe0eW8=";
+    sha256 = "sha256-++R/R3oRw0O0MoDnASdVr9UIiI0yS4UcIO8nV62PLzE=";
   };
 
   postPatch = ''
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
       errors are logged to /var/log/mcelog or syslog or the journal.
     '';
     homepage = "http://mcelog.org/";
-    license = licenses.gpl2;
+    license = licenses.gpl2Plus;
     platforms = platforms.linux;
   };
 }