3
0
Fork 0
forked from mirrors/nixpkgs

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

pocketbase: 0.7.2 -> 0.7.3
This commit is contained in:
Mario Rodas 2022-09-17 20:11:38 -05:00 committed by GitHub
commit a1637a4552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "pocketbase";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "pocketbase";
repo = pname;
rev = "v${version}";
sha256 = "sha256-T7gK3UycEUVKKNklLzcH1ST0x4KzqOUGz8zJCimNcjY=";
sha256 = "sha256-SWVmcNL/Ye7eLVXIi6wDYabACYLaEaYYH68M6L9JCQI=";
};
vendorSha256 = "sha256-Ty06TegTT4BILgH0MpnxINxBQMW0zi0ItptHmDqKW1k=";