Skip to content

Commit e1b476a

Browse files
committed
update to 0.1.0-nightly.20260219
1 parent e48ebf4 commit e1b476a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
lib.genAttrs lib.systems.flakeExposed (system: f nixpkgs.legacyPackages.${system});
1515

1616
pname = "lute";
17-
version = "0.1.0-nightly.20260218";
17+
version = "0.1.0-nightly.20260219";
1818

1919
src = pkgs: pkgs.fetchFromGitHub {
2020
owner = "luau-lang";
2121
repo = "lute";
2222
tag = version;
23-
hash = "sha256-TmF1f0kw41YUFrErH9TzpDOCeNMIiWARBchkZOFT4PM=";
23+
hash = "sha256-ZWU8AoF0+NTDwwk5czqiZq63nT/cJ87rrKx0DsskMEA=";
2424
};
2525
in {
2626
packages = forAllSystems (pkgs: let

0 commit comments

Comments
 (0)