lol
0
fork

Configure Feed

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

above: 2.7 -> 2.8

+3 -3
+3 -3
pkgs/by-name/ab/above/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "above"; 9 - version = "2.7"; 9 + version = "2.8"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "casterbyte"; 14 14 repo = "Above"; 15 15 tag = "v${version}"; 16 - hash = "sha256-tOSAci9aIALNCL3nLui96EdvqjNxnnuj2/dMdWLY9yI="; 16 + hash = "sha256-kG+eaTT72jmeC9R9IKwfd/+9oLAzHLJoKfFJhJDJzDM="; 17 17 }; 18 18 19 19 build-system = with python3.pkgs; [ setuptools ]; ··· 33 33 meta = { 34 34 description = "Invisible network protocol sniffer"; 35 35 homepage = "https://github.com/casterbyte/Above"; 36 - changelog = "https://github.com/casterbyte/Above/releases/tag/v${version}"; 36 + changelog = "https://github.com/casterbyte/Above/releases/tag/${src.tag}"; 37 37 license = lib.licenses.asl20; 38 38 maintainers = with lib.maintainers; [ fab ]; 39 39 mainProgram = "above";