Skip to content

Commit 9895a0e

Browse files
pocketbase: 0.28.1 -> 0.28.2 (#411083)
Co-authored-by: thilobillerbeck <[email protected]>
2 parents e70e6bc + 4a00b3c commit 9895a0e

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.28.1";
10+
version = "0.28.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "pocketbase";
1414
repo = "pocketbase";
1515
rev = "v${version}";
16-
hash = "sha256-tx9dx4ZFmdllG/pMoI8mmPSvMg7fBk6+lXSxkW5jlDM=";
16+
hash = "sha256-R8sXa3Cs7GFRAs8/+wAoWteFYBUVsgVA+eJDKACb0k8=";
1717
};
1818

19-
vendorHash = "sha256-DN3rCuRBFVeRfiXrwxeHemqOZgXb7OswwzcEqHbi4lo=";
19+
vendorHash = "sha256-bTXxhHibKiu+btHhnktTpNycMJSzGekRJ+w9b1IwAQs=";
2020

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

0 commit comments

Comments
 (0)