janet: 1.37.1 -> 1.38.0

This commit is contained in:
R. Ryantm
2025-03-25 02:15:35 +00:00
parent 33319c3013
commit f33e02b27b
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "janet";
version = "1.37.1";
version = "1.38.0";
src = fetchFromGitHub {
owner = "janet-lang";
repo = "janet";
rev = "v${finalAttrs.version}";
hash = "sha256-KwuBJY3SG5Ao/sFgjrp0pzEasdI7AAWrG49uHjVA1Rs=";
hash = "sha256-PLfBFsZqwSpE+3cduDXyRZZDpiL8+zHyIjVopK0oqPo=";
};
postPatch =