summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-06-11 12:05:06 +0200
committerPeter Simons <simons@cryp.to>2014-06-11 12:05:06 +0200
commit9b899d860065763454a3fcef79dbe15d06f3842b (patch)
tree4faf3ccc0725321145c9c33583cff031bf8dba19 /pkgs/applications
parente82eda551e51bae2e912bc7673b96bcce8cda4c5 (diff)
downloadnixlib-9b899d860065763454a3fcef79dbe15d06f3842b.tar
nixlib-9b899d860065763454a3fcef79dbe15d06f3842b.tar.gz
nixlib-9b899d860065763454a3fcef79dbe15d06f3842b.tar.bz2
nixlib-9b899d860065763454a3fcef79dbe15d06f3842b.tar.lz
nixlib-9b899d860065763454a3fcef79dbe15d06f3842b.tar.xz
nixlib-9b899d860065763454a3fcef79dbe15d06f3842b.tar.zst
nixlib-9b899d860065763454a3fcef79dbe15d06f3842b.zip
esniper: update to version 2.31.0
Diffstat (limited to 'pkgs/applications')
-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 766ec0c17fc0..9fd8e7412c20 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.30.0";
+  name = "esniper-2.31.0";
 
   src = fetchurl {
-    url    = "mirror://sourceforge/esniper/esniper-2-30-0.tgz";
-    sha256 = "1p85d5qfr3f35xfj5555ck4wwk5hqkh65ivam1527p8dwcz00wpl";
+    url    = "mirror://sourceforge/esniper/esniper-2-31-0.tgz";
+    sha256 = "0xn6gdyr0c18khwcsi2brp49wkancrsrxxca7hvbawhbf263glih";
   };
 
   buildInputs = [ openssl curl ];