pocketbase: 0.20.0 -> 0.20.1

This commit is contained in:
R. Ryantm 2023-12-17 21:31:28 +00:00
parent 17eaac83fe
commit 20992f1640

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "pocketbase";
version = "0.20.0";
version = "0.20.1";
src = fetchFromGitHub {
owner = "pocketbase";
repo = "pocketbase";
rev = "v${version}";
hash = "sha256-bVquPokjZn260Xs1EqSRGQY7+gr/qLwVtZkKT8Lc1DM=";
hash = "sha256-dJfQ/y5pMhQZfGLUUpsBZ0tZ1BBjBeIgzcOpyR7We64=";
};
vendorHash = "sha256-Y70GNXThSZdG+28/ZQgxXhyZWAtMu0OM97Yhmo0Eigc=";