jimtcl: 0.82 -> 0.84

This commit is contained in:
R. Ryantm
2026-07-16 21:21:01 +00:00
committed by Pavol Rusnak
parent f4f2ebecfb
commit 71c1b60da5

View File

@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jimtcl";
version = "0.82";
version = "0.84";
src = fetchFromGitHub {
owner = "msteveb";
repo = "jimtcl";
rev = finalAttrs.version;
sha256 = "sha256-CDjjrxpoTbLESAbCiCjQ8+E/oJP87gDv9SedQOzH3QY=";
sha256 = "sha256-MvsC82PMmh7PP1sXNwZRNDNFU7r5LWRA6YqvuvZ9yZE=";
};
nativeBuildInputs = [