ocproxy: 1.50 -> 1.60

authored by ndowens and committed by Graham Christensen 3686e1bb 2e93988e

+4 -3
+4 -3
pkgs/tools/networking/ocproxy/default.nix
··· 1 { stdenv, fetchFromGitHub, autoconf, automake, libevent }: 2 3 stdenv.mkDerivation rec { 4 - version = "1.50"; 5 name = "ocproxy-${version}"; 6 7 src = fetchFromGitHub { 8 owner = "cernekee"; 9 repo = "ocproxy"; 10 rev = "v${version}"; 11 - sha256 = "136vlk2svgls5paf17xi1zahcahgcnmi2p55khh7zpqaar4lzw6s"; 12 }; 13 14 - buildInputs = [ autoconf automake libevent ]; 15 16 preConfigure = '' 17 patchShebangs autogen.sh
··· 1 { stdenv, fetchFromGitHub, autoconf, automake, libevent }: 2 3 stdenv.mkDerivation rec { 4 + version = "1.60"; 5 name = "ocproxy-${version}"; 6 7 src = fetchFromGitHub { 8 owner = "cernekee"; 9 repo = "ocproxy"; 10 rev = "v${version}"; 11 + sha256 = "03323nnhb4y9nzwva04mq7xg03dvdrgp689g89f69jqc261skcqx"; 12 }; 13 14 + nativeBuildInputs = [ autoconf automake ]; 15 + buildInputs = [ libevent ]; 16 17 preConfigure = '' 18 patchShebangs autogen.sh