Skip to content

Commit

Permalink
strongswan: 5.5.0 -> 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Dec 24, 2016
1 parent d82a1ab commit c38b4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/strongswan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "strongswan-${version}";
version = "5.5.0";
version = "5.5.1";

src = fetchurl {
url = "http://download.strongswan.org/${name}.tar.bz2";
sha256 = "0m449i5s51ikqh36s1sp4rvw60wqyv0j12kyd31yl9b7mjc3jijq";
sha256 = "1drahhmwz1jg14rfh67cl231dlg2a9pra6jmipfxwyzpj4ck02vj";
};

dontPatchELF = true;
Expand Down

0 comments on commit c38b4da

Please sign in to comment.