mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 10:14:48 +00:00
filebrowser-quantum: add updateScript
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
fetchFromGitHub,
|
||||
buildGoModule,
|
||||
buildNpmPackage,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -65,6 +66,8 @@ buildGoModule {
|
||||
"-X github.com/gtsteffaniak/filebrowser/backend/version.Version=testing"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Access and manage your files from the web";
|
||||
homepage = "https://github.com/gtsteffaniak/filebrowser";
|
||||
|
||||
Reference in New Issue
Block a user