aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/esniper/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-05-23 21:56:03 +0200
committerPeter Simons <simons@cryp.to>2014-05-23 21:56:03 +0200
commit95aa6a9afa40ed71f0d7e5cfc08c68a2e0d7c4f6 (patch)
treee1fb8346d5b441ee7520d1a6b79e5b11442b9e20 /pkgs/applications/networking/esniper/default.nix
parent00594510e8043c8c30df3d66b1a4484676ff2a6a (diff)
esniper: update to version 2.30.0
Diffstat (limited to '')
-rw-r--r--pkgs/applications/networking/esniper/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/esniper/default.nix b/pkgs/applications/networking/esniper/default.nix
index 0a9703d5e34a..766ec0c17fc0 100644
--- a/pkgs/applications/networking/esniper/default.nix
+++ b/pkgs/applications/networking/esniper/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, openssl, curl, coreutils, gawk, bash, which }:
stdenv.mkDerivation {
- name = "esniper-2.29.0";
+ name = "esniper-2.30.0";
src = fetchurl {
- url = "mirror://sourceforge/esniper/esniper-2-29-0.tgz";
- sha256 = "052jfbzm0a88h3hss2vg1vfdrhibjwhbcdnwsbkk5i1z0jj16xxc";
+ url = "mirror://sourceforge/esniper/esniper-2-30-0.tgz";
+ sha256 = "1p85d5qfr3f35xfj5555ck4wwk5hqkh65ivam1527p8dwcz00wpl";
};
buildInputs = [ openssl curl ];