fwupd: 1.3.7 → 1.3.8

https://github.com/fwupd/fwupd/compare/1.3.7...1.3.8
This commit is contained in:
Jan Tojnar 2020-02-14 08:07:38 +01:00
parent 8130f3c1c2
commit a6f12202d0
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -2,6 +2,7 @@
{ stdenv
, fetchurl
, fetchpatch
, substituteAll
, gtk-doc
, pkgconfig
@ -87,11 +88,11 @@ in
stdenv.mkDerivation rec {
pname = "fwupd";
version = "1.3.7";
version = "1.3.8";
src = fetchurl {
url = "https://people.freedesktop.org/~hughsient/releases/fwupd-${version}.tar.xz";
sha256 = "02mzn3whk5mba4nxyrkypawr1gzjx79n4nrkhrp8vja6mxxgsf10";
sha256 = "14hbwp3263n4z61ws62vj50kh9a89fz2l29hyv7f1xlas4zz6j8x";
};
# libfwupd goes to lib
@ -162,6 +163,12 @@ stdenv.mkDerivation rec {
# needs a different set of modules than po/make-images
inherit installedTestsPython;
})
# Find the correct lds and crt name when specifying -Defi_ldsdir
(fetchpatch {
url = "https://github.com/fwupd/fwupd/commit/52cda3db9ca9ab4faf99310edf29df926a713b5c.patch";
sha256 = "0hsj79dzamys7ryz33iwxwd58kb1h7gaw637whm0nkvzkqq6rm16";
})
];
postPatch = ''