Skip to content

Commit

Permalink
ocproxy: 1.50 -> 1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens authored and grahamc committed Mar 6, 2017
1 parent 2e93988 commit 3686e1b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/tools/networking/ocproxy/default.nix
@@ -1,17 +1,18 @@
{ stdenv, fetchFromGitHub, autoconf, automake, libevent }:

stdenv.mkDerivation rec {
version = "1.50";
version = "1.60";
name = "ocproxy-${version}";

src = fetchFromGitHub {
owner = "cernekee";
repo = "ocproxy";
rev = "v${version}";
sha256 = "136vlk2svgls5paf17xi1zahcahgcnmi2p55khh7zpqaar4lzw6s";
sha256 = "03323nnhb4y9nzwva04mq7xg03dvdrgp689g89f69jqc261skcqx";
};

buildInputs = [ autoconf automake libevent ];
nativeBuildInputs = [ autoconf automake ];
buildInputs = [ libevent ];

preConfigure = ''
patchShebangs autogen.sh
Expand Down

0 comments on commit 3686e1b

Please sign in to comment.