python310Packages.ffcv: sha256 -> hash
This commit is contained in:
parent
dbdb727195
commit
4db135ddc3
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||||
owner = "libffcv";
|
owner = "libffcv";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-L2mwGFivq/gtAw+1D6U2jbW6VxYgetHX7OUrjwyybqE=";
|
hash = "sha256-L2mwGFivq/gtAw+1D6U2jbW6VxYgetHX7OUrjwyybqE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# See https://github.com/libffcv/ffcv/issues/159.
|
# See https://github.com/libffcv/ffcv/issues/159.
|
||||||
|
|
Loading…
Reference in a new issue