Merge pull request #266464 from thilobillerbeck/pocketbase-1-19-3

pocketbase: add passthru.updateScript
This commit is contained in:
Atemu 2023-11-30 16:37:18 +01:00 committed by GitHub
commit 8a02d87324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
{ lib
, buildGoModule
, fetchFromGitHub
, nix-update-script
}:
buildGoModule rec {
@ -32,6 +33,8 @@ buildGoModule rec {
mv $out/bin/base $out/bin/pocketbase
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Open Source realtime backend in 1 file";
homepage = "https://github.com/pocketbase/pocketbase";