Skip to content

Commit

Permalink
esniper: 2.32.0 -> 2.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Mar 14, 2017
1 parent 33fa4ce commit 58807f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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 ];
Expand Down

0 comments on commit 58807f7

Please sign in to comment.