nvpy 0 -> 1 attrpath: nvpy 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lmz310zg4av098qpqvr7cv5xswrj9629-packages.json.drv building '/nix/store/lmz310zg4av098qpqvr7cv5xswrj9629-packages.json.drv'... Going to be running update for following packages: - nvpy-2.2.0 Press Enter key to continue... Running update for: - nvpy-2.2.0: UPDATING ... - nvpy-2.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/editors/nvpy/default.nix b/pkgs/applications/editors/nvpy/default.nix index 5532bd8524da..c304c30be9e8 100644 --- a/pkgs/applications/editors/nvpy/default.nix +++ b/pkgs/applications/editors/nvpy/default.nix @@ -3,14 +3,14 @@ let pythonPackages = python3Packages; in pythonPackages.buildPythonApplication rec { - version = "2.2.0"; + version = "2.3.1"; pname = "nvpy"; src = fetchFromGitHub { owner = "cpbotha"; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-eWvD1k0wbzo0G46/LEOlHl1wLvc4JHLL1fg6wuCHiQY="; + sha256 = "sha256-guNdLu/bCk89o5M3gQU7J0W4h7eZdLHM0FG5IAPLE7c="; }; An auto update branch exists with message `nvpy: 2.2.0 -> 2.3.1`. New version is 2.3.1. An auto update branch exists with an equal or greater version