python3Packages.comfy-kitchen: 0.2.28 -> 0.2.30

Diff: https://github.com/Comfy-Org/comfy-kitchen/compare/v0.2.28...v0.2.30
This commit is contained in:
Sandro Jäckel
2026-08-12 16:15:59 +02:00
parent 3dc3cf6e45
commit 899b267e8a

View File

@@ -17,14 +17,14 @@ let
in
buildPythonPackage (finalAttrs: {
pname = "comfy-kitchen";
version = "0.2.28";
version = "0.2.30";
pyproject = true;
src = fetchFromGitHub {
owner = "Comfy-Org";
repo = "comfy-kitchen";
tag = "v${finalAttrs.version}";
hash = "sha256-jtCW0mO78CuOWpM2TnlnEfDuti3BRXvT1VVDiDKSpeU=";
hash = "sha256-n4U7AQQgDtEM5QBTia9V2WSP+CEnpG/Z+tp7I+YyCYA=";
};
buildInputs = lib.optionals cudaSupport (