Skip to content

Commit

Permalink
Merge pull request #32 from eficode/feat/no-hashes
Browse files Browse the repository at this point in the history
feat(nix): do not rely on commit refs and hashes
  • Loading branch information
matejc committed Sep 10, 2021
2 parents eec7c24 + 1b2329c commit e9845ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ let
ref = "refs/tags/3.3.0";
}) {
inherit pkgs python;
pypiDataRev = "5c6e5ecbc5a60fb9c43dc77be8e0eb8ac89f4fee";
pypiDataSha256 = "0gnq6r92bmnhqjykx3jff7lvg7wbpayd0wvb0drra8r8dvmr5b2d";
pypiData = builtins.fetchTarball {
name = "pypi-deps-db-src";
url = "https://github.com/DavHau/pypi-deps-db/tarball/master";
};
};

/* Returns new line delimited dependencies in format of `requirements.txt`
Expand Down

0 comments on commit e9845ab

Please sign in to comment.