posting: 2.6.0 -> 2.7.0 (#395888)

Co-authored-by: jorikvanveen <jorikvanveen@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] jorikvanveen and committed by GitHub 75697502 a8744848

+3 -3
+3 -3
pkgs/by-name/po/posting/package.nix
··· 6 6 }: 7 7 python3Packages.buildPythonApplication rec { 8 8 pname = "posting"; 9 - version = "2.6.0"; 9 + version = "2.7.0"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "darrenburns"; 14 14 repo = "posting"; 15 15 tag = version; 16 - hash = "sha256-CEfApa1TfBovmGMSxqtHZC9aSSEGYTyVXGpRGxLI7Vo="; 16 + hash = "sha256-FkeQSU/gktCsCFoKAk0igfHj16WpxQG01WyAmBYLwX4="; 17 17 }; 18 18 19 19 pythonRelaxDeps = true; ··· 53 53 description = "Modern API client that lives in your terminal"; 54 54 mainProgram = "posting"; 55 55 homepage = "https://posting.sh/"; 56 - changelog = "https://github.com/darrenburns/posting/releases/tag/${version}"; 56 + changelog = "https://github.com/darrenburns/posting/releases/tag/${src.tag}"; 57 57 license = lib.licenses.asl20; 58 58 maintainers = with lib.maintainers; [ jorikvanveen ]; 59 59 platforms = lib.platforms.unix;