about summary refs log tree commit diff
path: root/pkgs/servers/pocketbase
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-25 12:56:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-25 12:56:34 +0000
commitb170663a3e1c4633cea3694a6a7cdc56b7074b22 (patch)
tree28dbd6a37ad168032ed7a731fb87692a345663a4 /pkgs/servers/pocketbase
parent06570e54184cb7f3aecb16c7c5ef82a871ce5873 (diff)
pocketbase: 0.20.7 -> 0.21.1
Diffstat (limited to 'pkgs/servers/pocketbase')
-rw-r--r--pkgs/servers/pocketbase/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/pocketbase/default.nix b/pkgs/servers/pocketbase/default.nix
index f8db6e2522094..8d8752f499e63 100644
--- a/pkgs/servers/pocketbase/default.nix
+++ b/pkgs/servers/pocketbase/default.nix
@@ -6,16 +6,16 @@
 
 buildGoModule rec {
   pname = "pocketbase";
-  version = "0.20.7";
+  version = "0.21.1";
 
   src = fetchFromGitHub {
     owner = "pocketbase";
     repo = "pocketbase";
     rev = "v${version}";
-    hash = "sha256-ySdgq9U4pgXMSsP8fTbVop7Dwm3vUhTWwysndhNaBUU=";
+    hash = "sha256-f8lqDYu2tlwp+/00QaHfXvUO3CZuDWMpdVBrUW3bbio=";
   };
 
-  vendorHash = "sha256-72Q9/lLs57y+OPMV/ITcLLxW79YzHjSFThK4txZ1qZo=";
+  vendorHash = "sha256-u7VgZkv9Ajtra9ikeIxJRLZleH+rzs1g2SZO9zj/bes=";
 
   # This is the released subpackage from upstream repo
   subPackages = [ "examples/base" ];