Unverified Commit 7bf334b4 authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

tcl-9_0: 9.0.1 -> 9.0.3 (#504365)

parents f91725a8 fbf93c36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";
    };
  }
)
+1 −1
Original line number Diff line number Diff line
@@ -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 = [