yamlpath 0 -> 1 attrpath: yamlpath Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k8y7ipl7gwmbvkxkbmgmj5zjbzvifswr-packages.json.drv building '/nix/store/k8y7ipl7gwmbvkxkbmgmj5zjbzvifswr-packages.json.drv'... Going to be running update for following packages: - yamlpath-3.6.9 Press Enter key to continue... Running update for: - yamlpath-3.6.9: UPDATING ... - yamlpath-3.6.9: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/yamlpath/default.nix b/pkgs/development/tools/yamlpath/default.nix index 55e86e42da4..43434c65c40 100644 --- a/pkgs/development/tools/yamlpath/default.nix +++ b/pkgs/development/tools/yamlpath/default.nix @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "yamlpath"; - version = "3.6.9"; + version = "3.7.0"; format = "setuptools"; src = fetchFromGitHub { owner = "wwkimball"; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-0r1jlDWlYPIjUEudHbwt324rt0H8K3PUb7RILoxNNnw="; + sha256 = "sha256-07WP3VoWtcUwqkJOC9FcYxV0832DH6KPcGIDAn1QEYc="; }; propagatedBuildInputs = with python3.pkgs; [ No auto update branch exists Old version 3.6.9" not present in master derivation file with contents: { lib , fetchFromGitHub , hiera-eyaml , python3 }: python3.pkgs.buildPythonApplication rec { pname = "yamlpath"; version = "3.7.0"; format = "setuptools"; src = fetchFromGitHub { owner = "wwkimball"; repo = pname; rev = "refs/tags/v${version}"; sha256 = "sha256-07WP3VoWtcUwqkJOC9FcYxV0832DH6KPcGIDAn1QEYc="; }; propagatedBuildInputs = with python3.pkgs; [ python-dateutil ruamel-yaml ]; checkInputs = with python3.pkgs; [ hiera-eyaml mock pytest-console-scripts pytestCheckHook ]; preCheck = '' export PATH=$PATH:$out/bin ''; pythonImportsCheck = [ "yamlpath" ]; meta = with lib; { description = "Command-line processors for YAML/JSON/Compatible data"; homepage = "https://github.com/wwkimball/yamlpath"; longDescription = '' Command-line get/set/merge/validate/scan/convert/diff processors for YAML/JSON/Compatible data using powerful, intuitive, command-line friendly syntax ''; license = licenses.isc; maintainers = with maintainers; [ Flakebi ]; }; }