Skip to content

Commit

Permalink
fix(nix): update dependency hash (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
soundmonster committed Jun 5, 2024
1 parent 78431d1 commit a483303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
src = self.outPath;
inherit version elixir;
pname = "next-ls-deps";
hash = "sha256-EitHJs+/CHBfiDPUzjM50BAD7XrASA/0PuiMWVJoiGk=";
hash = "sha256-4Rt5Q0fX+fbncvxyXdpIhgEvn9VYX/QDxDdnbanT21Q=";
mixEnv = "prod";
};

Expand Down

0 comments on commit a483303

Please sign in to comment.