3
0
Fork 0
forked from mirrors/nixpkgs

weechat: update from 1.1.1 to 1.2, potentially fixes CVE-2012-6047, CVE-2012-6554

This commit is contained in:
Nixpkgs Monitor 2015-06-07 15:21:00 +02:00 committed by Moritz Ulrich
parent f68ab19ff5
commit 389820e798

View file

@ -4,12 +4,12 @@
, extraBuildInputs ? [] }:
stdenv.mkDerivation rec {
version = "1.1.1";
version = "1.2";
name = "weechat-${version}";
src = fetchurl {
url = "http://weechat.org/files/src/weechat-${version}.tar.gz";
sha256 = "0j8kc2zsv7ybgq6wi0r8siyd3adl3528gymgmidijd78smbpwbx3";
url = "http://weechat.org/files/src/weechat-${version}.tar.bz2";
sha256 = "0kb8mykhzm7zcxsl6l6cia2n4nc9akiysg0v6d8xb51p3x002ibw";
};
buildInputs =