3
0
Fork 0
forked from mirrors/nixpkgs

fwupd: 0.8.0 -> 0.8.1.

This commit is contained in:
Shea Levy 2017-02-27 10:07:57 -05:00
parent a20a53300d
commit 2edb8ffa14

View file

@ -1,19 +1,19 @@
{ stdenv, fetchurl, gtk_doc, pkgconfig, gobjectIntrospection, intltool
, libgudev, polkit, gcab, appstream-glib, gusb, sqlite, libarchive
, libsoup, docbook2x, gpgme, libxslt, libelf, libsmbios, efivar
, fwupdate, libgpgerror, libyaml
, fwupdate, libgpgerror, libyaml, valgrind
}:
let version = "0.8.0"; in
let version = "0.8.1"; in
stdenv.mkDerivation
{ name = "fwupd-${version}";
src = fetchurl
{ url = "https://people.freedesktop.org/~hughsient/releases/fwupd-${version}.tar.xz";
sha256 = "1irr7xr0slfpm7pvlc9ysy85d51fv0gss6cv0w4sc5p7rhvjx69g";
sha256 = "0sq0aay5d6b0vgr7j7y4i58flbxmcbpwyw6vfwrd29fim21j6ac8";
};
buildInputs =
[ gtk_doc pkgconfig gobjectIntrospection intltool libgudev
polkit gcab appstream-glib gusb sqlite libarchive libsoup
docbook2x libxslt libelf libsmbios fwupdate libyaml
docbook2x libxslt libelf libsmbios fwupdate libyaml valgrind
];
patchPhase = ''
sed -i -e \