tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
terra: 1.0.5 -> 1.0.6
Elliott Slaughter
3 years ago
39447025
24d00356
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
terra
default.nix
+3
-3
pkgs/development/compilers/terra/default.nix
···
32
33
in stdenv.mkDerivation rec {
34
pname = "terra";
35
-
version = "1.0.5";
36
37
src = fetchFromGitHub {
38
owner = "terralang";
39
repo = "terra";
40
rev = "release-${version}";
41
-
sha256 = "080h718y3r3ca6jlxc985g3dac4q5ysqcalg3h0jl9bxm6rssv50";
42
};
43
44
nativeBuildInputs = [ cmake ];
···
86
meta = with lib; {
87
description = "A low-level counterpart to Lua";
88
homepage = "https://terralang.org/";
89
-
platforms = platforms.x86_64 ++ platforms.linux;
90
maintainers = with maintainers; [ jb55 seylerius thoughtpolice elliottslaughter ];
91
license = licenses.mit;
92
};
···
32
33
in stdenv.mkDerivation rec {
34
pname = "terra";
35
+
version = "1.0.6";
36
37
src = fetchFromGitHub {
38
owner = "terralang";
39
repo = "terra";
40
rev = "release-${version}";
41
+
sha256 = "1bs76ibzb469rlqs7slw8pm65csjq1nf0lqh6i9kcvbzavmdfds7";
42
};
43
44
nativeBuildInputs = [ cmake ];
···
86
meta = with lib; {
87
description = "A low-level counterpart to Lua";
88
homepage = "https://terralang.org/";
89
+
platforms = platforms.all;
90
maintainers = with maintainers; [ jb55 seylerius thoughtpolice elliottslaughter ];
91
license = licenses.mit;
92
};