Loading pkgs/development/interpreters/tcl/9.0.nix +2 −2 Original line number Diff line number Diff line Loading @@ -4,13 +4,13 @@ callPackage ./generic.nix ( args // rec { release = "9.0"; version = "${release}.1"; version = "${release}.3"; # Note: when updating, the hash in pkgs/development/libraries/tk/9.0.nix must also be updated! src = fetchzip { url = "mirror://sourceforge/tcl/tcl${version}-src.tar.gz"; hash = "sha256-NWwCQGyaUzfTgHqpib4lLeflULWKuLE4qYxP+0EizHs="; hash = "sha256-qKh2QYRy+dcX3tk6DS23YfrKfiN9V8RMU1es999KBE0="; }; } ) pkgs/development/libraries/tk/9.0.nix +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ callPackage ./generic.nix ( src = fetchzip { url = "mirror://sourceforge/tcl/tk${tcl.version}-src.tar.gz"; hash = "sha256-eX9HSPnNHeWkCaH0TBhmxQ3keTb4he3KY5rS1w4ubTo="; hash = "sha256-ssgvJdgXCtBPfnPvX9AR9uo4zGbzRGsCjOowxe5cfjM="; }; patches = [ Loading Loading
pkgs/development/interpreters/tcl/9.0.nix +2 −2 Original line number Diff line number Diff line Loading @@ -4,13 +4,13 @@ callPackage ./generic.nix ( args // rec { release = "9.0"; version = "${release}.1"; version = "${release}.3"; # Note: when updating, the hash in pkgs/development/libraries/tk/9.0.nix must also be updated! src = fetchzip { url = "mirror://sourceforge/tcl/tcl${version}-src.tar.gz"; hash = "sha256-NWwCQGyaUzfTgHqpib4lLeflULWKuLE4qYxP+0EizHs="; hash = "sha256-qKh2QYRy+dcX3tk6DS23YfrKfiN9V8RMU1es999KBE0="; }; } )
pkgs/development/libraries/tk/9.0.nix +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ callPackage ./generic.nix ( src = fetchzip { url = "mirror://sourceforge/tcl/tk${tcl.version}-src.tar.gz"; hash = "sha256-eX9HSPnNHeWkCaH0TBhmxQ3keTb4he3KY5rS1w4ubTo="; hash = "sha256-ssgvJdgXCtBPfnPvX9AR9uo4zGbzRGsCjOowxe5cfjM="; }; patches = [ Loading