pocketbase: 0.28.1 -> 0.28.2 (#411083)

Co-authored-by: thilobillerbeck <thilo.billerbeck@officerent.de>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-26 10:53:41 +00:00 committed by GitHub
commit 9895a0edbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "pocketbase";
version = "0.28.1";
version = "0.28.2";
src = fetchFromGitHub {
owner = "pocketbase";
repo = "pocketbase";
rev = "v${version}";
hash = "sha256-tx9dx4ZFmdllG/pMoI8mmPSvMg7fBk6+lXSxkW5jlDM=";
hash = "sha256-R8sXa3Cs7GFRAs8/+wAoWteFYBUVsgVA+eJDKACb0k8=";
};
vendorHash = "sha256-DN3rCuRBFVeRfiXrwxeHemqOZgXb7OswwzcEqHbi4lo=";
vendorHash = "sha256-bTXxhHibKiu+btHhnktTpNycMJSzGekRJ+w9b1IwAQs=";
# This is the released subpackage from upstream repo
subPackages = [ "examples/base" ];