Skip to content

Commit

Permalink
tgt: 1.0.92 -> 1.0.93
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Sep 12, 2024
1 parent c7b929c commit eb17d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/tgt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "tgt";
version = "1.0.92";
version = "1.0.93";

src = fetchFromGitHub {
owner = "fujita";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Axx9D4BIg68R9bDDNyIGw8n91Jg1YJ/zN1rE6aeMZcs=";
hash = "sha256-0Yfah8VxmbBe1J1OMhG6kyHlGBBAed8F9uStjMs6S2E=";
};

nativeBuildInputs = [ libxslt docbook_xsl makeWrapper ];
Expand Down

0 comments on commit eb17d5c

Please sign in to comment.