3
0
Fork 0
forked from mirrors/nixpkgs

janet: 1.27.0 -> 1.28.0

This commit is contained in:
R. Ryantm 2023-05-20 13:38:09 +00:00
parent 2ab106dda3
commit 1da4ea5ac2

View file

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