3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #175783 from elliottslaughter/terra-1.0.0-beta5

This commit is contained in:
Sandro 2022-06-10 02:06:44 +02:00 committed by GitHub
commit 3343cad8c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

View file

@ -3588,6 +3588,12 @@
github = "edlimerkaj";
githubId = 71988351;
};
elliottslaughter = {
name = "Elliott Slaughter";
email = "elliottslaughter@gmail.com";
github = "elliottslaughter";
githubId = 3129;
};
emantor = {
email = "rouven+nixos@czerwinskis.de";
github = "emantor";

View file

@ -30,13 +30,13 @@ let
in stdenv.mkDerivation rec {
pname = "terra";
version = "1.0.0-beta3_${builtins.substring 0 7 src.rev}";
version = "1.0.0-beta5";
src = fetchFromGitHub {
owner = "terralang";
repo = "terra";
rev = "99ff93f8c60c89bbe2dc7c63eab9bfe2f4c4833e";
sha256 = "0ww54xjvv6p8jwsh6hml3v527zgnv2gj58gpb818bbg4k1jwa5fl";
rev = "bcc5a81649cb91aaaff33790b39c87feb5f7a4c2";
sha256 = "0jb147vbvix3zvrq6ln321jdxjgr6z68pdrirjp4zqmx78yqlcx3";
};
nativeBuildInputs = [ cmake ];
@ -84,7 +84,7 @@ in stdenv.mkDerivation rec {
description = "A low-level counterpart to Lua";
homepage = "https://terralang.org/";
platforms = platforms.x86_64;
maintainers = with maintainers; [ jb55 seylerius thoughtpolice ];
maintainers = with maintainers; [ jb55 seylerius thoughtpolice elliottslaughter ];
license = licenses.mit;
};
}