mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #188712 from r-ryantm/auto-update/pocketbase
pocketbase: 0.4.2 -> 0.5.1
This commit is contained in:
commit
58b15be0f6
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "pocketbase";
|
pname = "pocketbase";
|
||||||
version = "0.4.2";
|
version = "0.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pocketbase";
|
owner = "pocketbase";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-uDseJmuK6SI3e2ICqr8SJ0iKOVCXONueZUJ6J8MKwYE=";
|
sha256 = "sha256-Wcj2pAKuRT3gWzczoNd0mJktM2dUL3z+2JUsM5SYRVM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-8IiY/gjK8m2ntOXyG84HMiyT4GK3CgDTRG1DB+v0jAs=";
|
vendorSha256 = "sha256-OGbfcKvPTSM9DGJ+u2fXBmHq0Sv/n8oMbHNoPZy854Q=";
|
||||||
|
|
||||||
# This is the released subpackage from upstream repo
|
# This is the released subpackage from upstream repo
|
||||||
subPackages = [ "examples/base" ];
|
subPackages = [ "examples/base" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user