fwupd: 1.1.1 -> 1.1.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fwupd/versions
This commit is contained in:
parent
35378f0141
commit
fd7bf0460d
@ -7,7 +7,7 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
# Updating? Keep $out/etc synchronized with passthru.filesInstalledToEtc
|
# Updating? Keep $out/etc synchronized with passthru.filesInstalledToEtc
|
||||||
version = "1.1.1";
|
version = "1.1.2";
|
||||||
python = python3.withPackages (p: with p; [ pygobject3 pycairo pillow ]);
|
python = python3.withPackages (p: with p; [ pygobject3 pycairo pillow ]);
|
||||||
installedTestsPython = python3.withPackages (p: with p; [ pygobject3 requests ]);
|
installedTestsPython = python3.withPackages (p: with p; [ pygobject3 requests ]);
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ in stdenv.mkDerivation {
|
|||||||
name = "fwupd-${version}";
|
name = "fwupd-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://people.freedesktop.org/~hughsient/releases/fwupd-${version}.tar.xz";
|
url = "https://people.freedesktop.org/~hughsient/releases/fwupd-${version}.tar.xz";
|
||||||
sha256 = "0szakfnp6pl8vv3ivb40p5j8pxapfp724a55s2dr1qzzdlbjd08s";
|
sha256 = "1qhg8h1dv9k3i0429j0wl37rpxfbahggfd1j8s7a4cw83k42cgfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "lib" "dev" "devdoc" "man" "installedTests" ];
|
outputs = [ "out" "lib" "dev" "devdoc" "man" "installedTests" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user