[Backport staging-25.05] tcl,tk: 8.6.15 -> 8.6.16 (#426670)

This commit is contained in:
Wolfgang Walther
2025-08-09 17:00:58 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -4,13 +4,13 @@ callPackage ./generic.nix (
args
// rec {
release = "8.6";
version = "${release}.15";
version = "${release}.16";
# Note: when updating, the hash in pkgs/development/libraries/tk/8.6.nix must also be updated!
src = fetchurl {
url = "mirror://sourceforge/tcl/tcl${version}-src.tar.gz";
sha256 = "sha256-hh4Vl1Py4vvW7BSEEDcVsL5WvjNXUiuFjTy7X4k//vE=";
hash = "sha256-kcuPphdxxjwmLvtVMFm3x61nV6+lhXr2Jl5LC9wqFKU=";
};
}
)

View File

@@ -11,7 +11,7 @@ callPackage ./generic.nix (
src = fetchurl {
url = "mirror://sourceforge/tcl/tk${tcl.version}-src.tar.gz";
sha256 = "sha256-VQlp81N5+VKzAg86t7ndW/0Rwe98m3xqdfXEmsp5P+w=";
hash = "sha256-vp+U01ddSzCZ2EvDwQ3omU3y16pAUggXPHCcxASn5f4=";
};
patches = [