Merge pull request #92647 from r-ryantm/auto-update/webdis

webdis: 0.1.10 -> 0.1.11
This commit is contained in:
Mario Rodas 2020-07-07 19:34:33 -05:00 committed by GitHub
commit b25895d964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "webdis";
version = "0.1.10";
version = "0.1.11";
src = fetchFromGitHub {
owner = "nicolasff";
repo = pname;
rev = version;
sha256 = "1hn4fq0asivfs56rw9ck1vc3g6h6fnwywh8v4zs2bkyn62fg9mcw";
sha256 = "162xbx4dhfx4a6sksm7x60gr7ylyila4vidmdf0bn7xlvglggazf";
};
buildInputs = [ hiredis http-parser jansson libevent ];