about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-12-10 08:24:17 -0500
committerGitHub <noreply@github.com>2021-12-10 08:24:17 -0500
commitd0d209fd591c40ac8a2be4a0379ee14ab5b556bb (patch)
treed2ea881a676ca4c3d752196dafe3bc48510410f8 /pkgs/os-specific
parent8f215659013838d254d356b6e28b8044c3104936 (diff)
parente03171d76f40cef8e453cd31641d1541d0d2ad1b (diff)
Merge pull request #149878 from r-ryantm/auto-update/mcelog
mcelog: 178 -> 179
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/mcelog/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/mcelog/default.nix b/pkgs/os-specific/linux/mcelog/default.nix
index 85e4065e90a44..916c79a4298d9 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 = "178";
+  version = "180";
 
   src = fetchFromGitHub {
     owner  = "andikleen";
     repo   = "mcelog";
     rev    = "v${version}";
-    sha256 = "sha256-++R/R3oRw0O0MoDnASdVr9UIiI0yS4UcIO8nV62PLzE=";
+    sha256 = "1xy1082c67yd48idg5vwvrw7yx74gn6jj2d9c67d0rh6yji091ki";
   };
 
   postPatch = ''