ntfy-sh: 1.26.0 -> 1.27.2

This commit is contained in:
Sandro Jäckel 2022-06-27 00:56:31 +02:00
parent f4bbd5d420
commit 7d32b083ff
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 6 additions and 4 deletions

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ntfy-sh";
version = "1.26.0";
version = "1.27.2";
src = fetchFromGitHub {
owner = "binwiederhier";
repo = "ntfy";
rev = "v${version}";
sha256 = "sha256-LR3orzh/xwmxt5RhmjOacFs8NUp6tKPUwYDdzVFhx4k=";
sha256 = "sha256-0b4yC2kXh3c2SgKF11voWZh2qS3Y/4KJlt9WtjXswcE=";
};
vendorSha256 = "sha256-16S3Up1D4PycBY2Wk11cm0F4z5PkQL2reXj1mGpsOv4=";
vendorSha256 = "sha256-PXYSjhMNtDa0uCaLu0AyM1SMhZPr2wC+xMPDjeQIhDU=";
doCheck = false;

View File

@ -8933,7 +8933,9 @@ with pkgs;
ntfy = callPackage ../tools/misc/ntfy {};
ntfy-sh = callPackage ../tools/misc/ntfy-sh {};
ntfy-sh = callPackage ../tools/misc/ntfy-sh {
buildGoModule = buildGo118Module;
};
ntirpc = callPackage ../development/libraries/ntirpc { };