Skip to content

Commit

Permalink
bitlbee: 3.5 -> 3.5.1 for multiple CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jan 31, 2017
1 parent a3517bf commit 53bfe0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

with stdenv.lib;
stdenv.mkDerivation rec {
name = "bitlbee-3.5";
name = "bitlbee-3.5.1";

src = fetchurl {
url = "mirror://bitlbee/src/${name}.tar.gz";
sha256 = "06c371bjly38yrkvfwdh5rjfx9xfl7bszyhrlbldy0xk38c057al";
sha256 = "0sgsn0fv41rga46mih3fyv65cvfa6rvki8x92dn7bczbi7yxfdln";
};

nativeBuildInputs = [ pkgconfig ] ++ optional doCheck check;
Expand Down

0 comments on commit 53bfe0c

Please sign in to comment.