2022-11-09T04:11:31 mozphab 1.1.0 -> 1.40 https://github.com/mozilla-conduit/review/releases 2022-11-09T04:11:37 attrpath: mozphab 2022-11-09T04:11:37 Checking auto update branch... 2022-11-09T04:11:43 [version] 2022-11-09T04:11:43 [version] skipping because derivation has updateScript 2022-11-09T04:11:43 [rustCrateVersion] 2022-11-09T04:11:43 [rustCrateVersion] No cargoSha256 found 2022-11-09T04:11:43 [golangModuleVersion] 2022-11-09T04:11:43 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-09T04:11:43 [updateScript] 2022-11-09T04:11:49 [updateScript] Success 2022-11-09T04:11:49 [updateScript] this derivation will be built: /nix/store/06hjqaadnaf8disk25g64xwbl7irniah-packages.json.drv building '/nix/store/06hjqaadnaf8disk25g64xwbl7irniah-packages.json.drv'... Going to be running update for following packages: - mozphab-1.1.0 Press Enter key to continue... Running update for: - mozphab-1.1.0: UPDATING ... - mozphab-1.1.0: DONE. Packages updated! 2022-11-09T04:11:49 2022-11-09T04:11:49 [quotedUrls] 2022-11-09T04:11:49 [quotedUrls] nothing found to replace 2022-11-09T04:11:49 Diff after rewrites: diff --git a/pkgs/applications/misc/mozphab/default.nix b/pkgs/applications/misc/mozphab/default.nix index d78d880c2e1..69646f70051 100644 --- a/pkgs/applications/misc/mozphab/default.nix +++ b/pkgs/applications/misc/mozphab/default.nix @@ -10,14 +10,14 @@ python3.pkgs.buildPythonApplication rec { pname = "mozphab"; - version = "1.1.0"; + version = "24"; format = "setuptools"; src = fetchFromGitHub { owner = "mozilla-conduit"; repo = "review"; rev = "refs/tags/${version}"; - hash = "sha256-vLHikGjTYOeXd6jDRsoCkq3i0eh6Ttd4KdvlixjzdZ4="; + hash = "sha256-TR2Lik0C3tLtMklCMHRP8bNC+F36JFu9dfcg7sqr0lA="; }; postPatch = ''