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

esniper: 2.33.0 -> 2.33.0-git

authored by Orivej Desh and committed by GitHub 609bf270 0aa5e814

+7 -5
+7 -5
pkgs/applications/networking/esniper/default.nix
··· 1 - { stdenv, fetchurl, openssl, curl, coreutils, gawk, bash, which }: 1 + { stdenv, fetchFromGitHub, openssl, curl, coreutils, gawk, bash, which }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "esniper-2.33.0"; 4 + name = "esniper-2.33.0.2017-11-06"; 5 5 6 - src = fetchurl { 7 - url = "mirror://sourceforge/esniper/${stdenv.lib.replaceStrings ["."] ["-"] name}.tgz"; 8 - sha256 = "1pck2x7mp7ip0b21v2sjvq86fz12gzw6kig4vvbrghz5xw5b3f69"; 6 + src = fetchFromGitHub { 7 + owner = "yhfudev"; 8 + repo = "esniper"; 9 + rev = "c95140d376db3c991300a7462e6c172b0ccf3eb5"; 10 + sha256 = "1dfb5hmcrvm3yg9ask362c6s5ylxs21szw23dm737a94br37j890"; 9 11 }; 10 12 11 13 buildInputs = [ openssl curl ];