hiredis: 0.13.0 -> 0.13.1

This commit is contained in:
William A. Kennington III 2015-05-06 09:42:50 -07:00
parent 290132bf89
commit 4559bc015d
2 changed files with 2 additions and 3 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "hiredis-${version}";
version = "0.13.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = "redis";
repo = "hiredis";
rev = "v${version}";
sha256 = "195ih8jprw0q253nvhnmfv9dsm8pss6pdf4x3c88q4mfsyw8pg76";
sha256 = "15rzq7n7z9h143smrnd34f9gh24swwal6r9z9xlxsl0jxabiv71l";
};
PREFIX = "\${out}";

View File

@ -830,7 +830,6 @@ let
libgcrypt = libgcrypt_1_6;
czmq = null; # Currently Broken
hadoop = null; # Currently Broken
hiredis = null; # Currently Broken
};
rsyslog-light = callPackage ../tools/system/rsyslog {