mozphab 1.4.3 -> 1.40 https://github.com/mozilla-conduit/review/releases attrpath: mozphab 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] this derivation will be built: /nix/store/xw7jlpkwbr9s3753k2v4l9aigc0pc6jj-packages.json.drv building '/nix/store/xw7jlpkwbr9s3753k2v4l9aigc0pc6jj-packages.json.drv'... Going to be running update for following packages: - mozphab-1.4.3 Press Enter key to continue... Running update for: - mozphab-1.4.3: UPDATING ... - mozphab-1.4.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/mozphab/default.nix b/pkgs/applications/misc/mozphab/default.nix index 05f04ed0aba0..f6c4a543fd5e 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.4.3"; + version = "24"; format = "pyproject"; src = fetchFromGitHub { owner = "mozilla-conduit"; repo = "review"; rev = "refs/tags/${version}"; - hash = "sha256-FUHT4MPzSxO3MCNYWodNxvFR2kL0P4eGmSHPtCt0Cug="; + hash = "sha256-TR2Lik0C3tLtMklCMHRP8bNC+F36JFu9dfcg7sqr0lA="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - mozphab: 1.4.3 -> 1.5.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/283520"