janet: 1.21.0 -> 1.21.1

This commit is contained in:
R. Ryantm 2022-03-30 04:04:23 +00:00 committed by Peter Hoeg
parent 22a73c9507
commit ebeae1436f

View File

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