summary refs log tree commit diff
path: root/pkgs/tools/misc/ntfy-sh/default.nix
diff options
context:
space:
mode:
authorArjan Schrijver <github@anymore.nl>2023-04-26 21:13:55 +0200
committerArjan Schrijver <github@anymore.nl>2023-04-26 21:14:20 +0200
commit4955942ece276ca445c15c1d190edf262d8fcd9b (patch)
tree5472f1873eb71aa117550593d5cd99a1c59099e0 /pkgs/tools/misc/ntfy-sh/default.nix
parentdd598be67adcd092622935c6b4d4b05ee3cbaf0b (diff)
ntfy-sh: 2.3.1 -> 2.4.0
Release notes: https://docs.ntfy.sh/releases/#ntfy-server-v240
Diff: https://github.com/binwiederhier/ntfy/compare/v2.3.1...v2.4.0
Diffstat (limited to 'pkgs/tools/misc/ntfy-sh/default.nix')
-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 baf3601767aef..f4ef76c894d1f 100644
--- a/pkgs/tools/misc/ntfy-sh/default.nix
+++ b/pkgs/tools/misc/ntfy-sh/default.nix
@@ -10,16 +10,16 @@ let
 in
 buildGoModule rec {
   pname = "ntfy-sh";
-  version = "2.3.1";
+  version = "2.4.0";
 
   src = fetchFromGitHub {
     owner = "binwiederhier";
     repo = "ntfy";
     rev = "v${version}";
-    sha256 = "sha256-A3kL/1Q7BFGfzVn4wFrQf9VS+2rOgS4u8o1uEQI2vcw=";
+    sha256 = "sha256-bwYiIeDpZZpfv/HNtB/3acL0dJfegF/4OqWcEV8YGfY=";
   };
 
-  vendorSha256 = "sha256-0bmZmBYEHGIP9vd8O5rz0JyuKUu9VHeb8ErZ6VNsfxQ=";
+  vendorSha256 = "sha256-HHuj3PcIu1wsdcfd04PofoZHjRSgTfWfJcomqH3KXa8=";
 
   doCheck = false;