tgt: 1.0.90 -> 1.0.91

This commit is contained in:
R. Ryantm 2024-03-03 03:00:43 +00:00
parent af9110471a
commit 8575d0b2dc

View file

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