Unverified Commit 2fe1a54b authored by Ryan Mulligan's avatar Ryan Mulligan Committed by GitHub
Browse files

Merge pull request #260109 from r-ryantm/auto-update/eltclsh

eltclsh: 1.18 -> 1.19
parents b5e70591 76eaf523
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

tcl.mkTclDerivation rec {
  pname = "eltclsh";
  version = "1.18";
  version = "1.19";

  src = fetchgit {
    url = "https://git.openrobots.org/robots/eltclsh.git";
    rev = "eltclsh-${version}";
    hash = "sha256-C996BJxEoCSpA0x/nSnz4nnmleTIWyzm0imZp/K+Q/o=";
    hash = "sha256-YcJRaNct/cLNsjWk+NLzGiDYOG0jNgKudBczKckQU14=";
  };

  nativeBuildInputs = [