Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-29 12:23:58 +00:00
committed by GitHub
27 changed files with 500 additions and 731 deletions
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "janet";
version = "1.14.1";
version = "1.14.2";
src = fetchFromGitHub {
owner = "janet-lang";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cI0kcY8aYDkmitoju/C6Ule5gzflIe0nLVxZp4iHXnc=";
sha256 = "sha256-8sIF+jvhRoKNfvPs/WjMZmysAeEjOKaiqi7bY0Bbcxw=";
};
nativeBuildInputs = [ meson ninja ];