getmail6 0 -> 1 attrpath: getmail6 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/gbxjqf1mpvylpnr7jkbnnwbn1mn3n05w-packages.json.drv building '/nix/store/gbxjqf1mpvylpnr7jkbnnwbn1mn3n05w-packages.json.drv'... Going to be running update for following packages: - getmail6-6.18.11 Press Enter key to continue... Running update for: - getmail6-6.18.11: UPDATING ... - getmail6-6.18.11: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/networking/getmail6/default.nix b/pkgs/tools/networking/getmail6/default.nix index 6a8e7abd100..2c52f055575 100644 --- a/pkgs/tools/networking/getmail6/default.nix +++ b/pkgs/tools/networking/getmail6/default.nix @@ -5,13 +5,13 @@ python3.pkgs.buildPythonApplication rec { pname = "getmail6"; - version = "6.18.11"; + version = "6.18.12"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-EJ1lnSeawWezOYZxAHx3QX9kWGoayWZ2vkFY21l+Ijc="; + hash = "sha256-b+zDoiOD80BTP5VDpW/swur8zJOqYEWe05e/ZupZjyk="; }; # needs a Docker setup No auto update branch exists Old version 6.18.11" not present in master derivation file with contents: { lib , python3 , fetchFromGitHub }: python3.pkgs.buildPythonApplication rec { pname = "getmail6"; version = "6.18.12"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-b+zDoiOD80BTP5VDpW/swur8zJOqYEWe05e/ZupZjyk="; }; # needs a Docker setup doCheck = false; pythonImportsCheck = [ "getmailcore" ]; postPatch = '' # getmail spends a lot of effort to build an absolute path for # documentation installation; too bad it is counterproductive now sed -e '/datadir or prefix,/d' -i setup.py sed -e 's,/usr/bin/getmail,$(dirname $0)/getmail,' -i getmails ''; meta = with lib; { description = "A program for retrieving mail"; homepage = "https://getmail6.org"; changelog = "https://github.com/getmail6/getmail6/blob/${src.rev}/docs/CHANGELOG"; license = licenses.gpl2Plus; maintainers = with maintainers; [ abbe dotlambda ]; }; }