Merge pull request #187491 from r-ryantm/auto-update/ttyd

ttyd: 1.7.0 -> 1.7.1
This commit is contained in:
Jonas Heinrich 2022-08-29 20:53:11 +02:00 committed by GitHub
commit f417d0f6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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