akkoma-frontends.akkoma-fe: provide update script
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
jpegoptim,
|
||||
oxipng,
|
||||
nodePackages,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -81,6 +82,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"--version-regex"
|
||||
''^v(\d+\.\d+\.\d+)$''
|
||||
];
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Frontend for Akkoma";
|
||||
homepage = "https://akkoma.dev/AkkomaGang/akkoma-fe/";
|
||||
|
||||
Reference in New Issue
Block a user