ttyd: 1.6.3 -> 1.7.0

This commit is contained in:
R. Ryantm 2022-08-11 01:03:11 +00:00
parent 89e89c8f6a
commit e24396c79b

View file

@ -7,12 +7,12 @@ with builtins;
stdenv.mkDerivation rec {
pname = "ttyd";
version = "1.6.3";
version = "1.7.0";
src = fetchFromGitHub {
owner = "tsl0922";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "ErWd99js2EldkRNWFdgZw/X3DIz266kM3lLlC34Deno=";
sha256 = "sha256-Q1A3UMlC3CYzqQxle7XT/o22eWHorMJ5hDXTIT/UMQM=";
};
nativeBuildInputs = [ pkg-config cmake xxd ];