Merge pull request #243756 from r-ryantm/auto-update/pocketbase

pocketbase: 0.16.7 -> 0.16.8
This commit is contained in:
Nick Cao 2023-07-15 20:35:41 -06:00 committed by GitHub
commit d65175ed9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "pocketbase";
version = "0.16.7";
version = "0.16.8";
src = fetchFromGitHub {
owner = "pocketbase";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZP1NaxQ7avg4ftLh9PXIEAN8iLrjsc+LcJlrIguIEN0=";
sha256 = "sha256-wZp7WfSdKN9oF6mZsT4QsKvY53MsggbEmBS8TkCFkuU=";
};
vendorHash = "sha256-d1YGRULQh1LwQaH/44ZrBq2p8E63BhqnWzvpv7RVaqw=";
vendorHash = "sha256-h3lkmpHEMr/aueP+lJpa9HJCidEpm7xSKws28+ZSeQA=";
# This is the released subpackage from upstream repo
subPackages = [ "examples/base" ];