summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-07-18 23:03:42 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2020-07-18 23:04:24 +0200
commitc3bf59eefb426ce2dfcccd5da069037de07f4d8c (patch)
tree4ee71f3e3b6bedea6c9c1e1ed7fa91ba05403369
parentcf059b32d98ec2642ddcf6eb9f9ae0ac445f2525 (diff)
downloadnixpkgs-c3bf59eefb426ce2dfcccd5da069037de07f4d8c.tar
nixpkgs-c3bf59eefb426ce2dfcccd5da069037de07f4d8c.tar.gz
nixpkgs-c3bf59eefb426ce2dfcccd5da069037de07f4d8c.tar.bz2
nixpkgs-c3bf59eefb426ce2dfcccd5da069037de07f4d8c.tar.lz
nixpkgs-c3bf59eefb426ce2dfcccd5da069037de07f4d8c.tar.xz
nixpkgs-c3bf59eefb426ce2dfcccd5da069037de07f4d8c.tar.zst
nixpkgs-c3bf59eefb426ce2dfcccd5da069037de07f4d8c.zip
weechat: 2.8 -> 2.9
-rw-r--r--pkgs/applications/networking/irc/weechat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/irc/weechat/default.nix b/pkgs/applications/networking/irc/weechat/default.nix
index a05ec290629..bd1dd979c9d 100644
--- a/pkgs/applications/networking/irc/weechat/default.nix
+++ b/pkgs/applications/networking/irc/weechat/default.nix
@@ -27,12 +27,12 @@ let
   in
     assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins;
     stdenv.mkDerivation rec {
-      version = "2.8";
+      version = "2.9";
       pname = "weechat";
 
       src = fetchurl {
         url = "https://weechat.org/files/src/weechat-${version}.tar.bz2";
-        sha256 = "0xpzl7985j47rpmly4r833jxd448xpy7chqphaxmhlql2c0gc08z";
+        sha256 = "12h4m4ag8cdab7q6f5n357mfg0fdayab1gcikncjkkid3bjd4r4g";
       };
 
       outputs = [ "out" "man" ] ++ map (p: p.name) enabledPlugins;