tgt: 1.0.89 -> 1.0.90

This commit is contained in:
R. Ryantm 2024-01-05 07:51:32 +00:00
parent 12f69cd485
commit e6ecfff450

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "tgt";
version = "1.0.89";
version = "1.0.90";
src = fetchFromGitHub {
owner = "fujita";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sgflHkG4FncQ31+BwcZsp7LRgqeqANCIKGysxUk8aEs=";
sha256 = "sha256-C1xrsL7+S+TyMWULVuw7+ZV5hxfhXorScfqndomefRw=";
};
nativeBuildInputs = [ libxslt docbook_xsl makeWrapper ];