mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
fwupd: 1.9.6 -> 1.9.7
Release notes: https://github.com/fwupd/fwupd/releases/tag/1.9.7
This commit is contained in:
parent
884de18cc6
commit
21ef15cc55
@ -8,6 +8,7 @@
|
||||
, gobject-introspection
|
||||
, gettext
|
||||
, libgudev
|
||||
, libdrm
|
||||
, polkit
|
||||
, libxmlb
|
||||
, glib
|
||||
@ -24,7 +25,6 @@
|
||||
, libuuid
|
||||
, colord
|
||||
, ninja
|
||||
, gcab
|
||||
, gnutls
|
||||
, protobufc
|
||||
, python3
|
||||
@ -123,7 +123,7 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "fwupd";
|
||||
version = "1.9.6";
|
||||
version = "1.9.7";
|
||||
|
||||
# libfwupd goes to lib
|
||||
# daemon, plug-ins and libfwupdplugin go to out
|
||||
@ -134,7 +134,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
owner = "fwupd";
|
||||
repo = "fwupd";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-9mA6gETnOmmkI+cdF0kP1moPV6DDvASq1JXarupM/tU=";
|
||||
hash = "sha256-NhVCIjkwoTZptctIrkU9HgXzjr+KCUZfEKcjoYgAEdM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -168,7 +168,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gettext
|
||||
shared-mime-info
|
||||
valgrind
|
||||
gcab
|
||||
gnutls
|
||||
protobufc # for protoc
|
||||
python
|
||||
@ -182,6 +181,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gusb
|
||||
sqlite
|
||||
libarchive
|
||||
libdrm
|
||||
curl
|
||||
elfutils
|
||||
libgudev
|
||||
|
Loading…
Reference in New Issue
Block a user