Skip to content

Commit

Permalink
tcpcrypt: 0.4 -> 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Feb 16, 2017
1 parent 22bea83 commit 395ca86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/tcpcrypt/default.nix
Expand Up @@ -7,13 +7,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "tcpcrypt-${version}";
version = "0.4";
version = "0.5";

src = fetchFromGitHub {
repo = "tcpcrypt";
owner = "scslab";
rev = "v${version}";
sha256 = "04n1qpf4x8x289xa7jndmx99xp0lbxjzjw013kf64i1n70i9wbnp";
sha256 = "0a015rlyvagz714pgwr85f8gjq1fkc0il7d7l39qcgxrsp15b96w";
};

postUnpack = ''mkdir -vp $sourceRoot/m4'';
Expand Down

0 comments on commit 395ca86

Please sign in to comment.