mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
tgt: 1.0.73 -> 1.0.74
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:
parent
a054d74507
commit
814c68a503
|
@ -2,7 +2,7 @@
|
|||
, docbook_xsl }:
|
||||
|
||||
let
|
||||
version = "1.0.73";
|
||||
version = "1.0.74";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "tgt-${version}";
|
||||
|
||||
|
@ -10,7 +10,7 @@ in stdenv.mkDerivation rec {
|
|||
owner = "fujita";
|
||||
repo = "tgt";
|
||||
rev = "v${version}";
|
||||
sha256 = "0alrdrklh5wq8x4xbp30zwnxkp0brx1mjkbp70dhaz0zbzvyydr0";
|
||||
sha256 = "1k146w49dda77fd8frmc0nyr07ca1wh5vcw59fjid6knaj9vgck5";
|
||||
};
|
||||
|
||||
buildInputs = [ libxslt systemd libaio docbook_xsl ];
|
||||
|
|
Loading…
Reference in a new issue