Loading pkgs/by-name/gi/git-relevant-history/package.nix +4 −1 Original line number Diff line number Diff line { lib, fetchFromGitHub, unstableGitUpdater, python3, git, git-filter-repo, Loading @@ -8,7 +9,7 @@ python3.pkgs.buildPythonApplication { pname = "git-relevant-history"; version = "2022-09-15"; version = "1.0.0-unstable-2022-09-15"; format = "setuptools"; src = fetchFromGitHub { owner = "rainlabs-eu"; Loading @@ -22,6 +23,8 @@ python3.pkgs.buildPythonApplication { python3.pkgs.docopt ]; passthru.updateScript = unstableGitUpdater { tagPrefix = "v"; }; meta = with lib; { description = "Extract only relevant history from git repo"; homepage = "https://github.com/rainlabs-eu/git-relevant-history"; Loading Loading
pkgs/by-name/gi/git-relevant-history/package.nix +4 −1 Original line number Diff line number Diff line { lib, fetchFromGitHub, unstableGitUpdater, python3, git, git-filter-repo, Loading @@ -8,7 +9,7 @@ python3.pkgs.buildPythonApplication { pname = "git-relevant-history"; version = "2022-09-15"; version = "1.0.0-unstable-2022-09-15"; format = "setuptools"; src = fetchFromGitHub { owner = "rainlabs-eu"; Loading @@ -22,6 +23,8 @@ python3.pkgs.buildPythonApplication { python3.pkgs.docopt ]; passthru.updateScript = unstableGitUpdater { tagPrefix = "v"; }; meta = with lib; { description = "Extract only relevant history from git repo"; homepage = "https://github.com/rainlabs-eu/git-relevant-history"; Loading