mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 08:28:20 +00:00
Merge pull request #61439 from r-ryantm/auto-update/tgt
tgt: 1.0.76 -> 1.0.77
This commit is contained in:
commit
0fc77883e2
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue