We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 21d5998 commit 7e453ccCopy full SHA for 7e453cc
pkgs/os-specific/linux/firmware/fwupd/default.nix
@@ -31,11 +31,11 @@ let
31
32
in stdenv.mkDerivation rec {
33
pname = "fwupd";
34
- version = "1.2.10";
+ version = "1.2.8";
35
36
src = fetchurl {
37
url = "https://people.freedesktop.org/~hughsient/releases/fwupd-${version}.tar.xz";
38
- sha256 = "0inngs7i48akm9c7fmdsf9zjif595rkaba69rl76jfwfv8r21vjb";
+ sha256 = "0qbvq52c0scn1h99i1rf2la6rrhckin6gb02k7l0v3g07mxs20wc";
39
};
40
41
outputs = [ "out" "lib" "dev" "devdoc" "man" "installedTests" ];
0 commit comments