keepwn: 0.4 -> 0.5 (#362819)

This commit is contained in:
Fabian Affolter 2024-12-08 10:03:08 +01:00 committed by GitHub
commit 56b9ef4fa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "keepwn";
version = "0.4";
version = "0.5";
pyproject = true;
src = fetchFromGitHub {
owner = "Orange-Cyberdefense";
repo = "KeePwn";
rev = "refs/tags/${version}";
hash = "sha256-AkqBC65XrMt4V5KgzLepnQoqpdvbrtWLY3DmVuy8Zck=";
tag = version;
hash = "sha256-z2+l7zOexcqbwkrdmB3EcYIjnGlproINF51Pcpp7Nz4=";
};
build-system = with python3.pkgs; [ setuptools ];