folo: add nix-update-script
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
electron,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
imagemagick,
|
||||
lib,
|
||||
makeDesktopItem,
|
||||
@@ -120,6 +121,13 @@ stdenv.mkDerivation rec {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"--version-regex"
|
||||
"^desktop/v([0-9]+\\.[0-9]+\\.[0-9]+)$"
|
||||
];
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Next generation information browser";
|
||||
homepage = "https://github.com/RSSNext/Folo";
|
||||
|
||||
Reference in New Issue
Block a user