Merge pull request #306404 from r-vdp/fwupd-1_9_18

This commit is contained in:
Maxine Aubrey
2024-04-24 01:01:15 +02:00
committed by GitHub
+2 -2
View File
@@ -120,7 +120,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "fwupd";
version = "1.9.16";
version = "1.9.18";
# libfwupd goes to lib
# daemon, plug-ins and libfwupdplugin go to out
@@ -131,7 +131,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "fwupd";
repo = "fwupd";
rev = finalAttrs.version;
hash = "sha256-mM8HSSQD5znjpl9q/f+u0RzZEkFA1tnh+BPB2qdcWvI=";
hash = "sha256-w2jqIPNV6OkPaHfy7bEFgr5IgzJYtMTrO5UWmnZ+2JI=";
};
patches = [