tgt: 1.0.80 -> 1.0.81

This commit is contained in:
R. Ryantm 2021-12-22 07:58:12 +00:00
parent ae969de2bb
commit ae3ef16c11

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "tgt";
version = "1.0.80";
version = "1.0.81";
src = fetchFromGitHub {
owner = "fujita";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5qBqCHbkL6yw/iT2AtSumw8V0bV74TEyYMRgcPHW2lg=";
sha256 = "sha256-SgMpoaVAuTbgpmnXRfQFWlK5gl01fsE9vJxu3C2ctPU=";
};
nativeBuildInputs = [ libxslt docbook_xsl makeWrapper ];