oathToolkit: update from 2.0.2 to 2.4.1, potentially fixes CVE-2013-4204, CVE-2013-6280, CVE-2013-7322

This commit is contained in:
Rob Vermaas 2014-11-04 10:22:46 +01:00
parent 40ccad06c9
commit c9d40dc6f8

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pam }:
stdenv.mkDerivation rec {
name = "oath-toolkit-2.0.2";
name = "oath-toolkit-2.4.1";
src = fetchurl {
url = "mirror://savannah/oath-toolkit/${name}.tar.gz";
sha256 = "0i2rf5j83kb8h3sd9lsm0a46zq805kzagvccc4rk7879lg1fnl99";
sha256 = "094vbq66sn5f2dsy14hajpsfdnaivjxf70xzs91nrsq0q75l5ylv";
};
buildInputs = [ pam ];