Merge pull request #277150 from dotlambda/github-backup-0.44.1

github-backup: 0.43.1 -> 0.44.1

authored by Fabian Affolter and committed by GitHub 913ee7c3 060a93e5

+7 -3
+7 -3
pkgs/tools/misc/github-backup/default.nix
··· 7 7 8 8 python3.pkgs.buildPythonApplication rec { 9 9 pname = "github-backup"; 10 - version = "0.43.1"; 11 - format = "setuptools"; 10 + version = "0.44.1"; 11 + pyproject = true; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - hash = "sha256-S0674oTUsXftXlbP8fbF09FIWnWwq/Mgbv960tg3FNg="; 15 + hash = "sha256-tOCIrquhBS7aNeFocu8M9JV19vfFwrfIsaaePCp2vPw="; 16 16 }; 17 + 18 + nativeBuildInputs = with python3.pkgs; [ 19 + setuptools 20 + ]; 17 21 18 22 makeWrapperArgs = [ 19 23 "--prefix" "PATH" ":" (lib.makeBinPath [ git git-lfs ])