lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

mcelog: 153 -> 154

Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/17fxzl242z1bjng82m4aqlbsjhdnxjb0-mcelog-154/bin/mcelog --help` got 0 exit code
- ran `/nix/store/17fxzl242z1bjng82m4aqlbsjhdnxjb0-mcelog-154/bin/mcelog --version` and found version 154
- ran `/nix/store/17fxzl242z1bjng82m4aqlbsjhdnxjb0-mcelog-154/bin/mcelog --help` and found version 154
- found 154 with grep in /nix/store/17fxzl242z1bjng82m4aqlbsjhdnxjb0-mcelog-154
- found 154 in filename of file in /nix/store/17fxzl242z1bjng82m4aqlbsjhdnxjb0-mcelog-154

+2 -2
+2 -2
pkgs/os-specific/linux/mcelog/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "mcelog-${version}"; 5 - version = "153"; 5 + version = "154"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "andikleen"; 9 9 repo = "mcelog"; 10 10 rev = "v${version}"; 11 - sha256 = "1wz55dzqdiam511d6p1958al6vzlhrhs73s7gly0mzm6kpji0gxa"; 11 + sha256 = "0vq7r3zknr62rmi9g0zd7mmxframm79vmrdw029pc7z6wrlv40cy"; 12 12 }; 13 13 14 14 postPatch = ''