Merge pull request #253255 from R-VdP/fwupd_1_9_5

maxine 74b1db51 6fb1efb2

Changed files
+5 -3
pkgs
os-specific
linux
firmware
fwupd
+5 -3
pkgs/os-specific/linux/firmware/fwupd/default.nix
···
, libcbor
, xz
, enableFlashrom ? false
+
, enablePassim ? false
}:
let
···
in
stdenv.mkDerivation (finalAttrs: {
pname = "fwupd";
-
version = "1.9.4";
+
version = "1.9.5";
# libfwupd goes to lib
# daemon, plug-ins and libfwupdplugin go to out
···
owner = "fwupd";
repo = "fwupd";
rev = finalAttrs.version;
-
hash = "sha256-xjN6nHqg7sQzgojClySQEjLQBdI5291TxPhgLjKzKvk=";
+
hash = "sha256-dqbFgVgG2RQM5ZHIEIIJOmrjtwlaRXEyY+2OdDs4PGo=";
};
patches = [
···
"-Dsysconfdir_install=${placeholder "out"}/etc"
"-Defi_os_dir=nixos"
"-Dplugin_modem_manager=enabled"
-
# We do not want to place the daemon into lib (cyclic reference)
"--libexecdir=${placeholder "out"}/libexec"
+
] ++ lib.optionals (!enablePassim) [
+
"-Dpassim=disabled"
] ++ lib.optionals (!haveDell) [
"-Dplugin_dell=disabled"
"-Dplugin_synaptics_mst=disabled"