janet: 1.38.0 -> 1.39.1 (#437750)

This commit is contained in:
Wolfgang Walther
2025-09-23 11:28:28 +00:00
committed by GitHub
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "janet";
version = "1.38.0";
version = "1.39.1";
src = fetchFromGitHub {
owner = "janet-lang";
repo = "janet";
rev = "v${finalAttrs.version}";
hash = "sha256-PLfBFsZqwSpE+3cduDXyRZZDpiL8+zHyIjVopK0oqPo=";
hash = "sha256-Hd8DueT9f7vmK0QFJdRx7FgZ8BYh5prQyM++5Yb6tg4=";
};
postPatch = ''