tgt: 1.0.77 -> 1.0.78, touchup

This commit is contained in:
Will Dietz 2019-06-03 21:28:09 -05:00
parent 984120f4c9
commit 0fc454c57d
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -1,16 +1,15 @@
{ stdenv, fetchFromGitHub, libxslt, libaio, systemd, perl, perlPackages
, docbook_xsl }:
let
version = "1.0.77";
in stdenv.mkDerivation rec {
name = "tgt-${version}";
stdenv.mkDerivation rec {
pname = "tgt";
version = "1.0.78";
src = fetchFromGitHub {
owner = "fujita";
repo = "tgt";
repo = pname;
rev = "v${version}";
sha256 = "1qhck8v5057wn9nb1nsq6dzhvqzz51x8i3n0p1x36zbsmdjy2ajw";
sha256 = "0778silfwvbpqljxdid96nn0vkdii3fszqp6w6w2bn9hdyxhqrjp";
};
buildInputs = [ libxslt systemd libaio docbook_xsl ];