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

tgt: 1.0.85 -> 1.0.86
This commit is contained in:
Nick Cao
2023-03-01 15:24:02 +08:00
committed by GitHub
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "tgt";
version = "1.0.85";
version = "1.0.86";
src = fetchFromGitHub {
owner = "fujita";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hjP+1uBcUfIFdRd0gbZXR+VsAF+6QrvV3//GrQhOKWc=";
sha256 = "sha256-xQzTGFptw/L+o8ivXGTxIzVFbAMrsMXvwUjCFS4rhdw=";
};
nativeBuildInputs = [ libxslt docbook_xsl makeWrapper ];