janet: 1.21.2 -> 1.22.0

Fixes CVE-2022-30763

https://github.com/janet-lang/janet/releases/tag/v1.22.0
This commit is contained in:
Thomas Gerbet 2022-06-05 12:35:04 +02:00 committed by Peter Hoeg
parent 1f6e68ebae
commit e366bbf9b6

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "janet";
version = "1.21.2";
version = "1.22.0";
src = fetchFromGitHub {
owner = "janet-lang";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6E726+DLs1hCUbr2/rqIdSn8u94LLFdKBBHkbB4rgm0=";
sha256 = "sha256-FOs8ZfO61A1amovLy4EDSZiZ6XlwVNXf1TiPvNo6BnQ=";
};
# This release fails the test suite on darwin, remove when debugged.