above: 2.7 -> 2.8

This commit is contained in:
R. Ryantm 2025-03-07 05:34:28 +00:00
parent 5c6bec2e11
commit e97e847bc5

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "above";
version = "2.7";
version = "2.8";
pyproject = true;
src = fetchFromGitHub {
owner = "casterbyte";
repo = "Above";
tag = "v${version}";
hash = "sha256-tOSAci9aIALNCL3nLui96EdvqjNxnnuj2/dMdWLY9yI=";
hash = "sha256-kG+eaTT72jmeC9R9IKwfd/+9oLAzHLJoKfFJhJDJzDM=";
};
build-system = with python3.pkgs; [ setuptools ];
@ -33,7 +33,7 @@ python3.pkgs.buildPythonApplication rec {
meta = {
description = "Invisible network protocol sniffer";
homepage = "https://github.com/casterbyte/Above";
changelog = "https://github.com/casterbyte/Above/releases/tag/v${version}";
changelog = "https://github.com/casterbyte/Above/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "above";