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