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

pocketbase: 0.20.7 -> 0.21.1
This commit is contained in:
Mario Rodas 2024-02-03 08:17:38 -05:00 committed by GitHub
commit 6c816c699d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "pocketbase";
version = "0.20.7";
version = "0.21.1";
src = fetchFromGitHub {
owner = "pocketbase";
repo = "pocketbase";
rev = "v${version}";
hash = "sha256-ySdgq9U4pgXMSsP8fTbVop7Dwm3vUhTWwysndhNaBUU=";
hash = "sha256-f8lqDYu2tlwp+/00QaHfXvUO3CZuDWMpdVBrUW3bbio=";
};
vendorHash = "sha256-72Q9/lLs57y+OPMV/ITcLLxW79YzHjSFThK4txZ1qZo=";
vendorHash = "sha256-u7VgZkv9Ajtra9ikeIxJRLZleH+rzs1g2SZO9zj/bes=";
# This is the released subpackage from upstream repo
subPackages = [ "examples/base" ];