summary refs log tree commit diff
path: root/pkgs/os-specific/linux/mcelog
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-28 12:07:28 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-28 21:07:28 +0200
commit5427a1a3831ac7f6a08a2c7c73406af3dbfa49f3 (patch)
treebb8a818cd08d0cc32d054f0028cefca8246ad60f /pkgs/os-specific/linux/mcelog
parentd58691d38f76739fe275230242a4a46dfb3b9a06 (diff)
downloadnixlib-5427a1a3831ac7f6a08a2c7c73406af3dbfa49f3.tar
nixlib-5427a1a3831ac7f6a08a2c7c73406af3dbfa49f3.tar.gz
nixlib-5427a1a3831ac7f6a08a2c7c73406af3dbfa49f3.tar.bz2
nixlib-5427a1a3831ac7f6a08a2c7c73406af3dbfa49f3.tar.lz
nixlib-5427a1a3831ac7f6a08a2c7c73406af3dbfa49f3.tar.xz
nixlib-5427a1a3831ac7f6a08a2c7c73406af3dbfa49f3.tar.zst
nixlib-5427a1a3831ac7f6a08a2c7c73406af3dbfa49f3.zip
mcelog: 157 -> 158 (#41112)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mcelog/versions.

These checks were done:

- built on NixOS
- /nix/store/1fqizqnwbm6d0m3bfhf07ifi974lf462-mcelog-158/bin/mcelog passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 158 with grep in /nix/store/1fqizqnwbm6d0m3bfhf07ifi974lf462-mcelog-158
- directory tree listing: https://gist.github.com/9d64a5e08433a1d54e003d1331d5dcb4
- du listing: https://gist.github.com/58a6326ee54553f647aebedff6e4e46d
Diffstat (limited to 'pkgs/os-specific/linux/mcelog')
-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 4ebc1c00f7af..18e90f85b448 100644
--- a/pkgs/os-specific/linux/mcelog/default.nix
+++ b/pkgs/os-specific/linux/mcelog/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "mcelog-${version}";
-  version = "157";
+  version = "158";
 
   src = fetchFromGitHub {
     owner  = "andikleen";
     repo   = "mcelog";
     rev    = "v${version}";
-    sha256 = "1965axyfizv2jg412a4wrrghgswwvvgymk7mbwaraw3xl9p21wgv";
+    sha256 = "0hiyj626fv4awzqgf4wnxjkr68cfcllqpibw0ncnpkvk9rn96rqp";
   };
 
   postPatch = ''