tgt: 1.0.74 -> 1.0.75 (#57489)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tgt/versions
This commit is contained in:
R. RyanTM 2019-03-13 16:09:50 -07:00 committed by xeji
parent ca713ac877
commit 39789683d0

View file

@ -2,7 +2,7 @@
, docbook_xsl }:
let
version = "1.0.74";
version = "1.0.75";
in stdenv.mkDerivation rec {
name = "tgt-${version}";
@ -10,7 +10,7 @@ in stdenv.mkDerivation rec {
owner = "fujita";
repo = "tgt";
rev = "v${version}";
sha256 = "1k146w49dda77fd8frmc0nyr07ca1wh5vcw59fjid6knaj9vgck5";
sha256 = "008x7xz49fnqi91hw4nim4f25gp5qyjgzxfikmj7gz81mh4hhamj";
};
buildInputs = [ libxslt systemd libaio docbook_xsl ];