Skip to content

Commit

Permalink
pocketbase: 0.23.4 -> 0.23.9 (NixOS#366117)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vdp authored Dec 19, 2024
2 parents 9c30e7a + 5231927 commit f413dfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/po/pocketbase/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "pocketbase";
version = "0.23.4";
version = "0.23.9";

src = fetchFromGitHub {
owner = "pocketbase";
repo = "pocketbase";
rev = "v${version}";
hash = "sha256-FBxMDEqq1ZsGIVCiW7FQrrCeIupVxooZ/TcVCACdQdQ=";
hash = "sha256-56wPSSCA3TpsF/JdAPPxQW/EE0kkCz6TETFjfahxa68=";
};

vendorHash = "sha256-VRJj/NQyHECokPgrqT1piumAKCZLgorPov7AqSbEAxo=";
vendorHash = "sha256-mvmQsj/euZ8DMBOYmK4E9QKT59/qcoS+p6ZvPNQnqJk=";

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

0 comments on commit f413dfe

Please sign in to comment.