Loading pkgs/development/interpreters/luau/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "luau"; version = "0.588"; version = "0.589"; src = fetchFromGitHub { owner = "Roblox"; repo = "luau"; rev = version; hash = "sha256-iRYVmRnEpLBtBJ5EjN88EmWM88FNU4CyFvgnBaqDSz4="; hash = "sha256-q36mWkZgzms+dYZ++S9MwnRYxUXBtRxiECOxX886eVw="; }; nativeBuildInputs = [ cmake ]; Loading Loading
pkgs/development/interpreters/luau/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "luau"; version = "0.588"; version = "0.589"; src = fetchFromGitHub { owner = "Roblox"; repo = "luau"; rev = version; hash = "sha256-iRYVmRnEpLBtBJ5EjN88EmWM88FNU4CyFvgnBaqDSz4="; hash = "sha256-q36mWkZgzms+dYZ++S9MwnRYxUXBtRxiECOxX886eVw="; }; nativeBuildInputs = [ cmake ]; Loading