mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
tgt: 1.0.81 -> 1.0.82
This commit is contained in:
parent
d29bef5cc1
commit
f6b1776648
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tgt";
|
pname = "tgt";
|
||||||
version = "1.0.81";
|
version = "1.0.82";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fujita";
|
owner = "fujita";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-SgMpoaVAuTbgpmnXRfQFWlK5gl01fsE9vJxu3C2ctPU=";
|
sha256 = "sha256-uVd1qPNBIqs9+pRnRP/Q8Z5sXpRdcwBejKjt0BJbXWA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ libxslt docbook_xsl makeWrapper ];
|
nativeBuildInputs = [ libxslt docbook_xsl makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user