3
0
Fork 0
forked from mirrors/nixpkgs

Revert "fwupd: 1.2.8 -> 1.2.10"

This commit is contained in:
worldofpeace 2019-08-19 20:58:24 -04:00 committed by GitHub
parent 21d599839c
commit 7e453cc58f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,11 +31,11 @@ let
in stdenv.mkDerivation rec {
pname = "fwupd";
version = "1.2.10";
version = "1.2.8";
src = fetchurl {
url = "https://people.freedesktop.org/~hughsient/releases/fwupd-${version}.tar.xz";
sha256 = "0inngs7i48akm9c7fmdsf9zjif595rkaba69rl76jfwfv8r21vjb";
sha256 = "0qbvq52c0scn1h99i1rf2la6rrhckin6gb02k7l0v3g07mxs20wc";
};
outputs = [ "out" "lib" "dev" "devdoc" "man" "installedTests" ];