webdis: 0.1.16 -> 0.1.19

(#154432)
This commit is contained in:
R. RyanTM 2022-01-15 13:25:15 -08:00 committed by GitHub
parent 31f069f779
commit d5dae6569e
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.16";
version = "0.1.19";
src = fetchFromGitHub {
owner = "nicolasff";
repo = pname;
rev = version;
sha256 = "sha256-I+Nq3kjXoQlwfj8r7oNu6KFE6hnB076M9aJMdwCas3k=";
sha256 = "sha256-Q5tFEuyTfjXaa/0JOpNjzokstKaQPwR1szqdzYrqXxc=";
};
buildInputs = [ hiredis http-parser jansson libevent ];