keepwn: 0.3 -> 0.4

This commit is contained in:
R. Ryantm 2024-04-19 20:20:32 +00:00
parent 716b484fae
commit c03eb76ae1
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "keepwn";
version = "0.3";
version = "0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "Orange-Cyberdefense";
repo = "KeePwn";
rev = "refs/tags/${version}";
hash = "sha256-haKWuoTtyC9vIise+gznruHEwMIDz1W6euihLLKnSdc=";
hash = "sha256-AkqBC65XrMt4V5KgzLepnQoqpdvbrtWLY3DmVuy8Zck=";
};
nativeBuildInputs = with python3.pkgs; [