Skip to content

Commit

Permalink
ttyd: 1.7.2 -> 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 21, 2023
1 parent a1e0ac4 commit f587bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/ttyd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ with builtins;

stdenv.mkDerivation rec {
pname = "ttyd";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "tsl0922";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-M1tRZ2CXU9XYClj4DdNLGdCXtQDgAoBpuLKvRsbDkMA=";
sha256 = "sha256-zwKK8TPEATAgJwHh04hurzU3NrhyHA70qkf5kXW1yQc=";
};

nativeBuildInputs = [ pkg-config cmake xxd ];
Expand Down

0 comments on commit f587bec

Please sign in to comment.