summary refs log tree commit diff
path: root/pkgs/applications/networking/esniper/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-04-02 17:44:02 +0200
committerPeter Simons <simons@cryp.to>2014-04-02 17:44:10 +0200
commit4e875dd3ff68d7502db377967044461d01cf08dd (patch)
treebf119079c795cbe706eef5e25dcf18286bafa229 /pkgs/applications/networking/esniper/default.nix
parent80a03f665d14c9dc35ad41300edf562b5a7dda69 (diff)
downloadnixlib-4e875dd3ff68d7502db377967044461d01cf08dd.tar
nixlib-4e875dd3ff68d7502db377967044461d01cf08dd.tar.gz
nixlib-4e875dd3ff68d7502db377967044461d01cf08dd.tar.bz2
nixlib-4e875dd3ff68d7502db377967044461d01cf08dd.tar.lz
nixlib-4e875dd3ff68d7502db377967044461d01cf08dd.tar.xz
nixlib-4e875dd3ff68d7502db377967044461d01cf08dd.tar.zst
nixlib-4e875dd3ff68d7502db377967044461d01cf08dd.zip
esniper: update to version 2.29.0
Diffstat (limited to 'pkgs/applications/networking/esniper/default.nix')
-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 ee263245218f..0a9703d5e34a 100644
--- a/pkgs/applications/networking/esniper/default.nix
+++ b/pkgs/applications/networking/esniper/default.nix
@@ -1,18 +1,18 @@
 { stdenv, fetchurl, openssl, curl, coreutils, gawk, bash, which }:
 
 stdenv.mkDerivation {
-  name = "esniper-2.28.0";
+  name = "esniper-2.29.0";
 
   src = fetchurl {
-    url    = "mirror://sourceforge/esniper/esniper-2-28-0.tgz";
-    sha256 = "c2b0ccb757616b32f2d6cf54a4a5e367405fa7bcd6e6ed11835fe4f8a06a016b";
+    url    = "mirror://sourceforge/esniper/esniper-2-29-0.tgz";
+    sha256 = "052jfbzm0a88h3hss2vg1vfdrhibjwhbcdnwsbkk5i1z0jj16xxc";
   };
 
   buildInputs = [ openssl curl ];
 
   # Add support for CURL_CA_BUNDLE variable.
   # Fix <http://sourceforge.net/p/esniper/bugs/648/>.
-  patches = [ ./find-ca-bundle.patch ./fix-ebay-login.patch ];
+  patches = [ ./find-ca-bundle.patch ];
 
   postInstall = ''
     sed <"frontends/snipe" >"$out/bin/snipe" \