Merge pull request #277150 from dotlambda/github-backup-0.44.1
github-backup: 0.43.1 -> 0.44.1
This commit is contained in:
commit
913ee7c3ee
1 changed files with 7 additions and 3 deletions
|
@ -7,14 +7,18 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "github-backup";
|
||||
version = "0.43.1";
|
||||
format = "setuptools";
|
||||
version = "0.44.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-S0674oTUsXftXlbP8fbF09FIWnWwq/Mgbv960tg3FNg=";
|
||||
hash = "sha256-tOCIrquhBS7aNeFocu8M9JV19vfFwrfIsaaePCp2vPw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
setuptools
|
||||
];
|
||||
|
||||
makeWrapperArgs = [
|
||||
"--prefix" "PATH" ":" (lib.makeBinPath [ git git-lfs ])
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue