Merge pull request #210637 from NickCao/ntfy

ntfy-sh: 1.29.1 -> 1.30.1
This commit is contained in:
Nick Cao 2023-01-14 18:33:50 +08:00 committed by GitHub
commit 33b13a45c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 560 additions and 506 deletions

View File

@ -10,16 +10,16 @@ let
in
buildGoModule rec {
pname = "ntfy-sh";
version = "1.29.1";
version = "1.30.1";
src = fetchFromGitHub {
owner = "binwiederhier";
repo = "ntfy";
rev = "v${version}";
sha256 = "sha256-ikXhST+fvXu7FBeoYMzPq2LhpAw3gfaES1WlhnRO8BY=";
sha256 = "sha256-MgjCfYYv4tBZHsoj9oXGKYOQb0Anp0zVD/vc+UpAiAc=";
};
vendorSha256 = "sha256-VVqaQFluqV77/+Asu9xSBpCvoYr276UE3Yg+iNkxP0o=";
vendorSha256 = "sha256-8TQVpJ02EPve1OUP6RHbvwBug8larSO3BgBiCfL2614=";
doCheck = false;

File diff suppressed because it is too large Load Diff