lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #138497 from dotlambda/github-backup-0.40.0

github-backup: 0.39.0 -> 0.40.0

authored by

figsoda and committed by
GitHub
471475b8 1ae90c51

+2 -2
+2 -2
pkgs/tools/misc/github-backup/default.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "github-backup"; 9 - version = "0.39.0"; 9 + version = "0.40.0"; 10 10 11 11 src = python3.pkgs.fetchPypi { 12 12 inherit pname version; 13 - sha256 = "71829df4bdbe5bd55c324a97008405a6b4c6113edb1a2a6a8b73a7059fe64a47"; 13 + sha256 = "sha256-HgNOTi4z1wbRdeVFjGVbpuxd9/o9aWWYd8/ykiVF8Ks="; 14 14 }; 15 15 16 16 makeWrapperArgs = [