janet: 1.20.0 -> 1.21.0

This commit is contained in:
R. Ryantm 2022-03-27 00:48:14 +00:00 committed by Peter Hoeg
parent 96cca4d1b4
commit 1dfd0c261d

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "janet";
version = "1.20.0";
version = "1.21.0";
src = fetchFromGitHub {
owner = "janet-lang";
repo = pname;
rev = "v${version}";
sha256 = "sha256-mCeOaTbOQej4Uza9fg+xop77z31SQ3sO09dZK8SVAyU=";
sha256 = "sha256-chVnD5mxnA50yEL65KUYJwpkZ4jPWiLVHHXeeFxtHBo=";
};
# This release fails the test suite on darwin, remove when debugged.