3
0
Fork 0
forked from mirrors/nixpkgs

pocketbase: 0.10.1 -> 0.10.4

This commit is contained in:
R. Ryantm 2022-12-26 15:45:23 +00:00 committed by Bobby Rong
parent 3d3f42e06a
commit 13f2d0a2b8

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "pocketbase";
version = "0.10.1";
version = "0.10.4";
src = fetchFromGitHub {
owner = "pocketbase";
repo = pname;
rev = "v${version}";
sha256 = "sha256-IFyiopURkza22VYW5VM23hZ+GAKr+ykxn7r/MyQfGAI=";
sha256 = "sha256-ma60DvoknvB1NN+DEq6CMnhSjcR/ACWCQSOYbyRlsCs=";
};
vendorSha256 = "sha256-5iT67xJ9pH/QhkMTKvYIU0NsMWg6KVum+trNyt2a2rg=";
vendorSha256 = "sha256-crVyKpvy7twZFDwwYNe+8GB0UAJ8j4F1yqYFu2CWW7o=";
# This is the released subpackage from upstream repo
subPackages = [ "examples/base" ];