Loading pkgs/by-name/co/codecov-cli/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ python3Packages.buildPythonApplication rec { pythonRelaxDeps = [ "httpx" "responses" "test-results-parser" "tree-sitter" ]; Loading pkgs/development/python-modules/test-results-parser/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,18 +8,18 @@ buildPythonPackage rec { pname = "test-results-parser"; version = "0.5.4"; version = "0.6.1"; pyproject = true; src = fetchPypi { inherit version; pname = "test_results_parser"; hash = "sha256-L7/YCaLB90Y2AUaAm23zBpDJkkY9fUPnsf7THBp8FbQ="; hash = "sha256-Xqktx66EvYnpw/w3UxfYXJgfnROcPMobCv4W2W405/Y="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; hash = "sha256-v82SRGqdcwyaRYpQhDETA/UZYSGD+FBZpysU7zfulrM="; hash = "sha256-xnX9YwRHo5vFcF4HDj9K/hLV88ZB0UZdpx8RdA+EmrU="; }; nativeBuildInputs = with rustPlatform; [ Loading Loading
pkgs/by-name/co/codecov-cli/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ python3Packages.buildPythonApplication rec { pythonRelaxDeps = [ "httpx" "responses" "test-results-parser" "tree-sitter" ]; Loading
pkgs/development/python-modules/test-results-parser/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,18 +8,18 @@ buildPythonPackage rec { pname = "test-results-parser"; version = "0.5.4"; version = "0.6.1"; pyproject = true; src = fetchPypi { inherit version; pname = "test_results_parser"; hash = "sha256-L7/YCaLB90Y2AUaAm23zBpDJkkY9fUPnsf7THBp8FbQ="; hash = "sha256-Xqktx66EvYnpw/w3UxfYXJgfnROcPMobCv4W2W405/Y="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; hash = "sha256-v82SRGqdcwyaRYpQhDETA/UZYSGD+FBZpysU7zfulrM="; hash = "sha256-xnX9YwRHo5vFcF4HDj9K/hLV88ZB0UZdpx8RdA+EmrU="; }; nativeBuildInputs = with rustPlatform; [ Loading