janet: 1.21.0 -> 1.21.1

main
R. Ryantm 2 years ago committed by Peter Hoeg
parent 22a73c9507
commit ebeae1436f
  1. 4
      pkgs/development/interpreters/janet/default.nix

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

Loading…
Cancel
Save