about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorKenny MacDermid <kenny@macdermid.ca>2021-07-03 19:10:23 -0300
committerKenny MacDermid <kenny@macdermid.ca>2021-07-03 19:10:23 -0300
commitf4336e488464ce0c8f32925f5e9d29d1799937f5 (patch)
treefd13c664a2a52e7d0f99d42b41da284600cc5779 /pkgs/applications/networking/irc
parent5bcb49475fe467c3987cd4bfc7667d4fc781239a (diff)
weechat-matrix: 0.2.0 -> 0.3.0
Diffstat (limited to 'pkgs/applications/networking/irc')
-rw-r--r--pkgs/applications/networking/irc/weechat/scripts/weechat-matrix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/irc/weechat/scripts/weechat-matrix/default.nix b/pkgs/applications/networking/irc/weechat/scripts/weechat-matrix/default.nix
index c82fb9ca7395d..a900a469e0315 100644
--- a/pkgs/applications/networking/irc/weechat/scripts/weechat-matrix/default.nix
+++ b/pkgs/applications/networking/irc/weechat/scripts/weechat-matrix/default.nix
@@ -21,7 +21,7 @@ let
     python_magic
   ]);
 
-  version = "0.2.0";
+  version = "0.3.0";
 in buildPythonPackage {
   pname = "weechat-matrix";
   inherit version;
@@ -30,7 +30,7 @@ in buildPythonPackage {
     owner = "poljar";
     repo = "weechat-matrix";
     rev = version;
-    hash = "sha256-qsTdF9mGHac4rPs53mgoOElcujicRNXbJ7GsoptWSGc=";
+    hash = "sha256-o4kgneszVLENG167nWnk2FxM+PsMzi+PSyMUMIktZcc=";
   };
 
   propagatedBuildInputs = [