Merge #17354: tcl/tk: 8.6.4 -> 8.6.6

+5 -5
+2 -2
pkgs/development/interpreters/tcl/8.6.nix
··· 2 3 callPackage ./generic.nix (args // rec { 4 release = "8.6"; 5 - version = "${release}.4"; 6 7 src = fetchurl { 8 url = "mirror://sourceforge/tcl/tcl${version}-src.tar.gz"; 9 - sha256 = "13cwa4bc85ylf5gfj9vk182lvgy60qni3f7gbxghq78wk16djvly"; 10 }; 11 })
··· 2 3 callPackage ./generic.nix (args // rec { 4 release = "8.6"; 5 + version = "${release}.6"; 6 7 src = fetchurl { 8 url = "mirror://sourceforge/tcl/tcl${version}-src.tar.gz"; 9 + sha256 = "01zypqhy57wvh1ikk28bg733sk5kf4q568pq9v6fvcz4h6bl0rd2"; 10 }; 11 })
+1 -1
pkgs/development/interpreters/tcl/generic.nix
··· 24 homepage = http://www.tcl.tk/; 25 license = licenses.tcltk; 26 platforms = platforms.all; 27 - maintainers = with maintainers; [ wkennington ]; 28 }; 29 30 passthru = rec {
··· 24 homepage = http://www.tcl.tk/; 25 license = licenses.tcltk; 26 platforms = platforms.all; 27 + maintainers = with maintainers; [ wkennington vrthra ]; 28 }; 29 30 passthru = rec {
+1 -1
pkgs/development/libraries/tk/8.6.nix
··· 4 5 src = fetchurl { 6 url = "mirror://sourceforge/tcl/tk${tcl.version}-src.tar.gz"; 7 - sha256 = "1h96vp15zl5xz0d4qp6wjyrchqmrmdm3q5k22wkw9jaxbvw9vy88"; 8 }; 9 10 patches = [ ./different-prefix-with-tcl.patch ] ++ stdenv.lib.optionals stdenv.isDarwin [ ./Fix-bad-install_name-for-libtk8.6.dylib.patch ];
··· 4 5 src = fetchurl { 6 url = "mirror://sourceforge/tcl/tk${tcl.version}-src.tar.gz"; 7 + sha256 = "17diivcfcwdhp4v5zi6j9nkxncccjqkivhp363c4wx5lf4d3fb6n"; 8 }; 9 10 patches = [ ./different-prefix-with-tcl.patch ] ++ stdenv.lib.optionals stdenv.isDarwin [ ./Fix-bad-install_name-for-libtk8.6.dylib.patch ];
+1 -1
pkgs/development/libraries/tk/generic.nix
··· 37 homepage = http://www.tcl.tk/; 38 license = licenses.tcltk; 39 platforms = platforms.all; 40 - maintainers = with maintainers; [ lovek323 wkennington ]; 41 }; 42 }
··· 37 homepage = http://www.tcl.tk/; 38 license = licenses.tcltk; 39 platforms = platforms.all; 40 + maintainers = with maintainers; [ lovek323 vrthra wkennington ]; 41 }; 42 }