Skip to content

Commit

Permalink
tnef: 1.4.12 - > 1.4.14; Advisory X41-2017-004
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens committed Mar 21, 2017
1 parent f9e688e commit 41abf78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/tnef/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, lib, autoreconfHook }:

stdenv.mkDerivation rec {
version = "1.4.12";
version = "1.4.14";
name = "tnef-${version}";

src = fetchFromGitHub {
owner = "verdammelt";
repo = "tnef";
rev = "${version}";
sha256 = "02hwdaaa3yk0lbzb40fgxlkyhc1wicl6ncajpvfcz888z6yxps2c";
sha256 = "0p7yji5hqq7k4pcba1cnv4jkl0fkg7jd77c1q164wk0vwinpmsc2";
};

doCheck = true;
Expand Down

0 comments on commit 41abf78

Please sign in to comment.