python3Packages.pytorch-lightning: fix hash (#522413)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
buildPythonPackage {
|
||||
pname = "lightning";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
inherit (pytorch-lightning)
|
||||
version
|
||||
|
||||
@@ -26,12 +26,13 @@ buildPythonPackage (finalAttrs: {
|
||||
pname = "pytorch-lightning";
|
||||
version = "2.6.4";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Lightning-AI";
|
||||
repo = "pytorch-lightning";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-zOSV2X3yZy0uh1lJ2yNl/hHBvfIDcIrATHtiRwThsQA=";
|
||||
hash = "sha256-Qysnr76OCO9eZzhQW5EoGT2hUAYGw/qY+j6dF8XCXC4=";
|
||||
};
|
||||
|
||||
env.PACKAGE_NAME = "pytorch";
|
||||
|
||||
Reference in New Issue
Block a user