Skip to content

Commit 2edb8ff

Browse files
committedFeb 27, 2017
fwupd: 0.8.0 -> 0.8.1.
1 parent a20a533 commit 2edb8ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎pkgs/os-specific/linux/firmware/fwupd/default.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{ stdenv, fetchurl, gtk_doc, pkgconfig, gobjectIntrospection, intltool
22
, libgudev, polkit, gcab, appstream-glib, gusb, sqlite, libarchive
33
, libsoup, docbook2x, gpgme, libxslt, libelf, libsmbios, efivar
4-
, fwupdate, libgpgerror, libyaml
4+
, fwupdate, libgpgerror, libyaml, valgrind
55
}:
6-
let version = "0.8.0"; in
6+
let version = "0.8.1"; in
77
stdenv.mkDerivation
88
{ name = "fwupd-${version}";
99
src = fetchurl
1010
{ url = "https://people.freedesktop.org/~hughsient/releases/fwupd-${version}.tar.xz";
11-
sha256 = "1irr7xr0slfpm7pvlc9ysy85d51fv0gss6cv0w4sc5p7rhvjx69g";
11+
sha256 = "0sq0aay5d6b0vgr7j7y4i58flbxmcbpwyw6vfwrd29fim21j6ac8";
1212
};
1313
buildInputs =
1414
[ gtk_doc pkgconfig gobjectIntrospection intltool libgudev
1515
polkit gcab appstream-glib gusb sqlite libarchive libsoup
16-
docbook2x libxslt libelf libsmbios fwupdate libyaml
16+
docbook2x libxslt libelf libsmbios fwupdate libyaml valgrind
1717
];
1818
patchPhase = ''
1919
sed -i -e \

0 commit comments

Comments
 (0)
Please sign in to comment.