mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
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:
parent
40ccad06c9
commit
c9d40dc6f8
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user