about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-22 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-10-22 04:20:00 +0000
commitb0365a28f95c27237d812ec268a7628e67c875a1 (patch)
tree4954b5a780c88156692b81a261ae3ce0e58d3a10 /pkgs/development/interpreters
parentdecfbf47911b584eaa367795924d172355bdb7e7 (diff)
downloadnixlib-b0365a28f95c27237d812ec268a7628e67c875a1.tar
nixlib-b0365a28f95c27237d812ec268a7628e67c875a1.tar.gz
nixlib-b0365a28f95c27237d812ec268a7628e67c875a1.tar.bz2
nixlib-b0365a28f95c27237d812ec268a7628e67c875a1.tar.lz
nixlib-b0365a28f95c27237d812ec268a7628e67c875a1.tar.xz
nixlib-b0365a28f95c27237d812ec268a7628e67c875a1.tar.zst
nixlib-b0365a28f95c27237d812ec268a7628e67c875a1.zip
luau: 0.598 -> 0.600
Diff: https://github.com/Roblox/luau/compare/0.598...0.600

Changelog: https://github.com/Roblox/luau/releases/tag/0.600
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/luau/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/luau/default.nix b/pkgs/development/interpreters/luau/default.nix
index 93aece038980..16a5f4a855b2 100644
--- a/pkgs/development/interpreters/luau/default.nix
+++ b/pkgs/development/interpreters/luau/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "luau";
-  version = "0.598";
+  version = "0.600";
 
   src = fetchFromGitHub {
     owner = "Roblox";
     repo = "luau";
     rev = version;
-    hash = "sha256-B3ggPrhvq1kYmclmuomi6PhXIwN8GKBzbKRLIjH0pac=";
+    hash = "sha256-fu4ALQ6mpxSQAWdz6zzcHRC4Z5ykVB0G7e2QzpHt8K8=";
   };
 
   nativeBuildInputs = [ cmake ];