ocproxy: 1.50 -> 1.60

This commit is contained in:
ndowens 2017-03-01 18:22:21 -06:00 committed by Graham Christensen
parent 2e93988e64
commit 3686e1bbc8
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

View file

@ -1,17 +1,18 @@
{ stdenv, fetchFromGitHub, autoconf, automake, libevent }: { stdenv, fetchFromGitHub, autoconf, automake, libevent }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.50"; version = "1.60";
name = "ocproxy-${version}"; name = "ocproxy-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cernekee"; owner = "cernekee";
repo = "ocproxy"; repo = "ocproxy";
rev = "v${version}"; rev = "v${version}";
sha256 = "136vlk2svgls5paf17xi1zahcahgcnmi2p55khh7zpqaar4lzw6s"; sha256 = "03323nnhb4y9nzwva04mq7xg03dvdrgp689g89f69jqc261skcqx";
}; };
buildInputs = [ autoconf automake libevent ]; nativeBuildInputs = [ autoconf automake ];
buildInputs = [ libevent ];
preConfigure = '' preConfigure = ''
patchShebangs autogen.sh patchShebangs autogen.sh