We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7ded4 commit f28a848Copy full SHA for f28a848
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.20260212";
+ version = "0.1.0-nightly.20260213";
18
19
src = pkgs: pkgs.fetchFromGitHub {
20
owner = "luau-lang";
21
repo = "lute";
22
tag = version;
23
- hash = "sha256-V6nkvOWDaw4bVIqPrQ8PFr6UfLX3+dTA8cEFOYBlV9w=";
+ hash = "sha256-fJ+Zkochbu7eef1fMiYYM7yMRuAgNTaWagABbLV4fpY=";
24
};
25
in {
26
packages = forAllSystems (pkgs: let
0 commit comments