Skip to content

Commit

Permalink
feat(nix): do not rely on commit refs and hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
matejc committed Sep 10, 2021
1 parent eec7c24 commit 1b2329c
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 1b2329c

Please sign in to comment.