about summary refs log tree commit diff
path: root/pkgs/tools/misc/notify
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-08-23 18:30:58 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-08-23 18:30:58 +0200
commit6a611f202c6ed2445b098c3f6ac0ca300f710847 (patch)
tree9b01be36149a0ef05a925955699d863f852a1a99 /pkgs/tools/misc/notify
parente1fb0c6afb09fa6d122a5f53cef93c557c764168 (diff)
notify: 0.0.2 -> 1.0.0
Diffstat (limited to 'pkgs/tools/misc/notify')
-rw-r--r--pkgs/tools/misc/notify/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/notify/default.nix b/pkgs/tools/misc/notify/default.nix
index 0d7e6af8363f5..8210dac327e6a 100644
--- a/pkgs/tools/misc/notify/default.nix
+++ b/pkgs/tools/misc/notify/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "notify";
-  version = "0.0.2";
+  version = "1.0.0";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1nlsl4himxs5jv0fcd48jkwjnmn1w3alp0dcm1awmp6702zrsgqj";
+    sha256 = "sha256-grTHSMN4PpsCo5mST6nXE5+u7DewMVJXI3hnNIJdhLs=";
   };
 
-  vendorSha256 = "13dz0sk3561hrixsl1ghr9y0pzap2a8zrlbzzb7zs7550snbdcyg";
+  vendorSha256 = "sha256-BbhDNy3FmnHzAfv3lxPwL2jhp8Opfo0WVFhncfTO/28=";
 
   modRoot = ".";
   subPackages = [