File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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 = [
You can’t perform that action at this time.
0 commit comments