pocketbase: 0.20.2 -> 0.20.5

This commit is contained in:
R. Ryantm 2024-01-08 10:02:07 +00:00
parent d865557a4d
commit 0aef6bf552

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "pocketbase";
version = "0.20.2";
version = "0.20.5";
src = fetchFromGitHub {
owner = "pocketbase";
repo = "pocketbase";
rev = "v${version}";
hash = "sha256-+8D562PwSwplSI4vXXeMO2e3DazpANA4hcJGkVCspOw=";
hash = "sha256-a6UraZzl4mtacjrK3CbuJaOJ2jDw/8+t77w/JDMy9XA=";
};
vendorHash = "sha256-Y70GNXThSZdG+28/ZQgxXhyZWAtMu0OM97Yhmo0Eigc=";