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

pocketbase: 0.19.2 -> 0.19.4
This commit is contained in:
Pol Dellaiera 2023-11-29 20:05:53 +01:00 committed by GitHub
commit 4a7f564a7e
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.19.2";
version = "0.19.4";
src = fetchFromGitHub {
owner = "pocketbase";
repo = "pocketbase";
rev = "v${version}";
hash = "sha256-5VvjEFiZ7jnjqdagWeP2xrwDKtU9S6rQmsaupDFiK+c=";
hash = "sha256-P8EbVw+BWz5lHZiK7T+Z/VQ3MTzPdJaBvmJKSNQyxgY=";
};
vendorHash = "sha256-RGpB8f/1+eWZIAqb4OFUFlxhYRRm1WOh2edHp8KuGF4=";
vendorHash = "sha256-iONh/X5x4C76OXIl/+CdmmWZ8rLIfk/IHQf4JKUR2xs=";
# This is the released subpackage from upstream repo
subPackages = [ "examples/base" ];