mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
irssi: 0.8.20 -> 0.8.21 (security)
Fixes four security vulnerabilities: https://irssi.org/security/irssi_sa_2017_01.txt No CVEs were assigned yet at the time of this commit. cc #21642
This commit is contained in:
parent
2102fa0d6d
commit
c58ac7e4d6
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
version = "0.8.20";
|
||||
version = "0.8.21";
|
||||
name = "irssi-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
urls = [ "https://github.com/irssi/irssi/releases/download/${version}/${name}.tar.gz" ];
|
||||
sha256 = "0riz2wsdcs5hx5rwynm99fi01973lfrss21y8qy30dw2m9v0zqpm";
|
||||
sha256 = "0fxacadhdzl3n0231mqjv2gcmj1fj85azhbbsk0fq7xmf1da7ha2";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig ncurses glib openssl perl libintlOrEmpty ];
|
||||
|
|
Loading…
Reference in a new issue