mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
commit
10ed9173c5
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
tcl.mkTclDerivation rec {
|
tcl.mkTclDerivation rec {
|
||||||
pname = "tclx";
|
pname = "tclx";
|
||||||
version = "8.6.2";
|
version = "8.6.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "flightaware";
|
owner = "flightaware";
|
||||||
repo = "tclx";
|
repo = "tclx";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ZYJcaVBM5DQWBFYAcW6fx+ENMWJwHzTOUKYPkLsd6o8=";
|
hash = "sha256-bzLF6qOF9o24joWnGR7B4S+Doj7zv9iTh/mo50iFbUs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# required in order for tclx to properly detect tclx.tcl at runtime
|
# required in order for tclx to properly detect tclx.tcl at runtime
|
||||||
|
Loading…
Reference in New Issue
Block a user