gnome-firmware: add update script
This commit is contained in:
parent
57b107c726
commit
5f36ed3f87
@ -1,6 +1,7 @@
|
||||
{ stdenv
|
||||
, lib
|
||||
, fetchFromGitLab
|
||||
, gitUpdater
|
||||
, appstream-glib
|
||||
, desktop-file-utils
|
||||
, fwupd
|
||||
@ -53,6 +54,11 @@ stdenv.mkDerivation rec {
|
||||
"-Dconsolekit=false"
|
||||
];
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
inherit pname version;
|
||||
ignoredVersions = "(alpha|beta|rc).*";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://gitlab.gnome.org/World/gnome-firmware";
|
||||
description = "Tool for installing firmware on devices";
|
||||
|
Loading…
Reference in New Issue
Block a user