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

tgt: 1.0.76 -> 1.0.77
This commit is contained in:
Renaud 2019-05-13 16:02:53 +02:00 committed by GitHub
commit 0fc77883e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];