fwupd: 1.9.10 -> 1.9.11

https://github.com/fwupd/fwupd/releases/tag/1.9.11
This commit is contained in:
r-vdp 2024-01-03 13:33:57 +01:00
parent 97f2135e6a
commit d221c267f7
No known key found for this signature in database

View File

@ -121,7 +121,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "fwupd";
version = "1.9.10";
version = "1.9.11";
# libfwupd goes to lib
# daemon, plug-ins and libfwupdplugin go to out
@ -132,7 +132,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "fwupd";
repo = "fwupd";
rev = finalAttrs.version;
hash = "sha256-qB7SGkjPahZmLax8HrSdLvORAXTBcuN5NohT0KUjCnM=";
hash = "sha256-chPZ9nGhFcaExoJDJvFy8terIGZRU6S90RKBYkoWyGQ=";
};
patches = [