janet: 1.36.0 -> 1.37.1

This commit is contained in:
R. Ryantm 2024-12-07 19:06:29 +00:00 committed by Peter Hoeg
parent de75b91758
commit 98ebb7e0b2

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "janet";
version = "1.36.0";
version = "1.37.1";
src = fetchFromGitHub {
owner = "janet-lang";
repo = "janet";
rev = "v${finalAttrs.version}";
hash = "sha256-lAasSRQwqkc86jobSejLFGAiaCu+EM+2sc92Kc2KxMs=";
hash = "sha256-KwuBJY3SG5Ao/sFgjrp0pzEasdI7AAWrG49uHjVA1Rs=";
};
postPatch = ''