Skip to content

Commit

Permalink
irssi: 1.0.1 -> 1.0.2 for CVE-2017-7191
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Mar 25, 2017
1 parent fc7b87a commit d3124a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/irc/irssi/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, ncurses, glib, openssl, perl, libintlOrEmpty }:

stdenv.mkDerivation rec {
version = "1.0.1";
version = "1.0.2";
name = "irssi-${version}";

src = fetchurl {
url = "https://github.com/irssi/irssi/releases/download/${version}/${name}.tar.gz";
sha256 = "1nqrm376bipvh4x483vygydjzs05n4fmfzip1gfakq1vfqqfhshr";
sha256 = "1fas6dqz6g8m2400spvkhfxihj3w06qb917h4vhcb716g9wpjkwf";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit d3124a5

Please sign in to comment.