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

tgt: 1.0.81 -> 1.0.82
This commit is contained in:
Bobby Rong 2022-05-08 14:08:57 +08:00 committed by GitHub
commit b3923b7910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "tgt";
version = "1.0.81";
version = "1.0.82";
src = fetchFromGitHub {
owner = "fujita";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SgMpoaVAuTbgpmnXRfQFWlK5gl01fsE9vJxu3C2ctPU=";
sha256 = "sha256-uVd1qPNBIqs9+pRnRP/Q8Z5sXpRdcwBejKjt0BJbXWA=";
};
nativeBuildInputs = [ libxslt docbook_xsl makeWrapper ];