Skip to content

Commit ed515c8

Browse files
committedJun 25, 2017
weechat: 1.8 -> 1.9
1 parent a93225f commit ed515c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/networking/irc/weechat/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ let
2121
in
2222

2323
stdenv.mkDerivation rec {
24-
version = "1.8";
24+
version = "1.9";
2525
name = "weechat-${version}";
2626

2727
src = fetchurl {
2828
url = "http://weechat.org/files/src/weechat-${version}.tar.bz2";
29-
sha256 = "10km0437lg9ms6f16h20s89l2w9f9g597rykybxb16s95ql48z08";
29+
sha256 = "0xfnhaxmvxdxs3ic0qs5lwq3yl4pi5ib99p0p5lv3v2vldqlm4lc";
3030
};
3131

3232
outputs = [ "out" "doc" ];

0 commit comments

Comments
 (0)
Please sign in to comment.