about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-21 01:18:05 +0100
committerGitHub <noreply@github.com>2024-01-21 01:18:05 +0100
commitaea0620a3a5e9b7092b1ad607ec0fd997c385c27 (patch)
treef8a45374cb8d09f09836bdaec77ec0326e9d08f4 /pkgs/applications/networking/irc
parent81c562c4011965e3e918b18a5e4b94be0a909387 (diff)
parent4859639097b2f082c1bccb31b062b2bee3aefb16 (diff)
Merge pull request #278431 from r-ryantm/auto-update/weechatScripts.weechat-notify-send
weechatScripts.weechat-notify-send: 0.9 -> 0.10
Diffstat (limited to 'pkgs/applications/networking/irc')
-rw-r--r--pkgs/applications/networking/irc/weechat/scripts/weechat-notify-send/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/irc/weechat/scripts/weechat-notify-send/default.nix b/pkgs/applications/networking/irc/weechat/scripts/weechat-notify-send/default.nix
index 78f9fc082e318..d8f2b9ba0028c 100644
--- a/pkgs/applications/networking/irc/weechat/scripts/weechat-notify-send/default.nix
+++ b/pkgs/applications/networking/irc/weechat/scripts/weechat-notify-send/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "weechat-notify-send";
-  version = "0.9";
+  version = "0.10";
 
   src = fetchFromGitHub {
     owner = "s3rvac";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1693b7axm9ls5p7hm6kq6avddsisi491khr5irvswr5lpizvys6a";
+    sha256 = "sha256-7uw0IdRSxhPrLqdgECKB9eOrtFj+2HTILBhakKiRuNQ=";
   };
 
   passthru.scripts = [ "notify_send.py" ];