lol

git-machete: refactor

authored by

Fabian Affolter and committed by
GitHub
300c2f6d 436da3c2

+3 -3
+3 -3
pkgs/by-name/gi/git-machete/package.nix
··· 10 10 python3.pkgs.buildPythonApplication rec { 11 11 pname = "git-machete"; 12 12 version = "3.36.4"; 13 - format = "pyproject"; 13 + pyproject = true; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "virtuslab"; 17 17 repo = "git-machete"; 18 - rev = "v${version}"; 18 + tag = "v${version}"; 19 19 hash = "sha256-9xJCwu2TeWsxut6y4VJV6Qou4G81kXcGPHJPrOrsGuc="; 20 20 }; 21 21 ··· 54 54 meta = { 55 55 homepage = "https://github.com/VirtusLab/git-machete"; 56 56 description = "Git repository organizer and rebase/merge workflow automation tool"; 57 - changelog = "https://github.com/VirtusLab/git-machete/releases/tag/v${version}"; 57 + changelog = "https://github.com/VirtusLab/git-machete/releases/tag/${src.tag}"; 58 58 license = lib.licenses.mit; 59 59 maintainers = with lib.maintainers; [ blitz ]; 60 60 mainProgram = "git-machete";