lol
0
fork

Configure Feed

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

github-backup: 0.40.0 -> 0.40.1

+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.40.0"; 9 + version = "0.40.1"; 10 10 11 11 src = python3.pkgs.fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-HgNOTi4z1wbRdeVFjGVbpuxd9/o9aWWYd8/ykiVF8Ks="; 13 + sha256 = "sha256-Qrj0+4WXlW0UgG2xV/P8e0QgUG3VurY4HIAiiUF3LW8="; 14 14 }; 15 15 16 16 makeWrapperArgs = [