janet: 1.23.0 -> 1.24.0

This commit is contained in:
R. Ryantm 2022-08-16 13:28:54 +00:00 committed by Peter Hoeg
parent bb3b4db733
commit 802ea45699

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "janet";
version = "1.23.0";
version = "1.24.0";
src = fetchFromGitHub {
owner = "janet-lang";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FQZ9I9ROC1gWGfMCxsNMN3g/arenRtC6LHsOIAKGyuE=";
sha256 = "sha256-scc29tS3jiGacHp90tGmn/qnbLscJ4sAOCm8IteXfh4=";
};
# This release fails the test suite on darwin, remove when debugged.