fwupd: 1.8.12 -> 1.8.13

Release notes: https://github.com/fwupd/fwupd/releases/tag/1.8.13
This commit is contained in:
r-vdp
2023-04-01 13:36:11 +02:00
committed by Bjørn Forsman
parent 9448487d9f
commit 89d825e18e
@@ -2,7 +2,6 @@
{ stdenv
, lib
, fetchurl
, fetchFromGitHub
, gi-docgen
, pkg-config
@@ -124,7 +123,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "fwupd";
version = "1.8.12";
version = "1.8.13";
# libfwupd goes to lib
# daemon, plug-ins and libfwupdplugin go to out
@@ -135,7 +134,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "fwupd";
repo = "fwupd";
rev = finalAttrs.version;
hash = "sha256-a4F7skyukl4jW3apGi1ie/EcuGlkZoszyZdtLFuJewA=";
hash = "sha256-UBKFC/hq4kkrjkuHTqIimbR332Vk/X4VQeYROGeAVi8=";
};
patches = [