terra: 1.0.5 -> 1.0.6

+3 -3
+3 -3
pkgs/development/compilers/terra/default.nix
··· 32 32 33 33 in stdenv.mkDerivation rec { 34 34 pname = "terra"; 35 - version = "1.0.5"; 35 + version = "1.0.6"; 36 36 37 37 src = fetchFromGitHub { 38 38 owner = "terralang"; 39 39 repo = "terra"; 40 40 rev = "release-${version}"; 41 - sha256 = "080h718y3r3ca6jlxc985g3dac4q5ysqcalg3h0jl9bxm6rssv50"; 41 + sha256 = "1bs76ibzb469rlqs7slw8pm65csjq1nf0lqh6i9kcvbzavmdfds7"; 42 42 }; 43 43 44 44 nativeBuildInputs = [ cmake ]; ··· 86 86 meta = with lib; { 87 87 description = "A low-level counterpart to Lua"; 88 88 homepage = "https://terralang.org/"; 89 - platforms = platforms.x86_64 ++ platforms.linux; 89 + platforms = platforms.all; 90 90 maintainers = with maintainers; [ jb55 seylerius thoughtpolice elliottslaughter ]; 91 91 license = licenses.mit; 92 92 };