Skip to content

Commit

Permalink
Merge pull request #1822 from cpcloud/fix-missing-pypi-attr
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Sep 24, 2024
2 parents eb5b664 + 087f56f commit 7624b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2889,7 +2889,7 @@ lib.composeManyExtensions [
version = "6.0.1";
pyproject = true;

src = final.fetchPypi {
src = final.pkgs.fetchPypi {
inherit pname version;
hash = "sha256-cNRzlYWnAI83v0kzwBP9sye4h4paafy7MxbIiILw9Js=";
};
Expand Down

0 comments on commit 7624b3e

Please sign in to comment.