janet: 1.37.1 -> 1.38.0 (#392947)

This commit is contained in:
Weijia Wang 2025-04-06 23:38:04 +02:00 committed by GitHub
commit 72f48b5a69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 =