Merge pull request #219976 from r-ryantm/auto-update/janet

janet: 1.26.0 -> 1.27.0
This commit is contained in:
Ilan Joselevich 2023-03-07 18:06:19 +02:00 committed by GitHub
commit 787d0269eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "janet";
version = "1.26.0";
version = "1.27.0";
src = fetchFromGitHub {
owner = "janet-lang";
repo = pname;
rev = "v${version}";
sha256 = "sha256-o5+gVRYJCkzoEejJoPwkNRawj2BO6fjdBloy2D1kHb4=";
sha256 = "sha256-UsM7J1LsiO5g3yxpO245Yr0oJQaCxs7LMNvxuHv6pTk=";
};
postPatch = ''