Merge pull request #32603 from mogorman/esniper-2.33.0-git

esniper: 2.33.0 -> 2.33.0-git
This commit is contained in:
Orivej Desh 2017-12-17 03:55:18 +00:00 committed by GitHub
commit 609bf27001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,13 @@
{ stdenv, fetchurl, openssl, curl, coreutils, gawk, bash, which }: { stdenv, fetchFromGitHub, openssl, curl, coreutils, gawk, bash, which }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "esniper-2.33.0"; name = "esniper-2.33.0.2017-11-06";
src = fetchurl { src = fetchFromGitHub {
url = "mirror://sourceforge/esniper/${stdenv.lib.replaceStrings ["."] ["-"] name}.tgz"; owner = "yhfudev";
sha256 = "1pck2x7mp7ip0b21v2sjvq86fz12gzw6kig4vvbrghz5xw5b3f69"; repo = "esniper";
rev = "c95140d376db3c991300a7462e6c172b0ccf3eb5";
sha256 = "1dfb5hmcrvm3yg9ask362c6s5ylxs21szw23dm737a94br37j890";
}; };
buildInputs = [ openssl curl ]; buildInputs = [ openssl curl ];