Unverified Commit cc78b9db authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

pocketbase: 0.7.3 -> 0.7.5
parents ae5e314b d1729220
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "pocketbase";
  version = "0.7.3";
  version = "0.7.5";

  src = fetchFromGitHub {
    owner = "pocketbase";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-SWVmcNL/Ye7eLVXIi6wDYabACYLaEaYYH68M6L9JCQI=";
    sha256 = "sha256-4UTAY7yGMYM84NNjzhnXNjPGyO2hOoINE925M4LLgJk=";
  };

  vendorSha256 = "sha256-Ty06TegTT4BILgH0MpnxINxBQMW0zi0ItptHmDqKW1k=";