Unverified Commit 6b5c722f authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #281929 from r-ryantm/auto-update/pocketbase

pocketbase: 0.20.5 -> 0.20.7
parents 3e2522a3 5985d7e2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "pocketbase";
  version = "0.20.5";
  version = "0.20.7";

  src = fetchFromGitHub {
    owner = "pocketbase";
    repo = "pocketbase";
    rev = "v${version}";
    hash = "sha256-a6UraZzl4mtacjrK3CbuJaOJ2jDw/8+t77w/JDMy9XA=";
    hash = "sha256-ySdgq9U4pgXMSsP8fTbVop7Dwm3vUhTWwysndhNaBUU=";
  };

  vendorHash = "sha256-Y70GNXThSZdG+28/ZQgxXhyZWAtMu0OM97Yhmo0Eigc=";
  vendorHash = "sha256-72Q9/lLs57y+OPMV/ITcLLxW79YzHjSFThK4txZ1qZo=";

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