git-crecord 0 -> 1 attrpath: git-crecord 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/17rbbkf9n2r24da0yb9k8xmkmf66x3rd-packages.json.drv building '/nix/store/17rbbkf9n2r24da0yb9k8xmkmf66x3rd-packages.json.drv'... Going to be running update for following packages: - git-crecord-20220324.0 Press Enter key to continue... Running update for: - git-crecord-20220324.0: UPDATING ... - git-crecord-20220324.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/version-management/git-crecord/default.nix b/pkgs/applications/version-management/git-crecord/default.nix index 5ea10a13c418..5365dc4e43ae 100644 --- a/pkgs/applications/version-management/git-crecord/default.nix +++ b/pkgs/applications/version-management/git-crecord/default.nix @@ -2,13 +2,13 @@ python3.pkgs.buildPythonApplication rec { pname = "git-crecord"; - version = "20220324.0"; + version = "20230226.0"; src = fetchFromGitHub { owner = "andrewshadura"; repo = "git-crecord"; - rev = version; - sha256 = "sha256-LWO9vteTIe54zTDWyRotLKIIi5SaGD0c9s7B5aBHm0s="; + rev = "refs/tags/${version}"; + sha256 = "sha256-zsrMAD9EU+TvkWfWl9x6WbMXuw7YEz50LxQzSFVkKdQ="; }; propagatedBuildInputs = with python3.pkgs; [ docutils ]; An auto update branch exists with message `git-crecord: 20220324.0 -> 20230226.0`. New version is 20230226.0. An auto update branch exists with an equal or greater version