Skip to content

Commit

Permalink
weechat: 1.6 -> 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jan 30, 2017
1 parent f68b7be commit c225750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/irc/weechat/default.nix
Expand Up @@ -21,12 +21,12 @@ let
in

stdenv.mkDerivation rec {
version = "1.6";
version = "1.7";
name = "weechat-${version}";

src = fetchurl {
url = "http://weechat.org/files/src/weechat-${version}.tar.bz2";
sha256 = "0d1wcpsxx13clcf1ygcn5hsa1pjkck4xznbjbxphbdxd5whsbv3k";
sha256 = "1l34rgr83nf2h71mwzhv5c0x03msrwv3kzx3cwzczx72xrih12n7";
};

outputs = [ "out" "doc" ];
Expand Down

0 comments on commit c225750

Please sign in to comment.