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

tgt: 1.0.86 -> 1.0.87
This commit is contained in:
Nick Cao
2023-08-17 14:21:08 +08:00
committed by GitHub
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "tgt";
version = "1.0.86";
version = "1.0.87";
src = fetchFromGitHub {
owner = "fujita";
repo = pname;
rev = "v${version}";
sha256 = "sha256-xQzTGFptw/L+o8ivXGTxIzVFbAMrsMXvwUjCFS4rhdw=";
sha256 = "sha256-nDYNXQJqCtwlm4HTPTMuUbn6FA8JRYEqxbYUAev2R3o=";
};
nativeBuildInputs = [ libxslt docbook_xsl makeWrapper ];