about summary refs log tree commit diff
path: root/pkgs/applications/networking/esniper
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-03-14 14:13:24 +0100
committerPeter Simons <simons@cryp.to>2017-03-14 14:15:29 +0100
commit58807f75bc58ecdf23fdd93d423495feae9b60ce (patch)
tree1a81cf0a7d1bc9cf0ce92fa0980fdbdd10e966f6 /pkgs/applications/networking/esniper
parent33fa4ce2be5c23259df6f03d1f1f4585e7068273 (diff)
downloadnixlib-58807f75bc58ecdf23fdd93d423495feae9b60ce.tar
nixlib-58807f75bc58ecdf23fdd93d423495feae9b60ce.tar.gz
nixlib-58807f75bc58ecdf23fdd93d423495feae9b60ce.tar.bz2
nixlib-58807f75bc58ecdf23fdd93d423495feae9b60ce.tar.lz
nixlib-58807f75bc58ecdf23fdd93d423495feae9b60ce.tar.xz
nixlib-58807f75bc58ecdf23fdd93d423495feae9b60ce.tar.zst
nixlib-58807f75bc58ecdf23fdd93d423495feae9b60ce.zip
esniper: 2.32.0 -> 2.33.0
Diffstat (limited to 'pkgs/applications/networking/esniper')
-rw-r--r--pkgs/applications/networking/esniper/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/esniper/default.nix b/pkgs/applications/networking/esniper/default.nix
index bf6da8c207a0..b7bc2c6c67a0 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.32.0";
+stdenv.mkDerivation rec {
+  name = "esniper-2.33.0";
 
   src = fetchurl {
-    url    = "mirror://sourceforge/esniper/esniper-2-32-0.tgz";
-    sha256 = "04lka4d0mnrwc369yzvq28n8qi1qbm8810ykx6d0a4kaghiybqsy";
+    url    = "mirror://sourceforge/esniper/${stdenv.lib.replaceStrings ["."] ["-"] name}.tgz";
+    sha256 = "1pck2x7mp7ip0b21v2sjvq86fz12gzw6kig4vvbrghz5xw5b3f69";
   };
 
   buildInputs = [ openssl curl ];