2022-12-01T04:26:40 python310Packages.ntc-templates 0 -> 1 2022-12-01T04:26:42 attrpath: python310Packages.ntc-templates 2022-12-01T04:26:42 Checking auto update branch... 2022-12-01T04:26:47 [version] 2022-12-01T04:26:47 [version] skipping because derivation has updateScript 2022-12-01T04:26:47 [rustCrateVersion] 2022-12-01T04:26:47 [rustCrateVersion] No cargoSha256 found 2022-12-01T04:26:47 [golangModuleVersion] 2022-12-01T04:26:47 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-01T04:26:47 [updateScript] 2022-12-01T04:26:50 [updateScript] Success 2022-12-01T04:26:50 [updateScript] this derivation will be built: /nix/store/sf7hmz64jqj1pjaplraz51pwkknl7yxf-packages.json.drv building '/nix/store/sf7hmz64jqj1pjaplraz51pwkknl7yxf-packages.json.drv'... Going to be running update for following packages: - python3.10-ntc-templates-3.0.0 Press Enter key to continue... Running update for: - python3.10-ntc-templates-3.0.0: UPDATING ... - python3.10-ntc-templates-3.0.0: DONE. Packages updated! 2022-12-01T04:26:50 2022-12-01T04:26:50 [quotedUrls] 2022-12-01T04:26:50 [quotedUrls] nothing found to replace 2022-12-01T04:26:50 Diff after rewrites: diff --git a/pkgs/development/python-modules/ntc-templates/default.nix b/pkgs/development/python-modules/ntc-templates/default.nix index a188daf6b42..99fd1d61e25 100644 --- a/pkgs/development/python-modules/ntc-templates/default.nix +++ b/pkgs/development/python-modules/ntc-templates/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "ntc-templates"; - version = "3.0.0"; + version = "3.1.0"; format = "pyproject"; disabled = pythonOlder "3.6"; @@ -19,8 +19,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "networktocode"; repo = pname; - rev = "v${version}"; - sha256 = "0kijzmmvq2rw7ima19w7lyb2p26a5w52k70fzbkaqqw78qzw8178"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-vlctCvEy2wNMmXnd5wk4aghYxtZB6COhjAbslVwx8uU="; }; nativeBuildInputs = [ 2022-12-01T04:28:20 Python package with too many package rebuilds 37 > 25