1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

mcelog: 132 -> 133

Bugfix: no longer hangs on unknown errors in non-daemon mode.
This commit is contained in:
Tobias Geerinckx-Rice 2016-03-05 23:43:28 +01:00
parent d5eb96938a
commit 7951dd531e

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "mcelog-${version}";
version = "132";
version = "133";
src = fetchFromGitHub {
sha256 = "0qr0rdkva8a8wzsdmk0dm9zhpdnwp1lmla324xnayf0afyym3zj8";
sha256 = "1qj9jz67bd834sgqcxhyhn9fzxg8y9vfw7gmza5ikmjm6yi6mmfr";
rev = "v${version}";
repo = "mcelog";
owner = "andikleen";