Skip to content

Commit

Permalink
fwupd: 1.3.7 → 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Feb 14, 2020
1 parent 8130f3c commit 2dbc314
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pkgs/os-specific/linux/firmware/fwupd/default.nix
Expand Up @@ -2,6 +2,7 @@

{ stdenv
, fetchurl
, fetchpatch
, substituteAll
, gtk-doc
, pkgconfig
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 = "sha256-JtRsMJ5/Twsq5GcYrt6BYU1UGu88jvF9PtpX9Vs6UkM=";
})
];

postPatch = ''
Expand Down

0 comments on commit 2dbc314

Please sign in to comment.