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-05-09 09:18:49 +0200
committerArjan Schrijver <github@anymore.nl>2022-05-09 09:18:49 +0200
commitca767e5ea8c59b74a9d19934e54f5691c72a96e0 (patch)
tree4e7448e0e06c34dee5c1fec26107b6e419f24b5d /pkgs/tools/misc/ntfy-sh
parente4eba471d19d2366a17cf36dd96a0e33a2b34807 (diff)
ntfy-sh: 1.21.2 -> 1.22.0
Diffstat (limited to 'pkgs/tools/misc/ntfy-sh')
-rw-r--r--pkgs/tools/misc/ntfy-sh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/ntfy-sh/default.nix b/pkgs/tools/misc/ntfy-sh/default.nix
index 17e26fc33d19c..68275f4c70141 100644
--- a/pkgs/tools/misc/ntfy-sh/default.nix
+++ b/pkgs/tools/misc/ntfy-sh/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "ntfy-sh";
-  version = "1.21.2";
+  version = "1.22.0";
 
   src = fetchFromGitHub {
     owner = "binwiederhier";
     repo = "ntfy";
     rev = "v${version}";
-    sha256 = "sha256-bMVClVt+D+LSvlD0m82MHJc+dcUuqGKo6gxtSqFwkHM=";
+    sha256 = "sha256-30j62GaO5SXG78c6vMpLZ+ixy1zesjXoX3L9Et/7uhU=";
   };
 
   vendorSha256 = "sha256-Sx6l5GJ72A0SHEHyVtlte8Ed9fuJzZAkJzC0zpCbvK8=";