fwupd: 1.9.15 -> 1.9.16

https://github.com/fwupd/fwupd/releases/tag/1.9.16
This commit is contained in:
r-vdp 2024-04-05 16:12:21 +02:00 committed by Maxine Aubrey
parent c49646e491
commit a3b621afff
1 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "fwupd";
version = "1.9.15";
version = "1.9.16";
# 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-w0egw5FKNAOnIYjp2RUx74taivnClQmRfhaFHdKOGZc=";
hash = "sha256-mM8HSSQD5znjpl9q/f+u0RzZEkFA1tnh+BPB2qdcWvI=";
};
patches = [