Skip to content

Commit 6dd0499

Browse files
committed
pocketbase: 0.23.9 -> 0.23.11
1 parent 6250180 commit 6dd0499

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/po/pocketbase/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "pocketbase";
10-
version = "0.23.9";
10+
version = "0.23.11";
1111

1212
src = fetchFromGitHub {
1313
owner = "pocketbase";
1414
repo = "pocketbase";
1515
rev = "v${version}";
16-
hash = "sha256-56wPSSCA3TpsF/JdAPPxQW/EE0kkCz6TETFjfahxa68=";
16+
hash = "sha256-hH6fQ2fWAdAQ5dM/wuKAmyBJx5qQkUbf8zsYNdXyyME=";
1717
};
1818

19-
vendorHash = "sha256-mvmQsj/euZ8DMBOYmK4E9QKT59/qcoS+p6ZvPNQnqJk=";
19+
vendorHash = "sha256-3R3z0gd84FxKiIR9sC1saaalyTX2r/VYLPkyP1nJTtM=";
2020

2121
# This is the released subpackage from upstream repo
2222
subPackages = [ "examples/base" ];

0 commit comments

Comments
 (0)