Merge pull request #218507 from arjan-s/ntfy-sh-2.1.0

This commit is contained in:
Franz Pletz
2023-02-27 13:22:32 +01:00
committed by GitHub
2 changed files with 278 additions and 268 deletions
+3 -3
View File
@@ -10,16 +10,16 @@ let
in
buildGoModule rec {
pname = "ntfy-sh";
version = "2.0.1";
version = "2.1.0";
src = fetchFromGitHub {
owner = "binwiederhier";
repo = "ntfy";
rev = "v${version}";
sha256 = "sha256-r5MAffvQVya6VWzdO3NPVBAekeZQllxtpS5A06EQnI4=";
sha256 = "sha256-xtQO9E5qt2g3JMXmqePnfEsvvOIlgZqAup9DkJJ0ClI=";
};
vendorSha256 = "sha256-QUUZX9UnLnhyYrbws9pGfN/gqbwt7CeJNYlsPsLRb6g=";
vendorSha256 = "sha256-kfXan6LAVJ4ka34nP7ObAB2uISyQT9QrymOFFderdlQ=";
doCheck = false;
+275 -265
View File
File diff suppressed because it is too large Load Diff