zapzap 0 -> 1 attrpath: zapzap 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] Going to be running update for following packages: - zapzap-5.1.3 Press Enter key to continue... Running update for: - zapzap-5.1.3: UPDATING ... - zapzap-5.1.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/za/zapzap/package.nix b/pkgs/by-name/za/zapzap/package.nix index 6c3fcb27fc93..2805daddda8c 100644 --- a/pkgs/by-name/za/zapzap/package.nix +++ b/pkgs/by-name/za/zapzap/package.nix @@ -6,14 +6,14 @@ python3Packages.buildPythonApplication rec { pname = "zapzap"; - version = "5.1.3"; + version = "5.2"; format = "setuptools"; src = fetchFromGitHub { owner = "zapzap-linux"; repo = "zapzap"; - rev = version; - hash = "sha256-IxBmtXrRIxUqnhB4OsL+lRIBTISdIqpcbI/uZ31MEBU="; + rev = "refs/tags/${version}"; + hash = "sha256-vG8yDW0+scImPWHyVJs2QkiSWbjPLR9Z01zkOWZi/BI="; }; nativeBuildInputs = with python3Packages; [ No auto update branch exists There might already be an open PR for this update: - zapzap: 5.1.3 -> 5.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289573"