fwupd: 0.8.0 -> 0.8.1.
This commit is contained in:
parent
a20a53300d
commit
2edb8ffa14
@ -1,19 +1,19 @@
|
|||||||
{ stdenv, fetchurl, gtk_doc, pkgconfig, gobjectIntrospection, intltool
|
{ stdenv, fetchurl, gtk_doc, pkgconfig, gobjectIntrospection, intltool
|
||||||
, libgudev, polkit, gcab, appstream-glib, gusb, sqlite, libarchive
|
, libgudev, polkit, gcab, appstream-glib, gusb, sqlite, libarchive
|
||||||
, libsoup, docbook2x, gpgme, libxslt, libelf, libsmbios, efivar
|
, 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
|
stdenv.mkDerivation
|
||||||
{ name = "fwupd-${version}";
|
{ name = "fwupd-${version}";
|
||||||
src = fetchurl
|
src = fetchurl
|
||||||
{ url = "https://people.freedesktop.org/~hughsient/releases/fwupd-${version}.tar.xz";
|
{ url = "https://people.freedesktop.org/~hughsient/releases/fwupd-${version}.tar.xz";
|
||||||
sha256 = "1irr7xr0slfpm7pvlc9ysy85d51fv0gss6cv0w4sc5p7rhvjx69g";
|
sha256 = "0sq0aay5d6b0vgr7j7y4i58flbxmcbpwyw6vfwrd29fim21j6ac8";
|
||||||
};
|
};
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ gtk_doc pkgconfig gobjectIntrospection intltool libgudev
|
[ gtk_doc pkgconfig gobjectIntrospection intltool libgudev
|
||||||
polkit gcab appstream-glib gusb sqlite libarchive libsoup
|
polkit gcab appstream-glib gusb sqlite libarchive libsoup
|
||||||
docbook2x libxslt libelf libsmbios fwupdate libyaml
|
docbook2x libxslt libelf libsmbios fwupdate libyaml valgrind
|
||||||
];
|
];
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i -e \
|
sed -i -e \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user