Loading pkgs/development/python-modules/fast-query-parsers/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ rustPlatform, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "fast-query-parsers"; version = "1.1.0"; pyproject = true; Loading @@ -17,12 +17,12 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "litestar-org"; repo = "fast-query-parsers"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-gxKySLbBtX/6bXuTtiFw50UhmUwZE8lDaQ5P/g09Qnk="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; inherit (finalAttrs) pname version src; hash = "sha256-eMZBKG5j9v3EVVwa7ooZcuIZK5ljeyc+2k1dw3O/TcQ="; }; Loading @@ -41,8 +41,8 @@ buildPythonPackage rec { meta = { description = "Ultra-fast query string and url-encoded form-data parsers"; homepage = "https://github.com/litestar-org/fast-query-parsers"; changelog = "https://github.com/litestar-org/fast-query-parsers/releases/tag/${src.tag}"; changelog = "https://github.com/litestar-org/fast-query-parsers/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/fast-query-parsers/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ rustPlatform, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "fast-query-parsers"; version = "1.1.0"; pyproject = true; Loading @@ -17,12 +17,12 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "litestar-org"; repo = "fast-query-parsers"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-gxKySLbBtX/6bXuTtiFw50UhmUwZE8lDaQ5P/g09Qnk="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; inherit (finalAttrs) pname version src; hash = "sha256-eMZBKG5j9v3EVVwa7ooZcuIZK5ljeyc+2k1dw3O/TcQ="; }; Loading @@ -41,8 +41,8 @@ buildPythonPackage rec { meta = { description = "Ultra-fast query string and url-encoded form-data parsers"; homepage = "https://github.com/litestar-org/fast-query-parsers"; changelog = "https://github.com/litestar-org/fast-query-parsers/releases/tag/${src.tag}"; changelog = "https://github.com/litestar-org/fast-query-parsers/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })