summary refs log tree commit diff
path: root/pkgs/applications/networking/esniper/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-10-26 10:32:23 +0200
committerPeter Simons <simons@cryp.to>2012-10-26 10:32:23 +0200
commitdf297001786eefdc92a249329bd1e2dc171f554e (patch)
treeb8bfdb8b92eb2058e411e3b93b5564bbd2336119 /pkgs/applications/networking/esniper/default.nix
parentc0b393866f664e9caf8fcf5cdbebb5dd61cdb859 (diff)
downloadnixlib-df297001786eefdc92a249329bd1e2dc171f554e.tar
nixlib-df297001786eefdc92a249329bd1e2dc171f554e.tar.gz
nixlib-df297001786eefdc92a249329bd1e2dc171f554e.tar.bz2
nixlib-df297001786eefdc92a249329bd1e2dc171f554e.tar.lz
nixlib-df297001786eefdc92a249329bd1e2dc171f554e.tar.xz
nixlib-df297001786eefdc92a249329bd1e2dc171f554e.tar.zst
nixlib-df297001786eefdc92a249329bd1e2dc171f554e.zip
esniper: update to version 2.28.0
Diffstat (limited to 'pkgs/applications/networking/esniper/default.nix')
-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 327e4c4a9c52..8208da621af0 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.27.0";
+  name = "esniper-2.28.0";
 
   src = fetchurl {
-    url = "mirror://sourceforge/esniper/esniper-2-27-0.tgz";
-    sha256 = "0ca9946395be8958d3eb28c9abc4a1a4d4c9134e4b6b3c3816f4631e3be25c02";
+    url = "mirror://sourceforge/esniper/esniper-2-28-0.tgz";
+    sha256 = "c2b0ccb757616b32f2d6cf54a4a5e367405fa7bcd6e6ed11835fe4f8a06a016b";
   };
 
   buildInputs = [openssl curl];