Commit 7efb0937 authored by R. RyanTM's avatar R. RyanTM Committed by Francesco Gazzetta
Browse files

tclreadline: 2.3.8 -> 2.4.0

parent cabaf14d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

tcl.mkTclDerivation rec {
  pname = "tclreadline";
  version = "2.3.8";
  version = "2.4.0";

  src = fetchFromGitHub {
    owner = "flightaware";
    repo = "tclreadline";
    rev = "v${version}";
    sha256 = "18jl56p0hwgynxpvr0v7b5mvvzc1m64fn61c0957bgb45mc250yq";
    sha256 = "sha256-rB2bR0yu/ZFf/WOgo1LeLmciaQA42/LulnqSczmzea8=";
  };

  nativeBuildInputs = [