Loading pkgs/development/python-modules/sigstore-models/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch2, pydantic, typing-extensions, uv-build, Loading @@ -20,6 +21,15 @@ buildPythonPackage rec { hash = "sha256-zlIZzfgHZPEuiZu3JNX74Cg1jPNaO1HUhMtpxoyOoqk="; }; patches = [ # https://github.com/astral-sh/sigstore-models/pull/4 (fetchpatch2 { name = "uv-build.patch"; url = "https://github.com/Prince213/sigstore-models/commit/0cbd46ce7ebc8a5d2825b8fc98147a9ba4b3be70.patch?full_index=1"; hash = "sha256-6DLhhHkGW2Ok9xwKx6YT5BkCqQNH/Ja/KEO9FHl4NXo="; }) ]; build-system = [ uv-build ]; dependencies = [ Loading Loading
pkgs/development/python-modules/sigstore-models/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch2, pydantic, typing-extensions, uv-build, Loading @@ -20,6 +21,15 @@ buildPythonPackage rec { hash = "sha256-zlIZzfgHZPEuiZu3JNX74Cg1jPNaO1HUhMtpxoyOoqk="; }; patches = [ # https://github.com/astral-sh/sigstore-models/pull/4 (fetchpatch2 { name = "uv-build.patch"; url = "https://github.com/Prince213/sigstore-models/commit/0cbd46ce7ebc8a5d2825b8fc98147a9ba4b3be70.patch?full_index=1"; hash = "sha256-6DLhhHkGW2Ok9xwKx6YT5BkCqQNH/Ja/KEO9FHl4NXo="; }) ]; build-system = [ uv-build ]; dependencies = [ Loading