tgt: 1.0.93 -> 1.0.94

This commit is contained in:
R. Ryantm 2024-12-04 16:42:39 +00:00
parent c37067f877
commit 3c8a1553fb

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "tgt";
version = "1.0.93";
version = "1.0.94";
src = fetchFromGitHub {
owner = "fujita";
repo = pname;
rev = "v${version}";
hash = "sha256-0Yfah8VxmbBe1J1OMhG6kyHlGBBAed8F9uStjMs6S2E=";
hash = "sha256-4zPTAdAXO8Km8a50ST3mdHW3RlKD1pmLACeFOY48lv0=";
};
nativeBuildInputs = [ libxslt docbook_xsl makeWrapper ];