Skip to content

Commit

Permalink
weechatScripts.weechat-notify-send: 0.9 -> 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 3, 2024
1 parent d42bc1b commit 4859639
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit 4859639

Please sign in to comment.