about summary refs log tree commit diff
path: root/pkgs/tools/misc/ntfy-sh
diff options
context:
space:
mode:
authorArjan Schrijver <github@anymore.nl>2022-04-07 14:07:37 +0200
committerArjan Schrijver <github@anymore.nl>2022-04-07 14:07:37 +0200
commita02786a2e81127e111f346151d403434d90c8006 (patch)
tree1abb5e4c0a58ba70c8bf3cf300a7a91ece2300a9 /pkgs/tools/misc/ntfy-sh
parenta7bbda4271e0155b1115c86fe7e95dc006a8bbff (diff)
ntfy-sh: 1.19.0 -> 1.20.0
Diffstat (limited to 'pkgs/tools/misc/ntfy-sh')
-rw-r--r--pkgs/tools/misc/ntfy-sh/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/ntfy-sh/default.nix b/pkgs/tools/misc/ntfy-sh/default.nix
index c916f61f0d4c8..f7c55dfa91a19 100644
--- a/pkgs/tools/misc/ntfy-sh/default.nix
+++ b/pkgs/tools/misc/ntfy-sh/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "ntfy-sh";
-  version = "1.19.0";
+  version = "1.20.0";
 
   src = fetchFromGitHub {
     owner = "binwiederhier";
     repo = "ntfy";
     rev = "v${version}";
-    sha256 = "sha256-su4Q41x0PrKHRg2R6jxo1KUmWaaLSrU9UZSDsonKNyA=";
+    sha256 = "sha256-JwRI58FadN7DH4MOO033EYmcbqCIuPxw5wWeafoInSg=";
   };
 
-  vendorSha256 = "sha256-eZmvngNSYY5Z5Xd5tPXzxv9GkosUMueaBGjZ6L7o/yU=";
+  vendorSha256 = "sha256-nzcCLDN/vJ6DS6isCSLL9ycxFkIyUwy4Um6M7NWAPTk=";
 
   doCheck = false;