Skip to content

Commit 1370615

Browse files
committed
Update pypi-deps-db to latest version.
1 parent adc4771 commit 1370615

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

etc/nix/flake.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050

5151
# Pin pypi repo to a specific commit which includes all necessary
5252
# Python deps. The default version (which is updated with every
53-
# mach-nix release) is insufficient.
54-
# The corresponding sha256 hash can be obtained with:
55-
# $ nix-prefetch-url --unpack https://github.com/DavHau/pypi-deps-db/tarball/<pypiDataRev>
56-
pypiDataRev = "fb3c23d059d64e81539fa317635bbe241ba4531e";
53+
# mach-nix release) is usually insufficient. Use
54+
# ./get-latest-pypi-deps-db.sh to obtain the data rev & hash.
55+
pypiDataRev =
56+
"894c2005d655011934c04d150f8c57d25a25e29d"; # 2021-03-04T20:10:42Z
5757
pypiDataSha256 =
58-
"168zc3a0z1flgk3srhyf4z6379f37ka5d6z1c1h3hr2agllr7rmc";
58+
"1y6297drhbv34da1rjwp01s8wwwqkwxjsq3rkjcdqy69w4r987rz";
5959
});
6060

6161
in {

0 commit comments

Comments
 (0)