Skip to content

Commit b1dd755

Browse files
authored
fwupd: 2.0.7 -> 2.0.8 (#397402)
2 parents 75b0624 + 2d9f8c0 commit b1dd755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fw/fwupd/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ let
130130
in
131131
stdenv.mkDerivation (finalAttrs: {
132132
pname = "fwupd";
133-
version = "2.0.7";
133+
version = "2.0.8";
134134

135135
# libfwupd goes to lib
136136
# daemon, plug-ins and libfwupdplugin go to out
@@ -148,7 +148,7 @@ stdenv.mkDerivation (finalAttrs: {
148148
owner = "fwupd";
149149
repo = "fwupd";
150150
tag = finalAttrs.version;
151-
hash = "sha256-Rus/GaLdoxC1vZskcZeKYE26ys7iBq6szgl2dh1UPsM=";
151+
hash = "sha256-8IFopG/EY/UAB3JSyBJsGmlwGiMufn7rfkeJ9iYfCGU=";
152152
};
153153

154154
patches = [

0 commit comments

Comments
 (0)