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

webdis: 0.1.20 -> 0.1.21
This commit is contained in:
Mario Rodas 2023-03-30 18:05:48 -05:00 committed by GitHub
commit 2ba1f8684d
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.20";
version = "0.1.21";
src = fetchFromGitHub {
owner = "nicolasff";
repo = pname;
rev = version;
sha256 = "sha256-QvPawRYmk5HcE4XnI4B4G7AAaN/8cFov9lOa2e++g4A=";
sha256 = "sha256-HSAxmOtljwhQiW/spe0MEF7JK+bZe+oSUJhwp5y1fEQ=";
};
buildInputs = [ hiredis http-parser jansson libevent ];