From 4d96447ebf3bf12ce18c9d1e6e0050cde080a0f8 Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Wed, 1 Jun 2022 10:16:09 -0700 Subject: [PATCH 1/2] terra: 1.0.0-beta3 -> 1.0.0-beta5 https://github.com/terralang/terra/releases/tag/release-1.0.0-beta5 https://github.com/terralang/terra/releases/tag/release-1.0.0-beta4 --- pkgs/development/compilers/terra/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/compilers/terra/default.nix b/pkgs/development/compilers/terra/default.nix index c0b9d7f71447..56f5cea5f919 100644 --- a/pkgs/development/compilers/terra/default.nix +++ b/pkgs/development/compilers/terra/default.nix @@ -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; }; } From 78c918ed868a4d3cf66f2a54ebf3b4bb7f4287a6 Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Wed, 1 Jun 2022 10:56:35 -0700 Subject: [PATCH 2/2] Add elliottslaughter to maintainers list. --- maintainers/maintainer-list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 3c50a9c5b8d8..27ed5f4bbc04 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3571,6 +3571,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";