rasdaemon: 0.8.3 -> 0.8.4 (#463451)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
name = "rasdaemon";
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
broken = true; # test timed out
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
autoreconfHook,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
lib,
|
||||
libtraceevent,
|
||||
nix-update-script,
|
||||
nixosTests,
|
||||
pciutils,
|
||||
perl,
|
||||
pkg-config,
|
||||
sqlite,
|
||||
@@ -17,24 +17,15 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "rasdaemon";
|
||||
version = "0.8.3";
|
||||
version = "0.8.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mchehab";
|
||||
repo = "rasdaemon";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-SpMNkeJkjaWteWsIScRnzNILf+PtVu1sX9e6ctwm3G0=";
|
||||
hash = "sha256-rk4CZrWQRe2wsx8/eXP0BIeaU/Gxmcb+Kry5F8t4YKQ=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# https://github.com/mchehab/rasdaemon/pull/212
|
||||
(fetchpatch {
|
||||
name = "fix_buffer_overflow_in_add_event_handler_read.patch";
|
||||
url = "https://github.com/mchehab/rasdaemon/commit/46bed1b6845bcb560d760b4cacea7df67cd6d1fd.patch";
|
||||
hash = "sha256-5T5U2i0i/7MpHzqpPq6mn2ghSUj9O6BzY11VcySgCMo=";
|
||||
})
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
@@ -51,6 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
DBDSQLite
|
||||
]
|
||||
))
|
||||
pciutils
|
||||
sqlite
|
||||
]
|
||||
++ lib.optionals enableDmidecode [
|
||||
|
||||
Reference in New Issue
Block a user