nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

tclx: 8.6.1 -> 8.6.2

+2 -2
+2 -2
pkgs/development/libraries/tclx/default.nix
··· 5 5 6 6 tcl.mkTclDerivation rec { 7 7 pname = "tclx"; 8 - version = "8.6.1"; 8 + version = "8.6.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "flightaware"; 12 12 repo = "tclx"; 13 13 rev = "v${version}"; 14 - hash = "sha256-HdbuU0IR8q/0g2fIs1xtug4oox/D24C8E2VbEJC5B1A="; 14 + hash = "sha256-ZYJcaVBM5DQWBFYAcW6fx+ENMWJwHzTOUKYPkLsd6o8="; 15 15 }; 16 16 17 17 # required in order for tclx to properly detect tclx.tcl at runtime