Merge pull request #267779 from r-ryantm/auto-update/tgt

tgt: 1.0.88 -> 1.0.89
This commit is contained in:
Nick Cao
2023-11-16 09:30:43 -05:00
committed by GitHub
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "tgt";
version = "1.0.88";
version = "1.0.89";
src = fetchFromGitHub {
owner = "fujita";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tLc+viPufR6P5texDs9lU8wsOTzrjSK0Qz/r4/L8M5k=";
sha256 = "sha256-sgflHkG4FncQ31+BwcZsp7LRgqeqANCIKGysxUk8aEs=";
};
nativeBuildInputs = [ libxslt docbook_xsl makeWrapper ];