1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

tgt: 1.0.80 -> 1.0.81
This commit is contained in:
Bobby Rong 2021-12-26 13:07:12 +08:00 committed by GitHub
commit 4c5906c948
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.80";
version = "1.0.81";
src = fetchFromGitHub {
owner = "fujita";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5qBqCHbkL6yw/iT2AtSumw8V0bV74TEyYMRgcPHW2lg=";
sha256 = "sha256-SgMpoaVAuTbgpmnXRfQFWlK5gl01fsE9vJxu3C2ctPU=";
};
nativeBuildInputs = [ libxslt docbook_xsl makeWrapper ];
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "iSCSI Target daemon with RDMA support";
homepage = "http://stgt.sourceforge.net/";
homepage = "https://github.com/fujita/tgt";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ johnazoidberg ];