eltclsh: 1.19 -> 1.20 (#429718)

Co-authored-by: iwanb <iwanb@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-31 07:38:43 +00:00
committed by GitHub
co-authored by iwanb
+2 -2
View File
@@ -11,12 +11,12 @@
tcl.mkTclDerivation rec {
pname = "eltclsh";
version = "1.19";
version = "1.20";
src = fetchgit {
url = "https://git.openrobots.org/robots/eltclsh.git";
rev = "eltclsh-${version}";
hash = "sha256-YcJRaNct/cLNsjWk+NLzGiDYOG0jNgKudBczKckQU14=";
hash = "sha256-kNUT190DkY+NNUmBwHfSxgBLbSyc0MutVDLsRh7kFDE=";
};
nativeBuildInputs = [