Skip to content

Commit 90c6ee7

Browse files
1 parent 996d5f0 commit 90c6ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/lu/luau/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "luau";
12-
version = "0.672";
12+
version = "0.673";
1313

1414
src = fetchFromGitHub {
1515
owner = "luau-lang";
1616
repo = "luau";
1717
tag = finalAttrs.version;
18-
hash = "sha256-FMFW7AikBnoT6FZhmCOHKqRVCi2qcO8kXxYCaAfCfNY=";
18+
hash = "sha256-0a+4BHDIOeMuJzsDSlYeXCcmnUT5KzKO/q4kDhpfHxQ=";
1919
};
2020

2121
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)