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
This commit is contained in:
parent
385ffa92d6
commit
4d96447ebf
1 changed files with 4 additions and 4 deletions
|
@ -30,13 +30,13 @@ let
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "terra";
|
pname = "terra";
|
||||||
version = "1.0.0-beta3_${builtins.substring 0 7 src.rev}";
|
version = "1.0.0-beta5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "terralang";
|
owner = "terralang";
|
||||||
repo = "terra";
|
repo = "terra";
|
||||||
rev = "99ff93f8c60c89bbe2dc7c63eab9bfe2f4c4833e";
|
rev = "bcc5a81649cb91aaaff33790b39c87feb5f7a4c2";
|
||||||
sha256 = "0ww54xjvv6p8jwsh6hml3v527zgnv2gj58gpb818bbg4k1jwa5fl";
|
sha256 = "0jb147vbvix3zvrq6ln321jdxjgr6z68pdrirjp4zqmx78yqlcx3";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
@ -84,7 +84,7 @@ in stdenv.mkDerivation rec {
|
||||||
description = "A low-level counterpart to Lua";
|
description = "A low-level counterpart to Lua";
|
||||||
homepage = "https://terralang.org/";
|
homepage = "https://terralang.org/";
|
||||||
platforms = platforms.x86_64;
|
platforms = platforms.x86_64;
|
||||||
maintainers = with maintainers; [ jb55 seylerius thoughtpolice ];
|
maintainers = with maintainers; [ jb55 seylerius thoughtpolice elliottslaughter ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue