2022-12-10T22:15:52 python310Packages.coincurve 0 -> 1 2022-12-10T22:15:55 attrpath: python310Packages.coincurve 2022-12-10T22:15:55 Checking auto update branch... 2022-12-10T22:15:59 [version] 2022-12-10T22:15:59 [version] skipping because derivation has updateScript 2022-12-10T22:15:59 [rustCrateVersion] 2022-12-10T22:15:59 [rustCrateVersion] No cargoSha256 found 2022-12-10T22:15:59 [golangModuleVersion] 2022-12-10T22:15:59 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-10T22:15:59 [updateScript] 2022-12-10T22:16:02 [updateScript] Success 2022-12-10T22:16:02 [updateScript] this derivation will be built: /nix/store/s228kb19n15wc5x1qypfq812qjkdgrcj-packages.json.drv building '/nix/store/s228kb19n15wc5x1qypfq812qjkdgrcj-packages.json.drv'... Going to be running update for following packages: - python3.10-coincurve-17.0.0 Press Enter key to continue... Running update for: - python3.10-coincurve-17.0.0: UPDATING ... - python3.10-coincurve-17.0.0: DONE. Packages updated! 2022-12-10T22:16:02 2022-12-10T22:16:02 [quotedUrls] 2022-12-10T22:16:02 [quotedUrls] nothing found to replace 2022-12-10T22:16:02 Diff after rewrites: diff --git a/pkgs/development/python-modules/coincurve/default.nix b/pkgs/development/python-modules/coincurve/default.nix index 5d259f250b5..9ffe55d15fd 100644 --- a/pkgs/development/python-modules/coincurve/default.nix +++ b/pkgs/development/python-modules/coincurve/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "coincurve"; - version = "17.0.0"; + version = "18.0.0"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "ofek"; repo = "coincurve"; - rev = "v${version}"; - sha256 = "sha256-7H4/TDxteuMTrj1PdfpA5rc7CegJAOjqn1PteImfGiQ="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-Z5g6ten8wNICoFu7+aZc6r8ET+RDmFeb93ONjsTzcbw="; }; postPatch = '' 2022-12-10T22:17:28 Python package with too many package rebuilds 48 > 25