tgt: 1.0.76 -> 1.0.77

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-05-13 00:10:57 -07:00
parent a80982b4c9
commit 4c86b24d7a

View file

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