3
0
Fork 0
forked from mirrors/nixpkgs

janet: 1.24.0 -> 1.24.1

This commit is contained in:
R. Ryantm 2022-08-28 19:15:37 +00:00
parent cef50cde2b
commit 44b317c1b5

View file

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