Skip to content

Commit b8ea17d

Browse files
committed
tcl,tk: 8.6.15 -> 8.6.16
1 parent 436e725 commit b8ea17d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkgs/development/interpreters/tcl/8.6.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ callPackage ./generic.nix (
44
args
55
// rec {
66
release = "8.6";
7-
version = "${release}.15";
7+
version = "${release}.16";
88

99
# Note: when updating, the hash in pkgs/development/libraries/tk/8.6.nix must also be updated!
1010

1111
src = fetchurl {
1212
url = "mirror://sourceforge/tcl/tcl${version}-src.tar.gz";
13-
sha256 = "sha256-hh4Vl1Py4vvW7BSEEDcVsL5WvjNXUiuFjTy7X4k//vE=";
13+
hash = "sha256-kcuPphdxxjwmLvtVMFm3x61nV6+lhXr2Jl5LC9wqFKU=";
1414
};
1515
}
1616
)

pkgs/development/libraries/tk/8.6.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ callPackage ./generic.nix (
1111

1212
src = fetchurl {
1313
url = "mirror://sourceforge/tcl/tk${tcl.version}-src.tar.gz";
14-
sha256 = "sha256-VQlp81N5+VKzAg86t7ndW/0Rwe98m3xqdfXEmsp5P+w=";
14+
hash = "sha256-vp+U01ddSzCZ2EvDwQ3omU3y16pAUggXPHCcxASn5f4=";
1515
};
1616

1717
patches = [

0 commit comments

Comments
 (0)