python310Packages.ffcv: sha256 -> hash

This commit is contained in:
Samuel Ainsworth 2023-09-23 14:35:30 -07:00 committed by GitHub
parent dbdb727195
commit 4db135ddc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "libffcv";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-L2mwGFivq/gtAw+1D6U2jbW6VxYgetHX7OUrjwyybqE=";
hash = "sha256-L2mwGFivq/gtAw+1D6U2jbW6VxYgetHX7OUrjwyybqE=";
};
# See https://github.com/libffcv/ffcv/issues/159.