Unverified Commit 2ba1f868 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

webdis: 0.1.20 -> 0.1.21
parents d0c0f282 14f21670
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];