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

pocketbase: 0.11.3 -> 0.12.0
This commit is contained in:
Weijia Wang
2023-01-31 11:01:42 +01:00
committed by GitHub
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "pocketbase";
version = "0.11.3";
version = "0.12.0";
src = fetchFromGitHub {
owner = "pocketbase";
repo = pname;
rev = "v${version}";
sha256 = "sha256-M55IylFGAKy9TEIyLSHGbf9FjU5OjvoHjwYkiS31Zpk=";
sha256 = "sha256-Ptp01SnVqQ+qFxX4Qsoyw9bkw+inm9gMSRqtmAcFlVE=";
};
vendorHash = "sha256-D8nFoTggxYNj7ZSY1rvA4YSJHbB7wwpPSu1g+S3c1C0=";
vendorHash = "sha256-8NBudXcU3cjSbo6qpGZVLtbrLedzwijwrbiTgC+OMcU=";
# This is the released subpackage from upstream repo
subPackages = [ "examples/base" ];