mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
esniper: 2.33.0 -> 2.33.0.2017-11-06
esniper from sourceforge is incompatible with latest changes on ebay. This is a fork used by arch that has the problem solved.
This commit is contained in:
parent
2bac63f216
commit
d7426b378e
1 changed files with 7 additions and 5 deletions
|
@ -1,11 +1,13 @@
|
|||
{ stdenv, fetchurl, openssl, curl, coreutils, gawk, bash, which }:
|
||||
{ stdenv, fetchFromGitHub, openssl, curl, coreutils, gawk, bash, which }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "esniper-2.33.0";
|
||||
name = "esniper-2.33.0.2017-11-06";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/esniper/${stdenv.lib.replaceStrings ["."] ["-"] name}.tgz";
|
||||
sha256 = "1pck2x7mp7ip0b21v2sjvq86fz12gzw6kig4vvbrghz5xw5b3f69";
|
||||
src = fetchFromGitHub {
|
||||
owner = "yhfudev";
|
||||
repo = "esniper";
|
||||
rev = "c95140d376db3c991300a7462e6c172b0ccf3eb5";
|
||||
sha256 = "1dfb5hmcrvm3yg9ask362c6s5ylxs21szw23dm737a94br37j890";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl curl ];
|
||||
|
|
Loading…
Reference in a new issue