mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 22:07:50 +00:00
tgt: 1.0.93 -> 1.0.94
This commit is contained in:
parent
c37067f877
commit
3c8a1553fb
@ -4,13 +4,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tgt";
|
||||
version = "1.0.93";
|
||||
version = "1.0.94";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fujita";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-0Yfah8VxmbBe1J1OMhG6kyHlGBBAed8F9uStjMs6S2E=";
|
||||
hash = "sha256-4zPTAdAXO8Km8a50ST3mdHW3RlKD1pmLACeFOY48lv0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ libxslt docbook_xsl makeWrapper ];
|
||||
|
Loading…
Reference in New Issue
Block a user