We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e70e6bc + 4a00b3c commit 9895a0eCopy full SHA for 9895a0e
pkgs/by-name/po/pocketbase/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "pocketbase";
10
- version = "0.28.1";
+ version = "0.28.2";
11
12
src = fetchFromGitHub {
13
owner = "pocketbase";
14
repo = "pocketbase";
15
rev = "v${version}";
16
- hash = "sha256-tx9dx4ZFmdllG/pMoI8mmPSvMg7fBk6+lXSxkW5jlDM=";
+ hash = "sha256-R8sXa3Cs7GFRAs8/+wAoWteFYBUVsgVA+eJDKACb0k8=";
17
};
18
19
- vendorHash = "sha256-DN3rCuRBFVeRfiXrwxeHemqOZgXb7OswwzcEqHbi4lo=";
+ vendorHash = "sha256-bTXxhHibKiu+btHhnktTpNycMJSzGekRJ+w9b1IwAQs=";
20
21
# This is the released subpackage from upstream repo
22
subPackages = [ "examples/base" ];
0 commit comments