mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #336524 from GaetanLepage/fwupd
fwupd: 1.9.23 -> 1.9.24
This commit is contained in:
commit
afad26c9fc
@ -49,6 +49,7 @@
|
||||
, libmbim
|
||||
, libcbor
|
||||
, xz
|
||||
, nix-update-script
|
||||
, enableFlashrom ? false
|
||||
, enablePassim ? false
|
||||
}:
|
||||
@ -120,7 +121,7 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "fwupd";
|
||||
version = "1.9.23";
|
||||
version = "1.9.24";
|
||||
|
||||
# libfwupd goes to lib
|
||||
# daemon, plug-ins and libfwupdplugin go to out
|
||||
@ -131,7 +132,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
owner = "fwupd";
|
||||
repo = "fwupd";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-SLwRATYUSnHN6r5KyVGXbdAFjHCfykItbBTsl5/s8fA=";
|
||||
hash = "sha256-jAR/c8hedprteCj5wrjST4yo8TxJ4JmLbPXSwBO3gJs=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -325,6 +326,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
separateDebugInfo = true;
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
filesInstalledToEtc = [
|
||||
"fwupd/bios-settings.d/README.md"
|
||||
"fwupd/fwupd.conf"
|
||||
|
Loading…
Reference in New Issue
Block a user