Loading pkgs/development/python-modules/diffusers/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -45,14 +45,14 @@ buildPythonPackage rec { pname = "diffusers"; version = "0.34.0"; version = "0.35.1"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "diffusers"; tag = "v${version}"; hash = "sha256-e7969HsHS1wUG9LKREc7FPe2eBeUVPSW2I+BisBPt3M="; hash = "sha256-VZXf1YCIFtzuBWaeYG3A+AyqnMEAKEI2nStjuPJ8ZTk="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/diffusers/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -45,14 +45,14 @@ buildPythonPackage rec { pname = "diffusers"; version = "0.34.0"; version = "0.35.1"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "diffusers"; tag = "v${version}"; hash = "sha256-e7969HsHS1wUG9LKREc7FPe2eBeUVPSW2I+BisBPt3M="; hash = "sha256-VZXf1YCIFtzuBWaeYG3A+AyqnMEAKEI2nStjuPJ8ZTk="; }; build-system = [ setuptools ]; Loading