tgt: 1.0.75 -> 1.0.76

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-04-16 06:55:56 -07:00 committed by Frederik Rietdijk
parent 8113c4e400
commit c5168ab16d

View File

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