3
0
Fork 0
forked from mirrors/nixpkgs

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

pocketbase: 0.5.2 -> 0.6.0
This commit is contained in:
superherointj 2022-09-03 22:13:55 -03:00 committed by GitHub
commit 0f48f593dd
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.5.2";
version = "0.6.0";
src = fetchFromGitHub {
owner = "pocketbase";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ykjk2OJ1AFG4S8vQi5yb7JzQRh3hSbFm/6XqzqXNmt8=";
sha256 = "sha256-sDq8i79Ndwi5hLidukqnuuShCRCE7kxaiOQy29bJQCw=";
};
vendorSha256 = "sha256-OGbfcKvPTSM9DGJ+u2fXBmHq0Sv/n8oMbHNoPZy854Q=";
vendorSha256 = "sha256-Ty06TegTT4BILgH0MpnxINxBQMW0zi0ItptHmDqKW1k=";
# This is the released subpackage from upstream repo
subPackages = [ "examples/base" ];