We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48ebf4 commit e1b476aCopy full SHA for e1b476a
flake.nix
@@ -14,13 +14,13 @@
14
lib.genAttrs lib.systems.flakeExposed (system: f nixpkgs.legacyPackages.${system});
15
16
pname = "lute";
17
- version = "0.1.0-nightly.20260218";
+ version = "0.1.0-nightly.20260219";
18
19
src = pkgs: pkgs.fetchFromGitHub {
20
owner = "luau-lang";
21
repo = "lute";
22
tag = version;
23
- hash = "sha256-TmF1f0kw41YUFrErH9TzpDOCeNMIiWARBchkZOFT4PM=";
+ hash = "sha256-ZWU8AoF0+NTDwwk5czqiZq63nT/cJ87rrKx0DsskMEA=";
24
};
25
in {
26
packages = forAllSystems (pkgs: let
0 commit comments