Merge pull request #190061 from elliottslaughter/terra-1.0.6

terra: 1.0.5 -> 1.0.6
This commit is contained in:
Mario Rodas 2022-09-08 05:22:32 -05:00 committed by GitHub
commit dbd4d674ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,13 +32,13 @@ let
in stdenv.mkDerivation rec {
pname = "terra";
version = "1.0.5";
version = "1.0.6";
src = fetchFromGitHub {
owner = "terralang";
repo = "terra";
rev = "release-${version}";
sha256 = "080h718y3r3ca6jlxc985g3dac4q5ysqcalg3h0jl9bxm6rssv50";
sha256 = "1bs76ibzb469rlqs7slw8pm65csjq1nf0lqh6i9kcvbzavmdfds7";
};
nativeBuildInputs = [ cmake ];
@ -86,7 +86,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "A low-level counterpart to Lua";
homepage = "https://terralang.org/";
platforms = platforms.x86_64 ++ platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ jb55 seylerius thoughtpolice elliottslaughter ];
license = licenses.mit;
};